Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd.h195 struct mc *mc_next; /* next MC instance */ member
H A Dmcamd_drv.c137 for (mc = mc_list; mc != NULL; mc = mc->mc_next) { in mc_lookup_by_chipid()
1368 mc_last->mc_next = mc; in mc_create()
1370 mc->mc_next = NULL; in mc_create()
1595 for (mc = mc_list; mc != NULL; mc = mc->mc_next) { in mc_attach()
H A Dmcamd_subr.c87 return ((mcamd_node_t *)mc->mc_next); in mcamd_mc_next()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c6426 struct mcache *mc_next; member
6492 mcp->mc_next = mhp->mh_hash[idx];
6510 mhp->mh_hash[i] = mcp->mc_next;
6543 for (mcp = mhp->mh_hash[idx]; mcp; mcp = mcp->mc_next) {