Symbol: p9_client
sys/fs/p9fs/p9_client.c
1053
struct p9_client *clnt;
sys/fs/p9fs/p9_client.c
1092
struct p9_client *clnt;
sys/fs/p9fs/p9_client.c
1132
struct p9_client *clnt;
sys/fs/p9fs/p9_client.c
1162
struct p9_client *clnt;
sys/fs/p9fs/p9_client.c
1195
struct p9_client *clnt;
sys/fs/p9fs/p9_client.c
1217
struct p9_client *clnt;
sys/fs/p9fs/p9_client.c
1247
struct p9_client *clnt;
sys/fs/p9fs/p9_client.c
1303
struct p9_client *clnt;
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
150
p9_get_request(struct p9_client *clnt, int *error)
sys/fs/p9fs/p9_client.c
175
p9_parse_receive(struct p9_buffer *buf, struct p9_client *clnt)
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
263
void p9_client_disconnect(struct p9_client *clnt)
sys/fs/p9fs/p9_client.c
270
void p9_client_begin_disconnect(struct p9_client *clnt)
sys/fs/p9fs/p9_client.c
278
p9_client_prepare_req(struct p9_client *c, int8_t type,
sys/fs/p9fs/p9_client.c
344
p9_client_request(struct p9_client *c, int8_t type, int *error,
sys/fs/p9fs/p9_client.c
381
p9_tag_create(struct p9_client *clnt)
sys/fs/p9fs/p9_client.c
397
p9_tag_destroy(struct p9_client *clnt, uint16_t tag)
sys/fs/p9fs/p9_client.c
408
p9_fid_create(struct p9_client *clnt)
sys/fs/p9fs/p9_client.c
433
struct p9_client *clnt;
sys/fs/p9fs/p9_client.c
444
p9_client_version(struct p9_client *c)
sys/fs/p9fs/p9_client.c
536
struct p9_client *
sys/fs/p9fs/p9_client.c
539
struct p9_client *clnt;
sys/fs/p9fs/p9_client.c
541
clnt = malloc(sizeof(struct p9_client), M_P9CLNT, M_WAITOK | M_ZERO);
sys/fs/p9fs/p9_client.c
585
p9_client_destroy(struct p9_client *clnt)
sys/fs/p9fs/p9_client.c
605
p9_client_attach(struct p9_client *clnt, struct p9_fid *afid,
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
654
struct p9_client *clnt;
sys/fs/p9fs/p9_client.c
66
struct p9_client *c, int8_t type, int *error, const char *fmt, ...);
sys/fs/p9fs/p9_client.c
676
struct p9_client *clnt;
sys/fs/p9fs/p9_client.c
69
p9_is_proto_dotl(struct p9_client *clnt)
sys/fs/p9fs/p9_client.c
701
struct p9_client *clnt;
sys/fs/p9fs/p9_client.c
734
struct p9_client *clnt;
sys/fs/p9fs/p9_client.c
76
p9_is_proto_dotu(struct p9_client *clnt)
sys/fs/p9fs/p9_client.c
821
struct p9_client *clnt;
sys/fs/p9fs/p9_client.c
84
p9_parse_opts(struct mount *mp, struct p9_client *clnt)
sys/fs/p9fs/p9_client.c
869
struct p9_client *clnt;
sys/fs/p9fs/p9_client.c
922
struct p9_client *clnt;
sys/fs/p9fs/p9_client.c
988
struct p9_client *clnt;
sys/fs/p9fs/p9_client.h
119
struct p9_client *p9_client_create(struct mount *mp, int *error,
sys/fs/p9fs/p9_client.h
121
void p9_client_destroy(struct p9_client *clnt);
sys/fs/p9fs/p9_client.h
122
struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *fid,
sys/fs/p9fs/p9_client.h
131
struct p9_fid *p9_fid_create(struct p9_client *clnt);
sys/fs/p9fs/p9_client.h
133
uint16_t p9_tag_create(struct p9_client *clnt);
sys/fs/p9fs/p9_client.h
134
void p9_tag_destroy(struct p9_client *clnt, uint16_t tag);
sys/fs/p9fs/p9_client.h
136
int p9_client_version(struct p9_client *clnt);
sys/fs/p9fs/p9_client.h
144
int p9_dirent_read(struct p9_client *clnt, char *buf, int start, int len,
sys/fs/p9fs/p9_client.h
147
int p9_client_statread(struct p9_client *clnt, char *data, size_t len, struct p9_wstat *st);
sys/fs/p9fs/p9_client.h
148
int p9_is_proto_dotu(struct p9_client *clnt);
sys/fs/p9fs/p9_client.h
149
int p9_is_proto_dotl(struct p9_client *clnt);
sys/fs/p9fs/p9_client.h
150
void p9_client_cb(struct p9_client *c, struct p9_req_t *req);
sys/fs/p9fs/p9_client.h
151
int p9stat_read(struct p9_client *clnt, char *data, size_t len, struct p9_wstat *st);
sys/fs/p9fs/p9_client.h
152
void p9_client_disconnect(struct p9_client *clnt);
sys/fs/p9fs/p9_client.h
153
void p9_client_begin_disconnect(struct p9_client *clnt);
sys/fs/p9fs/p9_client.h
166
int p9_buf_finalize(struct p9_client *clnt, struct p9_buffer *buf);
sys/fs/p9fs/p9_client.h
96
struct p9_client *clnt; /* the instatntiating 9P client */
sys/fs/p9fs/p9_protocol.c
542
p9stat_read(struct p9_client *clnt, char *buf, size_t len, struct p9_wstat *st)
sys/fs/p9fs/p9_protocol.c
576
p9_buf_finalize(struct p9_client *clnt, struct p9_buffer *buf)
sys/fs/p9fs/p9_protocol.c
606
p9_dirent_read(struct p9_client *clnt, char *buf, int start, int len,
sys/fs/p9fs/p9fs.h
153
struct p9_client *clnt; /* 9p client */
sys/fs/p9fs/p9fs.h
203
struct p9_fid *p9fs_get_fid(struct p9_client *clnt,
sys/fs/p9fs/p9fs_subr.c
335
p9fs_get_fid(struct p9_client *clnt, struct p9fs_node *np, struct ucred *cred,
sys/fs/p9fs/p9fs_vfsops.c
507
struct p9_client *clnt;
sys/fs/p9fs/p9fs_vfsops.c
548
struct p9_client *clnt;
sys/fs/p9fs/p9fs_vnops.c
1782
struct p9_client *clnt;