Searched refs:l9p_fcall (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/lib9p/ |
H A D | lib9p.h | 147 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 D | fcall.h | 579 union l9p_fcall { union
|
H A D | pack.c | 435 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 D | utils.c | 829 l9p_describe_fcall(union l9p_fcall *fcall, enum l9p_version version, in l9p_describe_fcall()
|