Searched refs:kern_bootfile (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 657 bcopy(mdep, kern_bootfile, i); in fastboot_parse_mdep() 658 kern_bootfile[i] = '\0'; in fastboot_parse_mdep() 661 int off = strlen(kern_bootfile); in fastboot_parse_mdep() 662 bcopy(kern_bootfile, bootargs, off); in fastboot_parse_mdep() 926 bcopy(kern_bootfile, in fastboot_load_kernel() 928 strlen(kern_bootfile) + 1); in fastboot_load_kernel() 933 if (bcmp(kern_bootfile, FAILSAFE_BOOTFILE32, in fastboot_load_kernel() 935 bcmp(kern_bootfile, FAILSAFE_BOOTFILE64, in fastboot_load_kernel() 1164 kern_bootfile); in fastboot_load_kernel()
|
H A D | startup.c | 270 char kern_bootfile[OBP_MAXPATHLEN]; variable
|
/titanic_41/usr/src/uts/common/krtld/ |
H A D | kobj_bootflags.c | 58 (void) BOP_GETPROP(ops, "boot-file", kern_bootfile); in bootflags()
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 222 extern char kern_bootfile[];
|
/titanic_41/usr/src/uts/sun/sys/ |
H A D | bootconf.h | 225 extern char kern_bootfile[];
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | startup.c | 3169 char kern_bootfile[OBP_MAXPATHLEN]; variable
|