Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c1307 struct conn_ind *conn_head; in cots_listen_event() local
1317 conn_head = NULL; in cots_listen_event()
1318 (void) conn_get(fd, nconf, &conn_head); in cots_listen_event()
1320 while ((conn = conn_head) != NULL) { in cots_listen_event()
1321 conn_head = conn->conn_next; in cots_listen_event()
1322 if (conn_head == conn) in cots_listen_event()
1323 conn_head = NULL; in cots_listen_event()
1325 conn_head->conn_prev = conn->conn_prev; in cots_listen_event()
1326 conn->conn_prev->conn_next = conn_head; in cots_listen_event()
1383 (void) conn_get(fd, nconf, &conn_head); in cots_listen_event()
[all …]