Home
last modified time | relevance | path

Searched refs:kern_bootfile (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c645 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 Dstartup.c254 char kern_bootfile[OBP_MAXPATHLEN]; variable
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_bootflags.c58 (void) BOP_GETPROP(ops, "boot-file", kern_bootfile); in bootflags()
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootconf.h226 extern char kern_bootfile[];
/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h227 extern char kern_bootfile[];
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c3106 char kern_bootfile[OBP_MAXPATHLEN]; variable