Searched refs:callsave (Results 1 – 2 of 2) sorted by relevance
91 struct callsave { struct93 struct callsave *c_np; argument97 struct callsave *cl_head;98 struct callsave *cl_tail;102 #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 …]