Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/os/
H A Dfastboot.c620 fastboot_parse_mdep(char *mdep, char *kern_bootpath, int *bootpath_len, in fastboot_parse_mdep() argument
639 bcopy(mdep, kern_bootpath, i); in fastboot_parse_mdep()
640 kern_bootpath[i] = '\0'; in fastboot_parse_mdep()
890 char kern_bootpath[OBP_MAXPATHLEN]; in fastboot_load_kernel() local
913 bzero(kern_bootpath, OBP_MAXPATHLEN); in fastboot_load_kernel()
919 fastboot_parse_mdep(mdep, kern_bootpath, &bootpath_len, fastboot_args); in fastboot_load_kernel()
924 bcopy(kern_bootpath, fastboot_filename[FASTBOOT_NAME_UNIX], in fastboot_load_kernel()
930 bcopy(kern_bootpath, fastboot_filename[FASTBOOT_NAME_BOOTARCHIVE], in fastboot_load_kernel()