Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/
H A Dmapfile-vers49 l9p_pufcall;
/illumos-gate/usr/src/lib/lib9p/common/
H A Dlib9p.h212 int l9p_pufcall(struct l9p_message *msg, union l9p_fcall *fcall,
H A Dconnection.c105 if (l9p_pufcall(&req->lr_req_msg, &req->lr_req, conn->lc_version) != 0) { in l9p_connection_recv()
H A Dpack.c438 l9p_pufcall(struct l9p_message *msg, union l9p_fcall *fcall, in l9p_pufcall() function
H A Drequest.c418 l9p_pufcall(&req->lr_resp_msg, &req->lr_resp, conn->lc_version); in l9p_respond()