Lines Matching refs:p9_client
64 static struct p9_req_t *p9_get_request(struct p9_client *c, int *error);
66 struct p9_client *c, int8_t type, int *error, const char *fmt, ...);
69 p9_is_proto_dotl(struct p9_client *clnt) in p9_is_proto_dotl()
76 p9_is_proto_dotu(struct p9_client *clnt) in p9_is_proto_dotu()
84 p9_parse_opts(struct mount *mp, struct p9_client *clnt) in p9_parse_opts()
133 p9_free_req(struct p9_client *clnt, struct p9_req_t *req) in p9_free_req()
150 p9_get_request(struct p9_client *clnt, int *error) in p9_get_request()
175 p9_parse_receive(struct p9_buffer *buf, struct p9_client *clnt) in p9_parse_receive()
204 p9_client_check_return(struct p9_client *c, struct p9_req_t *req) in p9_client_check_return()
263 void p9_client_disconnect(struct p9_client *clnt) in p9_client_disconnect()
270 void p9_client_begin_disconnect(struct p9_client *clnt) in p9_client_begin_disconnect()
278 p9_client_prepare_req(struct p9_client *c, int8_t type, in p9_client_prepare_req()
344 p9_client_request(struct p9_client *c, int8_t type, int *error, in p9_client_request()
381 p9_tag_create(struct p9_client *clnt) in p9_tag_create()
397 p9_tag_destroy(struct p9_client *clnt, uint16_t tag) in p9_tag_destroy()
408 p9_fid_create(struct p9_client *clnt) in p9_fid_create()
433 struct p9_client *clnt; in p9_fid_destroy()
444 p9_client_version(struct p9_client *c) in p9_client_version()
536 struct p9_client *
539 struct p9_client *clnt; in p9_client_create()
541 clnt = malloc(sizeof(struct p9_client), M_P9CLNT, M_WAITOK | M_ZERO); in p9_client_create()
585 p9_client_destroy(struct p9_client *clnt) in p9_client_destroy()
605 p9_client_attach(struct p9_client *clnt, struct p9_fid *afid, in p9_client_attach()
654 struct p9_client *clnt; in p9_client_remove()
676 struct p9_client *clnt; in p9_client_unlink()
701 struct p9_client *clnt; in p9_client_clunk()
734 struct p9_client *clnt; in p9_client_walk()
821 struct p9_client *clnt; in p9_client_open()
869 struct p9_client *clnt; in p9_client_readdir()
922 struct p9_client *clnt; in p9_client_read()
988 struct p9_client *clnt; in p9_client_write()
1053 struct p9_client *clnt; in p9_client_file_create()
1092 struct p9_client *clnt; in p9_client_statfs()
1132 struct p9_client *clnt; in p9_client_renameat()
1162 struct p9_client *clnt; in p9_create_symlink()
1195 struct p9_client *clnt; in p9_create_hardlink()
1217 struct p9_client *clnt; in p9_readlink()
1247 struct p9_client *clnt; in p9_client_getattr()
1303 struct p9_client *clnt; in p9_client_setattr()