Lines Matching defs:flags
63 * Whitelist of EFI capsule flags that we support.
67 * capsules with that flag and any other flags that we do not know how
76 * @flags: capsule flags
80 * Check whether a capsule with @flags is supported by the firmware
86 int efi_capsule_supported(efi_guid_t guid, u32 flags, size_t size, int *reset)
93 if (flags & ~EFI_CAPSULE_SUPPORTED_FLAG_MASK)
98 capsule.flags = flags;
221 u32 flags = capsule->flags;
226 rv = efi_capsule_supported(guid, flags, imagesize, &reset_type);