Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/listen/
H A Dlisten.c486 Free_call_p->cl_tail = (struct callsave *) NULL; in net_open()
545 if (head->cl_tail == (struct callsave *) NULL) {
547 head->cl_head = head->cl_tail = cp;
550 cp->c_np = head->cl_tail->c_np;
551 head->cl_tail->c_np = cp;
552 head->cl_tail = cp;
570 head->cl_head = head->cl_tail = cp;
604 head->cl_tail = (struct callsave *) NULL;
1641 pending->cl_tail = (struct callsave *) NULL; in pitchcall()
1644 else if (p == pending->cl_tail) { in pitchcall()
[all …]
/titanic_41/usr/src/head/
H A Dlisten.h100 struct callsave *cl_tail; member
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_log.h96 void *cl_tail; /* tail of records to be written */ member
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c558 oldnode = (cachefs_log_work_list_t)cl->cl_tail; in cachefs_log_enqueue()
561 cl->cl_tail = newnode; in cachefs_log_enqueue()
611 cl->cl_head = cl->cl_tail = NULL; in cachefs_log_process_queue()