Home
last modified time | relevance | path

Searched refs:last_p (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libefi/common/
H A Drdwr_efi.c918 struct dk_part *last_p = NULL; in efi_use_whole_disk_get_last() local
960 last_p = p; in efi_use_whole_disk_get_last()
987 *lastp_p = last_p; in efi_use_whole_disk_get_last()
1000 struct dk_part *last_p = NULL; in efi_use_whole_disk() local
1011 rval = efi_use_whole_disk_get_last(efi_label, &last_p, &last_lba); in efi_use_whole_disk()
1077 last_p->p_size += resv_p->p_start - last_lba - 1; in efi_use_whole_disk()
/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.c1213 pf_data_t *root_p, *last_p = NULL; in pf_en_dq() local
1217 for (last_p = head_p; last_p && PFD_IS_ROOT(last_p); in pf_en_dq()
1218 last_p = last_p->pe_next) in pf_en_dq()
1219 root_p = last_p; in pf_en_dq()
1224 pfd_p->pe_next = last_p; in pf_en_dq()
1226 if (last_p) in pf_en_dq()
1227 last_p->pe_prev = pfd_p; in pf_en_dq()