Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c608 fastboot_parse_mdep(char *mdep, char *kern_bootpath, int *bootpath_len, in fastboot_parse_mdep() argument
627 bcopy(mdep, kern_bootpath, i); in fastboot_parse_mdep()
628 kern_bootpath[i] = '\0'; in fastboot_parse_mdep()
878 char kern_bootpath[OBP_MAXPATHLEN]; in fastboot_load_kernel() local
901 bzero(kern_bootpath, OBP_MAXPATHLEN); in fastboot_load_kernel()
907 fastboot_parse_mdep(mdep, kern_bootpath, &bootpath_len, fastboot_args); in fastboot_load_kernel()
912 bcopy(kern_bootpath, fastboot_filename[FASTBOOT_NAME_UNIX], in fastboot_load_kernel()
918 bcopy(kern_bootpath, fastboot_filename[FASTBOOT_NAME_BOOTARCHIVE], in fastboot_load_kernel()