Searched refs:conn_list (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_connect.c65 static struct conn_list *ndmp_connect_list_find(ndmp_connection_t *connection);
68 static struct conn_list *ndmp_connect_list_find_id(int id);
72 static void connection_get(struct conn_list *clp, ndmp_door_ctx_t *enc_ctx);
73 static void ndmp_connect_get_conn(struct conn_list *clp,
101 struct conn_list { struct
102 LIST_ENTRY(conn_list) cl_q;
106 LIST_HEAD(cl_head, conn_list);
647 static struct conn_list *
650 struct conn_list *clp;
680 struct conn_list *cl
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Dib.h199 struct list conn_list; member in struct:rdsv3_ib_device
305 __rdsv3_ib_destroy_conns(&rds_ibdev->conn_list, &rds_ibdev->spinlock);
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib.c173 list_create(&rds_ibdev->conn_list, sizeof (struct rdsv3_ib_connection),
245 list_destroy(&rds_ibdev->conn_list);
H A Dib_rdma.c199 list_insert_tail(&rds_ibdev->conn_list, ic);
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c2021 rib_disconnect_channel(CONN *conn, rib_conn_list_t *conn_list) argument
2042 if (conn_list != NULL)
2043 (void) rib_rm_conn(conn, conn_list);
2112 if (conn_list != NULL) {

Completed in 265 milliseconds