Home
last modified time | relevance | path

Searched refs:fc_head (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dndifm.c205 for (fep = fcp->fc_head; fep != NULL; fep = pp) { in i_ndi_fmc_destroy()
274 fcp->fc_head = fep; in ndi_fmc_insert()
343 if (fep == fcp->fc_head) in ndi_fmc_remove()
344 fcp->fc_head = fep->fce_next; in ndi_fmc_remove()
385 for (fep = fcp->fc_head; fep != NULL; fep = fep->fce_next) { in ndi_fmc_entry_error()
543 for (fep = fcp->fc_head; fep != NULL; fep = fep->fce_next) { in ndi_fmc_entry_error_all()
/titanic_41/usr/src/uts/common/sys/
H A Dddifm_impl.h66 struct i_ddi_fmc_entry *fc_head; /* active handle list */ member
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c2091 if (fec.fc_head == NULL) in devinfo_fmc_walk_init()
2094 wsp->walk_addr = (uintptr_t)fec.fc_head; in devinfo_fmc_walk_init()
/titanic_41/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c2424 for (fep = fcp->fc_head; fep != NULL; fep = fep->fce_next) { in pf_hdl_compare()