Searched refs:_guid (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/efivar/ |
| H A D | 0003-Fix-all-the-places-Werror-address-of-packed-member-c.patch | 50 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 D | 0002-dp.h-make-format_guid-handle-misaligned-guid-pointer.patch | 48 + efi_guid_t _guid; \ 52 + : &_guid; \ 55 + memmove(&_guid, guid, sizeof(_guid)); \
|
| H A D | 0004-Fix-another-error-of-Werror-address-of-packed-member.patch | 12 memmove(&_guid, guid, sizeof(_guid)); \
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | efi_loader.h | 95 #define EFI_PROTOCOL_OBJECT(_guid, _protocol) (struct efi_object){ \ argument 97 .guid = &(_guid), \
|