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

/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c430 _FILTER * lhead; member in struct:PIPELIST
466 p.lhead = p.ltail = p.rhead = 0;
468 *pline = p.lhead;
526 if (typematch(inputp, outputp) && pp->lhead) {
530 * pipeline. Why? For "pp->lhead" to be non-zero it
538 if ((*verify)(pp->lhead, criteria))
587 prev_lhead = pp->lhead;
590 if (!pp->lhead)
591 pp->lhead = pf;
596 if ((*verify)(pp->lhead, criteri
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c1164 list_node_t *lhead = list_head(list); local
1166 if (lhead != NULL)
1167 list_remove(list, lhead);
1168 return (lhead);

Completed in 77 milliseconds