Lines Matching refs:clnt
96 struct p9_client *clnt; /* the instatntiating 9P client */ member
121 void p9_client_destroy(struct p9_client *clnt);
122 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *fid,
131 struct p9_fid *p9_fid_create(struct p9_client *clnt);
133 uint16_t p9_tag_create(struct p9_client *clnt);
134 void p9_tag_destroy(struct p9_client *clnt, uint16_t tag);
136 int p9_client_version(struct p9_client *clnt);
144 int p9_dirent_read(struct p9_client *clnt, char *buf, int start, int len,
147 int p9_client_statread(struct p9_client *clnt, char *data, size_t len, struct p9_wstat *st);
148 int p9_is_proto_dotu(struct p9_client *clnt);
149 int p9_is_proto_dotl(struct p9_client *clnt);
151 int p9stat_read(struct p9_client *clnt, char *data, size_t len, struct p9_wstat *st);
152 void p9_client_disconnect(struct p9_client *clnt);
153 void p9_client_begin_disconnect(struct p9_client *clnt);
166 int p9_buf_finalize(struct p9_client *clnt, struct p9_buffer *buf);