Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c430 _FILTER * lhead; member
466 p.lhead = p.ltail = p.rhead = 0;
468 *pline = p.lhead;
526 if (typematch(inputp, outputp) && pp->lhead) {
538 if ((*verify)(pp->lhead, criteria))
587 prev_lhead = pp->lhead;
590 if (!pp->lhead)
591 pp->lhead = pf;
596 if ((*verify)(pp->lhead, criteria))
601 pp->lhead = prev_lhead;
[all …]
/titanic_50/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c1164 list_node_t *lhead = list_head(list); in list_get_head() local
1166 if (lhead != NULL) in list_get_head()
1167 list_remove(list, lhead); in list_get_head()
1168 return (lhead); in list_get_head()