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.c542 struct callsave *cp;
566 struct callsave *cp;
586 struct callsave *
590 struct callsave *ret;
1079 struct callsave *current; in doevent()
1140 struct callsave *current; in send_dis()
1172 struct callsave *current; in trycon()
1633 struct callsave *p, *oldp; in pitchcall()
1686 struct callsave *tmp;
1752 if ((tmp = (struct callsave *) malloc(sizeof(struct callsave))) == NULL) {
[all …]