Home
last modified time | relevance | path

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

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