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

/osnet-11/usr/src/lib/libcpc/i386/
H A Dconf_pentium.c318 versionmatch(int cpuver, int regno, const struct nametable *n) function
389 if (versionmatch(cpuver, regno, n))
401 if (bits == n->bits && versionmatch(cpuver, regno, n))
420 versionmatch(cpuver, regno, n)) {
/osnet-11/usr/src/lib/libcpc/sparc/
H A Dconf_ultra.c415 versionmatch(int cpuver, int regno, const struct nametable *n) function
462 if (versionmatch(cpuver, regno, n))
474 if (bits == n->bits && versionmatch(cpuver, regno, n))
494 versionmatch(cpuver, regno, n)) {

Completed in 350 milliseconds