Searched refs:lhead (Results 1 – 2 of 2) sorted by relevance
430 _FILTER * lhead; member466 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 …]
1164 list_node_t *lhead = list_head(list); in list_get_head() local1166 if (lhead != NULL) in list_get_head()1167 list_remove(list, lhead); in list_get_head()1168 return (lhead); in list_get_head()