Home
last modified time | relevance | path

Searched refs:pe_next (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dpid.c53 union procent *pe_next; member
210 procentfree = pep->pe_next; in pid_allocate()
260 procdir[pidp->pid_prslot].pe_next = procentfree; in proc_entry_free()
544 procdir[i].pe_next = &procdir[i+1]; in pid_init()
545 procdir[i].pe_next = NULL; in pid_init()
561 pep = procdir[slot].pe_next; in pid_entry()
/titanic_44/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c182 for (pfd_p = root_pfd_p; pfd_p; pfd_p = pfd_p->pe_next) { in pf_eh_exit()
224 for (pfd_tail_p = root_pfd_p; pfd_tail_p && pfd_tail_p->pe_next; in pf_scan_fabric()
225 pfd_tail_p = pfd_tail_p->pe_next) in pf_scan_fabric()
256 pfd_p = pfd_p->pe_next) { in pf_scan_fabric()
1118 pfd_p->pe_next = NULL; in pf_en_dq()
1129 last_p = last_p->pe_next) in pf_en_dq()
1133 root_p->pe_next = pfd_p; in pf_en_dq()
1135 pfd_p->pe_next = last_p; in pf_en_dq()
1142 tail_p->pe_next = pfd_p; in pf_en_dq()
1144 pfd_p->pe_next = NULL; in pf_en_dq()
[all …]
/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c84 struct pool_entry *pe_next; member
270 for (pe = pl->pools; pe != NULL; pe = pe->pe_next) { in add_config()
281 pe->pe_next = pl->pools; in add_config()
462 for (pe = pl->pools; pe != NULL; pe = pe->pe_next) { in get_configs()
1280 penext = pe->pe_next; in zpool_find_import_impl()
/titanic_44/usr/src/uts/sun4/io/px/
H A Dpx_fm.c749 pfd_p->pe_next = NULL; in px_get_pfd()
752 px_p->px_pfd_arr[idx - 1].pe_next = pfd_p; in px_get_pfd()
988 for (pfd_p = root_pfd_p; pfd_p; pfd_p = pfd_p->pe_next) { in px_guest_panic()
/titanic_44/usr/src/uts/common/sys/
H A Dpcie_impl.h376 pf_data_t *pe_next; /* Next error in queue */ member