Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Defi.h985 struct efi_generic_dev_path { struct
992 struct efi_generic_dev_path header; argument
998 struct efi_generic_dev_path header;
1004 struct efi_generic_dev_path header;
1010 struct efi_generic_dev_path header;
1017 struct efi_generic_dev_path header;
1024 struct efi_generic_dev_path header;
1030 struct efi_generic_dev_path header;
/openbmc/linux/fs/efivarfs/
H A 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()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c478 struct efi_generic_dev_path end;
490 sizeof(struct efi_generic_dev_path)
H A Defistub.h176 typedef struct efi_generic_dev_path efi_device_path_protocol_t;
/openbmc/linux/arch/ia64/kernel/
H A 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()