Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/lib9p/
HDrequest.c51 static int l9p_dispatch_tversion(struct l9p_request *req);
104 {L9P_TVERSION, l9p_dispatch_tversion, true},
108 {L9P_TVERSION, l9p_dispatch_tversion, true},
122 {L9P_TVERSION, l9p_dispatch_tversion, true},
136 {L9P_TVERSION, l9p_dispatch_tversion, true},
574 l9p_dispatch_tversion(struct l9p_request *req) in l9p_dispatch_tversion() function