Home
last modified time | relevance | path

Searched refs:sub_type (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c21 .sub_type = DEVICE_PATH_SUB_TYPE_END,
29 .sub_type = DEVICE_PATH_SUB_TYPE_VENDOR,
251 p->sub_type != DEVICE_PATH_SUB_TYPE_END) in efi_dp_size()
335 const u8 sub_type, in efi_dp_create_device_node() argument
344 ret->sub_type = sub_type; in efi_dp_create_device_node()
368 p->sub_type = DEVICE_PATH_SUB_TYPE_INSTANCE_END; in efi_dp_append_instance()
392 if ((*dp)->sub_type == DEVICE_PATH_SUB_TYPE_INSTANCE_END) in efi_dp_get_next_instance()
409 return p->sub_type == DEVICE_PATH_SUB_TYPE_INSTANCE_END; in efi_dp_is_multi_instance()
493 dp->dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_MAC_ADDR; in dp_fill()
513 dp->dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_ATAPI; in dp_fill()
[all …]
H A Defi_device_path_to_text.c46 s += sprintf(s, "UNKNOWN(%04x,%04x)", dp->type, dp->sub_type); in dp_unknown()
52 switch (dp->sub_type) { in dp_hardware()
77 switch (dp->sub_type) { in dp_acpi()
96 switch (dp->sub_type) { in dp_msging()
147 (dp->sub_type == DEVICE_PATH_SUB_TYPE_MSG_SD) ? in dp_msging()
170 switch (dp->sub_type) { in dp_media()
H A Defi_root_node.c45 dp->vendor.dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in efi_root_node_register()
51 dp->end.sub_type = DEVICE_PATH_SUB_TYPE_END; in efi_root_node_register()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_loadimage.c86 .sub_type = DEVICE_PATH_SUB_TYPE_VENDOR,
94 .sub_type = DEVICE_PATH_SUB_TYPE_END,
109 .sub_type = DEVICE_PATH_SUB_TYPE_VENDOR,
117 .sub_type = DEVICE_PATH_SUB_TYPE_FILE_PATH,
123 .sub_type = DEVICE_PATH_SUB_TYPE_END,
H A Defi_selftest_devicepath.c105 vendor_node.dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in setup()
130 end_node.sub_type = DEVICE_PATH_SUB_TYPE_END; in setup()
H A Defi_selftest_block_device.c215 vendor_node.dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in setup()
223 end_node.sub_type = DEVICE_PATH_SUB_TYPE_END; in setup()
/openbmc/u-boot/test/
H A Dprint_ut.c32 dp_sd->dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_SD; in efi_ut_print()
39 dp_end->sub_type = DEVICE_PATH_SUB_TYPE_END; in efi_ut_print()
/openbmc/openbmc-test-automation/ffdc/
H A Dffdc_collector.py568 def protocol_ssh(self, protocol, target_type, sub_type): argument
586 self.group_copy(self.ffdc_actions[target_type][sub_type])
589 self.ffdc_actions[target_type][sub_type]
592 def protocol_telnet(self, target_type, sub_type): argument
614 list_of_commands = self.ffdc_actions[target_type][sub_type]["COMMANDS"]
622 targ_file = self.ffdc_actions[target_type][sub_type][
648 def protocol_service_execute(self, protocol, target_type, sub_type): argument
673 self.ffdc_actions[target_type][sub_type]
705 self.ffdc_actions[target_type][sub_type]
/openbmc/u-boot/include/
H A Defi_loader.h430 const u8 sub_type,
465 ((_dp)->sub_type == DEVICE_PATH_SUB_TYPE_##_subtype))
H A Defi_api.h364 u8 sub_type; member