/src/sys/arch/i386/stand/pxeboot/ |
main.c | 100 bootit(const char *filename, int howto) function in typeref:typename:int 175 bootit("netbsd", 0); 232 bootit(filename, howto);
|
/src/sys/arch/landisk/stand/boot/ |
boot2.c | 80 void bootit(const char *filename, int howto, int tell); 194 bootit(const char *filename, int howto, int tell) function in typeref:typename:void 259 bootit(names[currname][0], 0, 0); 261 bootit(names[currname][1], 0, 1); 370 bootit(filename, howto, 1);
|
/src/sys/arch/zaurus/stand/zboot/ |
boot.c | 242 bootit(names[currname][0], 0, 0); 244 bootit(names[currname][1], 0, 1); 251 bootit(const char *filename, int howto, int tell) function in typeref:typename:void 343 bootit(filename, howto, 1);
|
/src/sys/arch/i386/stand/dosboot/ |
main.c | 59 static void bootit(const char *, int, int); 174 bootit(const char *filename, int howto, int tell) function in typeref:typename:void 268 bootit((argc > 0 ? argv[0] : "netbsd"), howto, 1); 310 bootit(filename, howto, 1);
|
/src/sys/arch/i386/stand/boot/ |
boot2.c | 126 static void bootit(const char *, int); 284 bootit(const char *filename, int howto) function in typeref:typename:void 403 bootit(names[currname][0], 0); 405 bootit(names[currname][1], AB_VERBOSE); 477 bootit(path, howto); 479 bootit(path, howto | AB_VERBOSE); 510 bootit(names[i][0], howto); 511 bootit(names[i][1], howto);
|
/src/sys/arch/i386/stand/efiboot/ |
boot.c | 132 static void bootit(const char *, int); 272 bootit(const char *filename, int howto) function in typeref:typename:void 372 bootit(names[currname][0], 0); 374 bootit(names[currname][1], AB_VERBOSE); 452 bootit(path, howto); 454 bootit(path, howto | AB_VERBOSE); 485 bootit(names[i][0], howto); 486 bootit(names[i][1], howto);
|