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

/opensolaris-onvv-gate/usr/src/uts/sun4v/os/
H A Dmach_descrip.c294 uint64_t tgen; local
350 tgen = mach_descrip_find_md_gen(tbuf);
353 if (!HAS_GEN(tgen)) {
356 MDP(("MD: generation number %ld\n", tgen));
362 if (HAS_GEN(tgen) && ((curr_mach_descrip->gen == tgen) &&
373 "identical", tgen);
383 if (HAS_GEN(tgen) && HAS_GEN(curr_mach_descrip->gen) &&
384 (curr_mach_descrip->gen > tgen)) {
387 tgen, curr_mach_descri
[all...]

Completed in 94 milliseconds