Lines Matching defs:rev
419 char *rev;
435 * so we have to check the PROM rev first.
436 * Note that old PROMs prefix the rev string
437 * with "Rev " (i.e. "Rev 2.6").
439 rev = romVectorPtr->monId;
440 if (!strncmp(rev, "Rev ", 4))
441 rev += 4;
442 if (!strncmp(rev, "3.", 2)) {
449 * Sun3X with PROM rev < 3.0.
453 printf("netboot: Old PROM Rev (%s)\n", rev);