Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Drequest.c56 static int l9p_dispatch_tread(struct l9p_request *req);
114 {L9P_TREAD, l9p_dispatch_tread, false},
128 {L9P_TREAD, l9p_dispatch_tread, false},
142 {L9P_TREAD, l9p_dispatch_tread, false},
755 l9p_dispatch_tread(struct l9p_request *req) in l9p_dispatch_tread() function