Searched defs:kern_bootpath (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 620 fastboot_parse_mdep(char *mdep, char *kern_bootpath, int *bootpath_len, argument 639 bcopy(mdep, kern_bootpath, i); 640 kern_bootpath[i] = '\0'; 890 char kern_bootpath[OBP_MAXPATHLEN]; local 913 bzero(kern_bootpath, OBP_MAXPATHLEN); 919 fastboot_parse_mdep(mdep, kern_bootpath, &bootpath_len, fastboot_args); 924 bcopy(kern_bootpath, fastboot_filename[FASTBOOT_NAME_UNIX], 930 bcopy(kern_bootpath, fastboot_filename[FASTBOOT_NAME_BOOTARCHIVE],
|
Completed in 82 milliseconds