efi_capsule_header_t
efi_thunk_update_capsule(efi_capsule_header_t **capsules,
efi_thunk_query_capsule_caps(efi_capsule_header_t **capsules,
sizeof(efi_capsule_header_t))
if (hdr_bytes < sizeof(efi_capsule_header_t))
const efi_capsule_header_t *cap_hdr = data;
if (hdr_bytes < sizeof(efi_capsule_header_t))
efi_capsule_update_locked(efi_capsule_header_t *capsule,
int efi_capsule_update(efi_capsule_header_t *capsule, phys_addr_t *pages)
efi_capsule_header_t capsule;
efi_capsule_header_t *cap_list[] = { &capsule };
efi_capsule_header_t **capsules;
efi_capsule_header_t **capsules;
static efi_status_t virt_efi_update_capsule(efi_capsule_header_t **capsules,
static efi_status_t virt_efi_query_capsule_caps(efi_capsule_header_t **capsules,
efi_capsule_header_t *capsules;
capsules = kzalloc_objs(efi_capsule_header_t, qcaps.capsule_count + 1);
efi_capsule_header_t *c;
sizeof(efi_capsule_header_t))) {
status = efi.query_capsule_caps((efi_capsule_header_t **)
efi_capsule_header_t **capsule_header_array;
static efi_status_t xen_efi_update_capsule(efi_capsule_header_t **capsules,
static efi_status_t xen_efi_query_capsule_caps(efi_capsule_header_t **capsules,
extern int efi_capsule_update(efi_capsule_header_t *capsule,
efi_capsule_header_t header;
efi_capsule_header_t *capsule;
typedef efi_status_t efi_update_capsule_t(efi_capsule_header_t **capsules,
typedef efi_status_t efi_query_capsule_caps_t(efi_capsule_header_t **capsules,