Lines Matching defs:bootdev
227 int bootdev = -1;
230 bootdev = strtoul(argp[1], 0, 0); /* next boot device. */
231 if (bootdev != NVSRAM_BOOTDEV_FLOPPYDISK &&
232 bootdev != NVSRAM_BOOTDEV_HARDDISK &&
233 bootdev != NVSRAM_BOOTDEV_CGMT &&
234 bootdev != NVSRAM_BOOTDEV_NETWORK) {
236 bootdev = -1;
241 if (bootdev != -1)
242 *(uint8_t *)0xbe493030 = bootdev;
248 if (bootdev != -1)
249 *(uint8_t *)0xbb023030 = bootdev;