Searched refs:sub_type (Results 1 – 9 of 9) sorted by relevance
| /lib/efi_loader/ |
| A D | efi_device_path.c | 29 .sub_type = DEVICE_PATH_SUB_TYPE_END, 209 p->sub_type != DEVICE_PATH_SUB_TYPE_END) in efi_dp_size() 315 const u8 sub_type, in efi_dp_create_device_node() argument 327 ret->sub_type = sub_type; in efi_dp_create_device_node() 351 p->sub_type = DEVICE_PATH_SUB_TYPE_INSTANCE_END; in efi_dp_append_instance() 531 sddp->dp.sub_type = is_sd(desc) ? in dp_fill() 585 dp->dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in dp_fill() 603 sddp->dp.sub_type = is_sd(desc) ? in dp_fill() 1019 mdp->dp.sub_type = DEVICE_PATH_SUB_TYPE_MEMORY; in efi_dp_from_mem() 1064 p->sub_type = DEVICE_PATH_SUB_TYPE_END; in efi_dp_split_file_path() [all …]
|
| A D | efi_device_path_to_text.c | 49 s += sprintf(s, "UNKNOWN(%04x,%04x)", dp->type, dp->sub_type); in dp_unknown() 55 switch (dp->sub_type) { in dp_hardware() 97 switch (dp->sub_type) { in dp_acpi() 115 switch (dp->sub_type) { in dp_msging() 254 (dp->sub_type == DEVICE_PATH_SUB_TYPE_MSG_SD) ? in dp_msging() 277 switch (dp->sub_type) { in dp_media() 457 if (device_path->sub_type != in efi_convert_device_path_to_text()
|
| A D | efi_root_node.c | 43 dp->vendor.dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in efi_root_node_register() 49 dp->end.sub_type = DEVICE_PATH_SUB_TYPE_END; in efi_root_node_register()
|
| A D | efi_load_initrd.c | 147 file_path->sub_type != dp_lf2_handle.end.sub_type) { in efi_load_file2_initrd()
|
| A D | efi_tcg2.c | 1195 dp->sub_type = DEVICE_PATH_SUB_TYPE_END; in tcg2_measure_gpt_data()
|
| /lib/efi_selftest/ |
| A D | efi_selftest_loadimage.c | 86 .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 D | efi_selftest_devicepath.c | 154 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 D | efi_selftest_block_device.c | 220 vendor_node.dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in setup() 228 end_node.sub_type = DEVICE_PATH_SUB_TYPE_END; in setup()
|
| /lib/efi_client/ |
| A D | efi_app_init.c | 84 p->sub_type == DEVICE_PATH_SUB_TYPE_HARD_DRIVE_PATH) { in devpath_is_partition()
|
Completed in 27 milliseconds