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

/illumos-gate/usr/src/cmd/tnf/prex/
H A Dexpr.c105 expr_t *head_p; local
111 head_p = expr(spec_dup(list_p->left_p),
121 (void) queue_append(&head_p->qn, &new_p->qn);
124 return (head_p);
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c1108 pf_data_t *head_p = impl->pf_dq_head_p; local
1113 if (!head_p) {
1127 root_p = head_p;
1128 for (last_p = head_p; last_p && PFD_IS_ROOT(last_p);
1148 impl->pf_dq_head_p = head_p;

Completed in 75 milliseconds