Home
last modified time | relevance | path

Searched refs:l9p_connection (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/lib9p/common/
H A Dlib9p.h154 struct l9p_connection *lr_conn; /* containing connection */
194 struct l9p_connection { struct
203 LIST_ENTRY(l9p_connection) lc_link; argument
209 LIST_HEAD(, l9p_connection) ls_conns;
224 struct l9p_connection **connp);
225 void l9p_connection_free(struct l9p_connection *conn);
226 void l9p_connection_recv(struct l9p_connection *conn, const struct iovec *iov,
228 void l9p_connection_close(struct l9p_connection *conn);
229 struct l9p_fid *l9p_connection_alloc_fid(struct l9p_connection *conn,
231 void l9p_connection_remove_fid(struct l9p_connection *conn,
H A Drequest.c195 struct l9p_connection *conn; in l9p_dispatch_request()
368 struct l9p_connection *conn = req->lr_conn; in l9p_respond()
564 struct l9p_connection *conn = req->lr_conn; in l9p_pack_stat()
582 struct l9p_connection *conn = req->lr_conn; in l9p_dispatch_tversion()
618 struct l9p_connection *conn = req->lr_conn; in l9p_dispatch_tattach()
667 struct l9p_connection *conn = req->lr_conn; in l9p_dispatch_tclunk()
703 struct l9p_connection *conn = req->lr_conn; in l9p_dispatch_tcreate()
739 struct l9p_connection *conn = req->lr_conn; in l9p_dispatch_topen()
763 struct l9p_connection *conn = req->lr_conn; in l9p_dispatch_tread()
807 struct l9p_connection *conn = req->lr_conn; in l9p_dispatch_tremove()
[all …]
H A Dconnection.c56 l9p_connection_init(struct l9p_server *server, struct l9p_connection **conn) in l9p_connection_init()
58 struct l9p_connection *newconn; in l9p_connection_init()
81 l9p_connection_free(struct l9p_connection *conn) in l9p_connection_free()
89 l9p_connection_recv(struct l9p_connection *conn, const struct iovec *iov, in l9p_connection_recv()
141 l9p_connection_close(struct l9p_connection *conn) in l9p_connection_close()
181 l9p_connection_alloc_fid(struct l9p_connection *conn, uint32_t fid) in l9p_connection_alloc_fid()
203 l9p_connection_remove_fid(struct l9p_connection *conn, struct l9p_fid *fid) in l9p_connection_remove_fid()
H A Dthreadpool.h47 struct l9p_connection * ltp_conn; /* the connection */
H A Dthreadpool.c303 struct l9p_connection *conn; in l9p_threadpool_tflush()
/illumos-gate/usr/src/lib/lib9p/common/transport/
H A Dsocket.c58 struct l9p_connection *ls_conn;
374 struct l9p_connection *conn; in l9p_socket_accept()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_9p.c86 struct l9p_connection * vsc_conn;