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

/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c2644 append_uefi_path(char *path, char **uefi_path) argument
2648 if (*uefi_path == NULL) {
2649 *uefi_path = malloc(strlen(path) + 1);
2651 if (*uefi_path == NULL) {
2655 (void) strcpy(*uefi_path, path);
2660 new_path = realloc(*uefi_path, strlen(path) +
2661 strlen(*uefi_path) + 1);
2670 *uefi_path = new_path;
2675 print_hardware_path(uefi_device_path_t *device_path, char **uefi_path) argument
2702 append_uefi_path(path, uefi_path);
2707 print_media_path(uefi_device_path_t *device_path, char **uefi_path) argument
2773 print_acpi_path(uefi_device_path_t *device_path, char **uefi_path) argument
2821 print_messaging_path(uefi_device_path_t *device_path, char **uefi_path) argument
2898 print_bios_path(uefi_device_path_t *device_path, char **uefi_path) argument
2920 print_device_path(uefi_device_path_t *device_path, char **uefi_path) argument
3470 uefirt_var_boot_get_uefipath(uefirt_hdl_t hdl, int bootopt, char **uefi_path) argument
[all...]

Completed in 21 milliseconds