Searched refs:boot_order (Results 1 – 1 of 1) sorted by relevance
611 u16 boot_var16[9], *p, bootnext, *boot_order = NULL; in find_boot_device() local651 boot_order = malloc(size); in find_boot_device()652 if (!boot_order) { in find_boot_device()659 NULL, &size, boot_order, NULL); in find_boot_device()667 sprintf((char *)boot_var, "Boot%04X", boot_order[i]); in find_boot_device()698 free(boot_order); in find_boot_device()
Completed in 5 milliseconds