Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/mc-amd/
H A Dmcamd.h195 struct mc *mc_next; /* next MC instance */ member
H A Dmcamd_drv.c136 for (mc = mc_list; mc != NULL; mc = mc->mc_next) { in mc_lookup_by_chipid()
1367 mc_last->mc_next = mc; in mc_create()
1369 mc->mc_next = NULL; in mc_create()
1594 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()
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c303 static int mc_next(int id);
2219 if (mc_next(0) == 0) in extract_slot_table_from_obp()
2221 mc_walk(mc_next(0)); in extract_slot_table_from_obp()
2235 mc_next(int id) in mc_next() function
2259 if (curnode = mc_next(id)) in mc_walk()
/titanic_50/usr/src/cmd/boot/bootadm/
H A Dbootadm.c6018 struct mcache *mc_next; member
6083 mcp->mc_next = mhp->mh_hash[idx];
6102 mhp->mh_hash[i] = mcp->mc_next;
6135 for (mcp = mhp->mh_hash[idx]; mcp; mcp = mcp->mc_next) {