Symbol: p9_req_t
sys/dev/virtio/p9fs/virtio_p9fs.c
113
vt9p_req_wait(struct vt9p_softc *chan, struct p9_req_t *req)
sys/dev/virtio/p9fs/virtio_p9fs.c
141
vt9p_request(void *handle, struct p9_req_t *req)
sys/dev/virtio/p9fs/virtio_p9fs.c
219
struct p9_req_t *curreq;
sys/dev/virtio/p9fs/virtio_p9fs.c
91
vt9p_cancel(void *handle, struct p9_req_t *req)
sys/fs/p9fs/p9_client.c
1054
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
1091
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
1133
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
1161
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
1194
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
1218
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
1248
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
1302
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
133
p9_free_req(struct p9_client *clnt, struct p9_req_t *req)
sys/fs/p9fs/p9_client.c
149
static struct p9_req_t *
sys/fs/p9fs/p9_client.c
152
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
204
p9_client_check_return(struct p9_client *c, struct p9_req_t *req)
sys/fs/p9fs/p9_client.c
277
static struct p9_req_t *
sys/fs/p9fs/p9_client.c
281
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
343
static struct p9_req_t *
sys/fs/p9fs/p9_client.c
348
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
447
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
518
sizeof(struct p9_req_t), NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, 0);
sys/fs/p9fs/p9_client.c
608
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
655
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
677
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
702
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
737
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
822
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
870
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
923
struct p9_req_t *req;
sys/fs/p9fs/p9_client.c
989
struct p9_req_t *req;
sys/fs/p9fs/p9_client.h
150
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);
sys/fs/p9fs/p9_transport.h
46
int (*cancel) (void *handle, struct p9_req_t *req);