Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dlisten.h97 struct callsave *cl_head; member
102 #define EMPTYLIST(p) (p->cl_head == (struct callsave *)NULL)
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c485 Free_call_p->cl_head = (struct callsave *) NULL; in net_open()
547 head->cl_head = head->cl_tail = cp;
570 head->cl_head = head->cl_tail = cp;
573 cp->c_np = head->cl_head;
574 head->cl_head = cp;
601 ret = head->cl_head;
602 head->cl_head = ret->c_np;
603 if (head->cl_head == (struct callsave *) NULL)
1640 p = pending->cl_head; in pitchcall()
1645 pending->cl_head = p->c_np; in pitchcall()
[all …]
/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
655 LIST_FOREACH(clp, &cl_head, cl_q) { in ndmp_connect_list_find()
694 LIST_INSERT_HEAD(&cl_head, clp, cl_q); in ndmp_connect_list_add()
753 LIST_FOREACH(clp, &cl_head, cl_q) { in ndmp_connect_list_find_id()
1082 LIST_FOREACH(clp, &cl_head, cl_q) { in ndmp_connect_list_get()
1088 LIST_FOREACH(clp, &cl_head, cl_q) { in ndmp_connect_list_get()