Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/
H A Dfastboot.c657 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 Dstartup.c270 char kern_bootfile[OBP_MAXPATHLEN]; variable
/titanic_41/usr/src/uts/common/krtld/
H A Dkobj_bootflags.c58 (void) BOP_GETPROP(ops, "boot-file", kern_bootfile); in bootflags()
/titanic_41/usr/src/uts/intel/sys/
H A Dbootconf.h222 extern char kern_bootfile[];
/titanic_41/usr/src/uts/sun/sys/
H A Dbootconf.h225 extern char kern_bootfile[];
/titanic_41/usr/src/uts/sun4/os/
H A Dstartup.c3169 char kern_bootfile[OBP_MAXPATHLEN]; variable