Lines Matching defs:bootops
29 * successors.) This interface replaces the bootops (BOP) implementation
46 struct bootops *bootops;
47 struct bootops kbootops;
105 /* fake bootops - it needs to point to non-NULL */
106 bootops = &kbootops;
609 /* Simple message to indicate that the bootops pointer has been zeroed */
614 prom_printf("The bootops vec is zeroed now!\n");
627 bootops = (struct bootops *)NULL;