Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Dlib9p.h147 union l9p_fcall lr_req; /* the request, decoded/unpacked */
148 union l9p_fcall lr_resp; /* the response, not yet packed */
212 int l9p_pufcall(struct l9p_message *msg, union l9p_fcall *fcall,
242 void l9p_describe_fcall(union l9p_fcall *fcall, enum l9p_version version,
244 void l9p_freefcall(union l9p_fcall *fcall);
H A Dfcall.h579 union l9p_fcall { union
H A Dpack.c435 l9p_pufcall(struct l9p_message *msg, union l9p_fcall *fcall, in l9p_pufcall()
875 l9p_freefcall(union l9p_fcall *fcall) in l9p_freefcall()
H A Dutils.c829 l9p_describe_fcall(union l9p_fcall *fcall, enum l9p_version version, in l9p_describe_fcall()