Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/os/
H A Dfastboot.c113 static char fastboot_filename[2][OBP_MAXPATHLEN] = { { 0 }, { 0 }}; variable
547 mdnsz = strlen(fastboot_filename[FASTBOOT_NAME_BOOTARCHIVE]) + 1; in fastboot_build_mbi()
548 bcopy(fastboot_filename[FASTBOOT_NAME_BOOTARCHIVE], in fastboot_build_mbi()
924 bcopy(kern_bootpath, fastboot_filename[FASTBOOT_NAME_UNIX], in fastboot_load_kernel()
927 &fastboot_filename[FASTBOOT_NAME_UNIX][bootpath_len], in fastboot_load_kernel()
930 bcopy(kern_bootpath, fastboot_filename[FASTBOOT_NAME_BOOTARCHIVE], in fastboot_load_kernel()
956 i, fastboot_filename[i]); in fastboot_load_kernel()
958 if ((file = kobj_open_file(fastboot_filename[i])) == in fastboot_load_kernel()
961 fastboot_filename[i]); in fastboot_load_kernel()
968 fastboot_filename[i]); in fastboot_load_kernel()
[all …]