Home
last modified time | relevance | path

Searched refs:_guid (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/package/efivar/
H A D0003-Fix-all-the-places-Werror-address-of-packed-member-c.patch50 efi_guid_t _guid; \
54 - : &_guid; \
57 - memmove(&_guid, guid, sizeof(_guid)); \
58 + const efi_guid_t * const _guid_p = &_guid; \
60 + memmove(&_guid, guid, sizeof(_guid)); \
H A D0002-dp.h-make-format_guid-handle-misaligned-guid-pointer.patch48 + efi_guid_t _guid; \
52 + : &_guid; \
55 + memmove(&_guid, guid, sizeof(_guid)); \
H A D0004-Fix-another-error-of-Werror-address-of-packed-member.patch12 memmove(&_guid, guid, sizeof(_guid)); \
/OK3568_Linux_fs/u-boot/include/
H A Defi_loader.h95 #define EFI_PROTOCOL_OBJECT(_guid, _protocol) (struct efi_object){ \ argument
97 .guid = &(_guid), \