Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Defi.h977 struct efi_generic_dev_path { struct
984 struct efi_generic_dev_path header; argument
990 struct efi_generic_dev_path header;
996 struct efi_generic_dev_path header;
1002 struct efi_generic_dev_path header;
1009 struct efi_generic_dev_path header;
1017 struct efi_generic_dev_path header;
/linux-6.1.9/fs/efivarfs/
Dvars.c31 struct efi_generic_dev_path *node; in validate_device_path()
34 node = (struct efi_generic_dev_path *)buffer; in validate_device_path()
49 node = (struct efi_generic_dev_path *)(buffer + offset); in validate_device_path()
/linux-6.1.9/drivers/firmware/efi/libstub/
Dzboot.c157 (*dp)->length = sizeof(struct efi_generic_dev_path); in append_end_node()
215 sizeof(struct efi_generic_dev_path)) + in efi_zboot_entry()
Defi-stub-helper.c611 struct efi_generic_dev_path end;
623 sizeof(struct efi_generic_dev_path)
Defistub.h163 typedef struct efi_generic_dev_path efi_device_path_protocol_t;
/linux-6.1.9/arch/ia64/kernel/
Defi.c929 struct efi_generic_dev_path *hdr, *end_addr; in efi_uart_console_only()
945 hdr = (struct efi_generic_dev_path *) data; in efi_uart_console_only()
946 end_addr = (struct efi_generic_dev_path *) ((u8 *) data + size); in efi_uart_console_only()
959 hdr = (struct efi_generic_dev_path *)((u8 *) hdr + hdr->length); in efi_uart_console_only()