Searched refs:fce_next (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dddifm_impl.h59 struct i_ddi_fmc_entry *fce_next; member in struct:i_ddi_fmc_entry
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dndifm.c206 pp = fep->fce_next;
264 fep->fce_next = NULL;
272 fcp->fc_tail->fce_next = fep;
344 fcp->fc_head = fep->fce_next;
346 fep->fce_prev->fce_next = fep->fce_next;
350 fep->fce_next->fce_prev = fep->fce_prev;
385 for (fep = fcp->fc_head; fep != NULL; fep = fep->fce_next) {
543 for (fep = fcp->fc_head; fep != NULL; fep = fep->fce_next) {
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c2112 if (fe.fce_next == NULL)
2115 wsp->walk_addr = (uintptr_t)fe.fce_next;
/opensolaris-onvv-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c2424 for (fep = fcp->fc_head; fep != NULL; fep = fep->fce_next) {

Completed in 113 milliseconds