Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Drequest.c69 static int l9p_dispatch_tmknod(struct l9p_request *req);
155 {L9P_TMKNOD, l9p_dispatch_tmknod, false},
1076 l9p_dispatch_tmknod(struct l9p_request *req) in l9p_dispatch_tmknod() function