Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Drequest.c59 static int l9p_dispatch_tread(struct l9p_request *req);
117 {L9P_TREAD, l9p_dispatch_tread, false},
131 {L9P_TREAD, l9p_dispatch_tread, false},
145 {L9P_TREAD, l9p_dispatch_tread, false},
761 l9p_dispatch_tread(struct l9p_request *req) in l9p_dispatch_tread() function