Searched refs:p9_buf_vwritef (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/p9fs/ |
H A D | p9_client.h | 162 int p9_buf_vwritef(struct p9_buffer *buf, int proto_version, const char *fmt,
|
H A D | p9_protocol.c | 331 p9_buf_vwritef(struct p9_buffer *buf, int proto_version, const char *fmt, in p9_buf_vwritef() function 534 ret = p9_buf_vwritef(buf, proto_version, fmt, ap); in p9_buf_writef()
|
H A D | p9_client.c | 318 *error = p9_buf_vwritef(req->tc, c->proto_version, fmt, ap); in p9_client_prepare_req()
|