Searched refs:c_np (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/
H A Dlisten.h95 struct callsave *c_np; member in struct:callsave
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c546 cp->c_np = (struct callsave *) NULL;
550 cp->c_np = head->cl_tail->c_np;
551 head->cl_tail->c_np = cp;
569 cp->c_np = (struct callsave *) NULL;
573 cp->c_np = head->cl_head;
602 head->cl_head = ret->c_np;
1639 pending->cl_head = p->c_np;
1645 oldp->c_np = p->c_np;
[all...]

Completed in 1622 milliseconds