Searched refs:efi_guid_t (Results 1 – 1 of 1) sorted by relevance
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 10155 typedef guid_t efi_guid_t; typedef 10175 efi_guid_t guid; 10227 typedef efi_status_t efi_get_variable_t(efi_char16_t *, efi_guid_t *, u32 *, long unsigned int *, v… 10229 typedef efi_status_t efi_get_next_variable_t(long unsigned int *, efi_char16_t *, efi_guid_t *); 10231 typedef efi_status_t efi_set_variable_t(efi_char16_t *, efi_guid_t *, u32, long unsigned int, void … 10252 efi_status_t (*get_variable)(efi_char16_t *, efi_guid_t *, u32 *, long unsigned int *, void *); 10253 efi_status_t (*get_next_variable)(long unsigned int *, efi_char16_t *, efi_guid_t *); 10254 efi_status_t (*set_variable)(efi_char16_t *, efi_guid_t *, u32, long unsigned int, void *); 24885 efi_guid_t guid; 24911 efi_guid_t guid; [all …]
|