Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Drequest.c58 static int l9p_dispatch_topen(struct l9p_request *req);
116 {L9P_TOPEN, l9p_dispatch_topen, false},
130 {L9P_TOPEN, l9p_dispatch_topen, false},
144 {L9P_TOPEN, l9p_dispatch_topen, false},
737 l9p_dispatch_topen(struct l9p_request *req) in l9p_dispatch_topen() function