Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/
H A Dlisten.h99 struct callsave *cl_head; member
104 #define EMPTYLIST(p) (p->cl_head == (struct callsave *) NULL)
/titanic_41/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;
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) {
601 ret = head->cl_head;
602 head->cl_head = ret->c_np;
603 if (head->cl_head == (struct callsave *) NULL)
[all …]
/titanic_41/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()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_log.h95 void *cl_head; /* head of records to be written */ member
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c309 node = cl->cl_head; in cachefs_log_destroy_cookie()
562 if (cl->cl_head == NULL) in cachefs_log_enqueue()
563 cl->cl_head = newnode; in cachefs_log_enqueue()
610 workhead = cl->cl_head; in cachefs_log_process_queue()
611 cl->cl_head = cl->cl_tail = NULL; in cachefs_log_process_queue()