| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_device_path_utilities.c | 28 const struct efi_device_path *device_path) in get_device_path_size() argument 32 EFI_ENTRY("%pD", device_path); in get_device_path_size() 34 if (device_path) in get_device_path_size() 35 sz = efi_dp_size(device_path) + sizeof(struct efi_device_path); in get_device_path_size() 56 const struct efi_device_path *device_path) in duplicate_device_path() argument 58 EFI_ENTRY("%pD", device_path); in duplicate_device_path() 59 return EFI_EXIT(efi_dp_dup(device_path)); in duplicate_device_path() 97 const struct efi_device_path *device_path, in append_device_node() argument 100 EFI_ENTRY("%pD, %p", device_path, device_node); in append_device_node() 101 return EFI_EXIT(efi_dp_append_node(device_path, device_node)); in append_device_node() [all …]
|
| H A D | efi_device_path_to_text.c | 311 struct efi_device_path *device_path, in efi_convert_device_path_to_text() argument 319 EFI_ENTRY("%p, %d, %d", device_path, display_only, allow_shortcuts); in efi_convert_device_path_to_text() 321 if (!device_path) in efi_convert_device_path_to_text() 323 while (device_path && in efi_convert_device_path_to_text() 326 str = efi_convert_single_device_node_to_text(str, device_path); in efi_convert_device_path_to_text() 327 device_path = efi_dp_next(device_path); in efi_convert_device_path_to_text()
|
| H A D | efi_bootmgr.c | 123 static void *try_load_entry(uint16_t n, struct efi_device_path **device_path, in try_load_entry() argument 155 efi_dp_split_file_path(lo.file_path, device_path, file_path); in try_load_entry() 169 void *efi_bootmgr_load(struct efi_device_path **device_path, in efi_bootmgr_load() argument 189 image = try_load_entry(bootorder[i], device_path, file_path); in efi_bootmgr_load()
|
| H A D | efi_hii_config.c | 83 const struct efi_device_path *device_path, in get_alt_config() argument 88 this, config_resp, guid, name, device_path, in get_alt_config()
|
| H A D | efi_disk.c | 194 struct efi_device_path *device_path; in efi_fs_from_path() local 199 ret = efi_dp_split_file_path(full_path, &device_path, &file_path); in efi_fs_from_path() 205 efiobj = efi_dp_find_obj(device_path, NULL); in efi_fs_from_path() 206 efi_free_pool(device_path); in efi_fs_from_path()
|
| H A D | efi_boottime.c | 1514 efi_status_t efi_setup_loaded_image(struct efi_device_path *device_path, in efi_setup_loaded_image() argument 1543 if (device_path) { in efi_setup_loaded_image() 1544 info->device_handle = efi_dp_find_obj(device_path, NULL); in efi_setup_loaded_image() 1550 &efi_guid_device_path, device_path); in efi_setup_loaded_image() 2329 struct efi_device_path **device_path, in efi_locate_device_path() argument 2342 EFI_ENTRY("%pUl, %p, %p", protocol, device_path, device); in efi_locate_device_path() 2344 if (!protocol || !device_path || !*device_path || !device) { in efi_locate_device_path() 2350 len = efi_dp_instance_size(*device_path); in efi_locate_device_path() 2375 if (memcmp(*device_path, dp, len_dp)) in efi_locate_device_path() 2381 remainder = (u8 *)*device_path + len_best; in efi_locate_device_path() [all …]
|
| H A D | efi_device_path.c | 926 struct efi_device_path **device_path, in efi_dp_split_file_path() argument 931 *device_path = NULL; in efi_dp_split_file_path() 949 *device_path = dp; in efi_dp_split_file_path()
|
| /openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
| H A D | power-rail-event-logger | 40 …device_path="/xyz/openbmc_project/inventory/system/board/Minerva_MTIA_Blade_${board_number}/${gpio… 42 …device_path="/xyz/openbmc_project/inventory/system/board/Minerva_Network_Blade_${board_number}/${g… 44 …device_path="/xyz/openbmc_project/inventory/system/board/Minerva_Fan_Board_${board_number}/${gpio_… 56 "{ \"POWER_RAIL\": \"${device_path}\", \"FAILURE_DATA\": \"${gpio_name}\"}" \ 68 "{ \"POWER_RAIL\": \"${device_path}\"}"
|
| H A D | vr-fault-event-logger | 34 …device_path="/xyz/openbmc_project/inventory/system/board/Minerva_Fan_Board_${board_num}/${gpio_nam… 36 device_path="/xyz/openbmc_project/inventory/system/board/Minerva_CMM/${gpio_name}" 49 "{ \"VOLTAGE_REGULATOR\": \"${device_path}\", \"FAILURE_DATA\": \"${gpio_name}\"}" \ 61 "{ \"VOLTAGE_REGULATOR\": \"${device_path}\"}"
|
| /openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
| H A D | power-rail-event-logger | 13 device_path="/xyz/openbmc_project/inventory/system/board/Ventura_PDB/$source" 31 … "{ \"POWER_RAIL\": \"${device_path}\", \"FAILURE_DATA\": \"$(get_failure_data "$source")\"}" \ 39 "{ \"POWER_RAIL\": \"${device_path}\"}"
|
| /openbmc/u-boot/cmd/ |
| H A D | bootefi.c | 202 struct efi_device_path *device_path, in bootefi_run_prepare() argument 209 ret = efi_setup_loaded_image(device_path, image_path, image_objp, in bootefi_run_prepare() 246 struct efi_device_path *device_path, in do_bootefi_exec() argument 260 if (!device_path && !image_path) { in do_bootefi_exec() 264 device_path = image_path = memdp; in do_bootefi_exec() 273 device_path); in do_bootefi_exec() 277 assert(device_path && image_path); in do_bootefi_exec() 280 ret = bootefi_run_prepare("bootargs", device_path, image_path, in do_bootefi_exec() 367 struct efi_device_path *device_path, *file_path; in do_bootefi_bootmgr_exec() local 371 addr = efi_bootmgr_load(&device_path, &file_path); in do_bootefi_bootmgr_exec() [all …]
|
| H A D | efidebug.c | 483 struct efi_device_path *device_path = NULL, *file_path = NULL; in do_efi_boot_add() local 515 ret = efi_dp_from_name(argv[3], argv[4], argv[5], &device_path, in do_efi_boot_add() 543 efi_free_pool(device_path); in do_efi_boot_add()
|
| /openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
| H A D | power-rail-event-logger | 14 device_path="/xyz/openbmc_project/inventory/system/board/Catalina_PDB/$gpio_name" 36 … "{ \"POWER_RAIL\": \"${device_path}\", \"FAILURE_DATA\": \"$(get_failure_data "$gpio_name")\"}" \
|
| H A D | vr-fault-event-logger | 14 device_path="/xyz/openbmc_project/inventory/system/board/Catalina_PDB/$gpio_name" 44 …"{ \"VOLTAGE_REGULATOR\": \"${device_path}\", \"FAILURE_DATA\": \"$(get_failure_data "$gpio_name")…
|
| /openbmc/u-boot/include/ |
| H A D | efi_loader.h | 399 efi_status_t efi_setup_loaded_image(struct efi_device_path *device_path, 456 struct efi_device_path **device_path, 558 void *efi_bootmgr_load(struct efi_device_path **device_path,
|
| H A D | efi_api.h | 115 struct efi_device_path **device_path, 676 struct efi_device_path *device_path, 687 const struct efi_device_path *device_path); 689 const struct efi_device_path *device_path); 694 const struct efi_device_path *device_path, 697 const struct efi_device_path *device_path, 703 const struct efi_device_path *device_path); 825 efi_string_id_t device_path; member 1094 const struct efi_device_path *device_path,
|
| H A D | efi.h | 363 struct efi_device_path *device_path; member
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 149 | 70 def device_path(self): member in LUKSConfig 180 path = config.device_path() 280 "driver=host_device,filename=%s" % config.device_path()]
|
| H A D | 139 | 100 device_path = '/machine/peripheral/%s/virtio-backend' % device 102 match={'data': {'path': device_path}})
|
| /openbmc/qemu/net/ |
| H A D | tap-win32.c | 595 g_autofree char *device_path = NULL; in tap_win32_open() local 617 device_path = g_strdup_printf("%s%s%s", in tap_win32_open() 623 device_path, in tap_win32_open()
|
| /openbmc/u-boot/include/linux/ |
| H A D | edd.h | 158 } device_path; member
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools/ |
| H A D | fix-memory-leaks.patch | 754 @@ -331,9 +331,9 @@ static GHashTable *_bt_device_sdp_browse(const gchar *device_path, const gchar * 758 - execl("/bin/sdptool", "/bin/sdptool", "browse", "--xml", device_path, (char *) 0); 759 + execlp("sdptool", "sdptool", "browse", "--xml", device_path, (char *) 0); 761 …ecl("/bin/sdptool", "/bin/sdptool", "browse", "--xml", "--uuid", pattern, device_path, (char *) 0); 762 + execlp("sdptool", "sdptool", "browse", "--xml", "--uuid", pattern, device_path, (char …
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 461 - r = write_string_file_at(namespace_fd, "device_path", FORMAT_PROC_PID_FD_PATH(0, fd), WRIT… 462 + r = write_string_file_at(namespace_fd, "device_path", FORMAT_PROC_PID_FD_PATH(0, fd), 0); 464 return log_error_errno(r, "Failed to write 'device_path' attribute: %m");
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 481 - r = write_string_file_at(namespace_fd, "device_path", FORMAT_PROC_PID_FD_PATH(0, fd), WRIT… 482 + r = write_string_file_at(namespace_fd, "device_path", FORMAT_PROC_PID_FD_PATH(0, fd), 0); 484 return log_error_errno(r, "Failed to write 'device_path' attribute: %m");
|
| /openbmc/qemu/hw/ppc/ |
| H A D | trace-events | 22 spapr_h_tpm_comm(const char *device_path, uint64_t operation) "tpm_device_path=%s operation=0x%"PRI…
|