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

/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr_irm.c1126 ddi_irm_req_t *req_p = list_head(slist_p), *last_p; local
1149 last_p = req_p ? list_prev(slist_p, req_p) : list_tail(slist_p);
1152 reduction = last_p->ireq_navail - req_p->ireq_navail;
1154 reduction = last_p->ireq_navail - pool_defsz;
1172 for (req_p = last_p; nremain--;
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c1124 pf_data_t *root_p, *last_p = NULL; local
1128 for (last_p = head_p; last_p && PFD_IS_ROOT(last_p);
1129 last_p = last_p->pe_next)
1130 root_p = last_p;
1132 /* root_p is the last RP pfd. last_p is the first non-RP pfd. */
1135 pfd_p->pe_next = last_p;
1137 if (last_p)
[all...]

Completed in 53 milliseconds