Searched refs:cl_head (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dlisten.h99 struct callsave *cl_head; member in struct:call_list
104 #define EMPTYLIST(p) (p->cl_head == (struct callsave *) NULL)
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_connect.c106 LIST_HEAD(cl_head, conn_list);
111 static struct cl_head cl_head; variable in typeref:struct:cl_head
655 LIST_FOREACH(clp, &cl_head, cl_q) {
694 LIST_INSERT_HEAD(&cl_head, clp, cl_q);
753 LIST_FOREACH(clp, &cl_head, cl_q) {
1082 LIST_FOREACH(clp, &cl_head, cl_q) {
1088 LIST_FOREACH(clp, &cl_head, cl_q) {
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c485 Free_call_p->cl_head = (struct callsave *) NULL;
547 head->cl_head = head->cl_tail = cp;
568 if (head->cl_head == (struct callsave *) NULL) {
570 head->cl_head = head->cl_tail = cp;
573 cp->c_np = head->cl_head;
574 head->cl_head = cp;
593 if (head->cl_head == (struct callsave *) NULL) {
595 DEBUG((9,"cl_head = null"));
601 ret = head->cl_head;
602 head->cl_head
[all...]

Completed in 127 milliseconds