Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dlisten.h91 struct callsave { struct
93 struct callsave *c_np; argument
97 struct callsave *cl_head;
98 struct callsave *cl_tail;
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()
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 …]