Searched defs:bootfiles (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c429 char *bootfiles[] = { local
442 &bootopt, LOAD_OPTION_ACTIVE, bootfiles, NULL, 0, 0);
525 char **bootfiles; local
541 &bootfiles) < 0) {
546 if (strcasecmp(bootfiles[0], UEFI_BOOTLOADER) != 0) {
742 char **bootfiles; local
746 &bootfiles) < 0) {
751 if (strcasecmp(bootfiles[0], UEFI_BOOTLOADER) != 0) {

Completed in 29 milliseconds