Symbol: p9_req_t
sys/dev/virtio/p9fs/virtio_p9fs.c
106
vt9p_req_wait(struct vt9p_softc *chan, struct p9_req_t *req)
sys/dev/virtio/p9fs/virtio_p9fs.c
134
vt9p_request(void *handle, struct p9_req_t *req)
sys/dev/virtio/p9fs/virtio_p9fs.c
212
struct p9_req_t *curreq;
sys/fs/p9fs/p9_client.c
1050
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
1087
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
1129
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
1157
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
1190
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
1214
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
1244
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
1298
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
132
p9_free_req(struct p9_client *clnt, struct p9_req_t *req)
sys/fs/p9fs/p9_client.c
146
static struct p9_req_t *
sys/fs/p9fs/p9_client.c
149
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
201
p9_client_check_return(struct p9_client *c, struct p9_req_t *req)
sys/fs/p9fs/p9_client.c
274
static struct p9_req_t *
sys/fs/p9fs/p9_client.c
278
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
340
static struct p9_req_t *
sys/fs/p9fs/p9_client.c
345
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
444
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
515
sizeof(struct p9_req_t), NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0);
sys/fs/p9fs/p9_client.c
604
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
64
static struct p9_req_t *p9_get_request(struct p9_client *c, int *error);
sys/fs/p9fs/p9_client.c
65
static struct p9_req_t *p9_client_request(
sys/fs/p9fs/p9_client.c
651
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
673
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
698
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
733
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
818
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
866
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
919
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
985
struct p9_req_t *req;
sys/fs/p9fs/p9_client.h
153
void p9_client_cb(struct p9_client *c, struct p9_req_t *req);
sys/fs/p9fs/p9_transport.h
33
struct p9_req_t;
sys/fs/p9fs/p9_transport.h
44
int (*request) (void *handle, struct p9_req_t *req);