Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Dconnection.c107 l9p_freefcall(&req->lr_req); in l9p_connection_recv()
115 l9p_freefcall(&req->lr_req); in l9p_connection_recv()
127 l9p_freefcall(&req->lr_req); in l9p_connection_recv()
H A Dlib9p.h244 void l9p_freefcall(union l9p_fcall *fcall);
H A Drequest.c440 l9p_freefcall(&req->lr_req); in l9p_respond()
441 l9p_freefcall(&req->lr_resp); in l9p_respond()
H A Dpack.c875 l9p_freefcall(union l9p_fcall *fcall) in l9p_freefcall() function