Home
last modified time | relevance | path

Searched refs:p9_buf_prepare (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/p9fs/
H A Dp9_client.h168 int p9_buf_prepare(struct p9_buffer *buf, int8_t type);
H A Dp9_protocol.c565 p9_buf_prepare(struct p9_buffer *buf, int8_t type) in p9_buf_prepare() function
H A Dp9_client.c308 *error = p9_buf_prepare(&req->tc, type); in p9_client_prepare_req()