Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_device_path.c32 .sub_type = DEVICE_PATH_SUB_TYPE_END,
40 .sub_type = DEVICE_PATH_SUB_TYPE_VENDOR,
262 p->sub_type != DEVICE_PATH_SUB_TYPE_END) in efi_dp_size()
346 const u8 sub_type, in efi_dp_create_device_node() argument
358 ret->sub_type = sub_type; in efi_dp_create_device_node()
382 p->sub_type = DEVICE_PATH_SUB_TYPE_INSTANCE_END; in efi_dp_append_instance()
560 dp->dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in dp_fill()
623 sddp->dp.sub_type = is_sd(desc) ? in dp_fill()
676 sddp->dp.sub_type = is_sd(desc) ? in dp_fill()
1087 p->sub_type = DEVICE_PATH_SUB_TYPE_END; in efi_dp_split_file_path()
[all …]
A Defi_device_path_to_text.c47 s += sprintf(s, "UNKNOWN(%04x,%04x)", dp->type, dp->sub_type); in dp_unknown()
53 switch (dp->sub_type) { in dp_hardware()
88 switch (dp->sub_type) { in dp_acpi()
106 switch (dp->sub_type) { in dp_msging()
196 (dp->sub_type == DEVICE_PATH_SUB_TYPE_MSG_SD) ? in dp_msging()
219 switch (dp->sub_type) { in dp_media()
391 if (device_path->sub_type != in efi_convert_device_path_to_text()
A Defi_root_node.c42 dp->vendor.dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in efi_root_node_register()
48 dp->end.sub_type = DEVICE_PATH_SUB_TYPE_END; in efi_root_node_register()
A Defi_load_initrd.c118 file_path->sub_type != dp.end.sub_type) { in efi_load_file2_initrd()
/u-boot/lib/efi_selftest/
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,
A Defi_selftest_devicepath.c154 vendor_node.dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in setup()
179 end_node.sub_type = DEVICE_PATH_SUB_TYPE_END; in setup()
A Defi_selftest_block_device.c216 vendor_node.dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in setup()
224 end_node.sub_type = DEVICE_PATH_SUB_TYPE_END; in setup()
/u-boot/test/
A Dprint_ut.c52 dp_sd->dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_SD; in efi_ut_print()
59 dp_end->sub_type = DEVICE_PATH_SUB_TYPE_END; in efi_ut_print()
/u-boot/include/
A Defi_loader.h631 const u8 sub_type,
667 ((_dp)->sub_type == DEVICE_PATH_SUB_TYPE_##_subtype))
A Defi_api.h483 u8 sub_type; member

Completed in 25 milliseconds