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

/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd.h195 struct mc *mc_next; /* next MC instance */ member in struct:mc
H A Dmcamd_drv.c136 for (mc = mc_list; mc != NULL; mc = mc->mc_next) {
1367 mc_last->mc_next = mc;
1369 mc->mc_next = NULL;
1594 for (mc = mc_list; mc != NULL; mc = mc->mc_next) {
H A Dmcamd_subr.c87 return ((mcamd_node_t *)mc->mc_next);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c303 static int mc_next(int id);
2219 if (mc_next(0) == 0)
2221 mc_walk(mc_next(0));
2235 mc_next(int id) function
2249 } /* mc_next(.) */
2259 if (curnode = mc_next(id))
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c6275 struct mcache *mc_next; member in struct:mcache
6341 mcp->mc_next = mhp->mh_hash[idx];
6359 mhp->mh_hash[i] = mcp->mc_next;
6392 for (mcp = mhp->mh_hash[idx]; mcp; mcp = mcp->mc_next) {

Completed in 94 milliseconds