Searched refs:kern_bootfile (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 645 bcopy(mdep, kern_bootfile, i); in fastboot_parse_mdep() 646 kern_bootfile[i] = '\0'; in fastboot_parse_mdep() 649 int off = strlen(kern_bootfile); in fastboot_parse_mdep() 650 bcopy(kern_bootfile, bootargs, off); in fastboot_parse_mdep() 914 bcopy(kern_bootfile, in fastboot_load_kernel() 916 strlen(kern_bootfile) + 1); in fastboot_load_kernel() 921 if (bcmp(kern_bootfile, FAILSAFE_BOOTFILE32, in fastboot_load_kernel() 923 bcmp(kern_bootfile, FAILSAFE_BOOTFILE64, in fastboot_load_kernel() 1152 kern_bootfile); in fastboot_load_kernel()
|
H A D | startup.c | 253 char kern_bootfile[OBP_MAXPATHLEN]; variable
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_bootflags.c | 58 (void) BOP_GETPROP(ops, "boot-file", kern_bootfile); in bootflags()
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 226 extern char kern_bootfile[];
|
/illumos-gate/usr/src/uts/sun/sys/ |
H A D | bootconf.h | 227 extern char kern_bootfile[];
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | startup.c | 3106 char kern_bootfile[OBP_MAXPATHLEN]; variable
|