Searched defs:fec (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c2118 struct i_ddi_fmc fec; local
2123 if (mdb_vread(&fec, sizeof (fec), wsp->walk_addr) == -1) {
2128 if (fec.fc_head == NULL)
2131 wsp->walk_addr = (uintptr_t)fec.fc_head;

Completed in 50 milliseconds