Home
last modified time | relevance | path

Searched refs:l9p_handler (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/lib9p/
H A Drequest.c97 struct l9p_handler { struct
103 static const struct l9p_handler l9p_handlers_no_version[] = { argument
107 static const struct l9p_handler l9p_handlers_base[] = {
121 static const struct l9p_handler l9p_handlers_dotu[] = {
135 static const struct l9p_handler l9p_handlers_dotL[] = {
176 const struct l9p_handler *handlers;
197 const struct l9p_handler *handlers, *hp; in l9p_dispatch_request()