Home
last modified time | relevance | path

Searched refs:efi_generic_dev_path (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/linux/
Defi.h901 struct efi_generic_dev_path { struct
908 struct efi_generic_dev_path header; argument
914 struct efi_generic_dev_path header;
920 struct efi_generic_dev_path header;
927 struct efi_generic_dev_path header;
/Linux-v5.10/drivers/firmware/efi/
Dvars.c39 struct efi_generic_dev_path *node; in validate_device_path()
42 node = (struct efi_generic_dev_path *)buffer; in validate_device_path()
57 node = (struct efi_generic_dev_path *)(buffer + offset); in validate_device_path()
/Linux-v5.10/drivers/firmware/efi/libstub/
Defi-stub-helper.c537 struct efi_generic_dev_path end;
549 sizeof(struct efi_generic_dev_path)
Defistub.h169 typedef struct efi_generic_dev_path efi_device_path_protocol_t;
/Linux-v5.10/arch/ia64/kernel/
Defi.c926 struct efi_generic_dev_path *hdr, *end_addr; in efi_uart_console_only()
942 hdr = (struct efi_generic_dev_path *) data; in efi_uart_console_only()
943 end_addr = (struct efi_generic_dev_path *) ((u8 *) data + size); in efi_uart_console_only()
956 hdr = (struct efi_generic_dev_path *)((u8 *) hdr + hdr->length); in efi_uart_console_only()