Symbol: p9_buffer
sys/fs/p9fs/p9_client.c
115
p9_buffer_alloc(struct p9_buffer *fc, int alloc_msize)
sys/fs/p9fs/p9_client.c
124
p9_buffer_free(struct p9_buffer *buf)
sys/fs/p9fs/p9_client.c
172
p9_parse_receive(struct p9_buffer *buf, struct p9_client *clnt)
sys/fs/p9fs/p9_client.h
165
int p9_buf_vwritef(struct p9_buffer *buf, int proto_version, const char *fmt,
sys/fs/p9fs/p9_client.h
167
int p9_buf_readf(struct p9_buffer *buf, int proto_version, const char *fmt, ...);
sys/fs/p9fs/p9_client.h
168
int p9_buf_prepare(struct p9_buffer *buf, int8_t type);
sys/fs/p9fs/p9_client.h
169
int p9_buf_finalize(struct p9_client *clnt, struct p9_buffer *buf);
sys/fs/p9fs/p9_client.h
170
void p9_buf_reset(struct p9_buffer *buf);
sys/fs/p9fs/p9_client.h
57
struct p9_buffer tc; /* request buffer */
sys/fs/p9fs/p9_client.h
58
struct p9_buffer rc; /* response buffer */
sys/fs/p9fs/p9_protocol.c
103
p9_buf_vreadf(struct p9_buffer *buf, int proto_version, const char *fmt,
sys/fs/p9fs/p9_protocol.c
331
p9_buf_vwritef(struct p9_buffer *buf, int proto_version, const char *fmt,
sys/fs/p9fs/p9_protocol.c
42
static int p9_buf_writef(struct p9_buffer *buf, int proto_version,
sys/fs/p9fs/p9_protocol.c
514
p9_buf_readf(struct p9_buffer *buf, int proto_version, const char *fmt, ...)
sys/fs/p9fs/p9_protocol.c
528
p9_buf_writef(struct p9_buffer *buf, int proto_version, const char *fmt, ...)
sys/fs/p9fs/p9_protocol.c
544
struct p9_buffer msg_buf;
sys/fs/p9fs/p9_protocol.c
565
p9_buf_prepare(struct p9_buffer *buf, int8_t type)
sys/fs/p9fs/p9_protocol.c
576
p9_buf_finalize(struct p9_client *clnt, struct p9_buffer *buf)
sys/fs/p9fs/p9_protocol.c
58
buf_read(struct p9_buffer *buf, void *data, size_t size)
sys/fs/p9fs/p9_protocol.c
594
p9_buf_reset(struct p9_buffer *buf)
sys/fs/p9fs/p9_protocol.c
609
struct p9_buffer msg_buf;
sys/fs/p9fs/p9_protocol.c
71
buf_write(struct p9_buffer *buf, const void *data, size_t size)