Searched refs:callsave (Results 1 – 2 of 2) sorted by relevance
93 struct callsave { struct95 struct callsave *c_np; argument99 struct callsave *cl_head;100 struct callsave *cl_tail;104 #define EMPTYLIST(p) (p->cl_head == (struct callsave *) NULL)
485 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 …]