Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/
H A Dlisten.h93 struct callsave { struct
95 struct callsave *c_np; argument
99 struct callsave *cl_head;
100 struct callsave *cl_tail;
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()
486 Free_call_p->cl_tail = (struct callsave *) NULL; in net_open()
542 struct callsave *cp;
545 if (head->cl_tail == (struct callsave *) NULL) {
546 cp->c_np = (struct callsave *) NULL;
566 struct callsave *cp;
568 if (head->cl_head == (struct callsave *) NULL) {
569 cp->c_np = (struct callsave *) NULL;
586 struct callsave *
590 struct callsave *ret;
[all …]