Searched refs:get_next_variable (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/firmware/efi/
H A Dvars.c199 return __efivars->ops->get_next_variable(name_size, name, vendor);
H A Defi.c206 if (!efi.get_next_variable)
208 status = efi.get_next_variable(&name_size, &name, &guid);
221 generic_ops.get_next_variable = efi.get_next_variable;
290 status = efi.get_next_variable(&name_size, name, &guid);
H A Druntime-wrappers.c12 * For instance, get_variable() and get_next_variable().
255 status = efi_call_virt(get_next_variable,
563 efi.get_next_variable = virt_efi_get_next_variable;
/linux-master/arch/x86/platform/efi/
H A Defi_64.c719 status = efi_thunk(get_next_variable, phys_name_size,
838 efi.get_next_variable = efi_thunk_get_next_variable;
/linux-master/include/linux/
H A Defi.h274 u32 get_next_variable; member in struct:__anon1099
327 efi_get_next_variable_t __efiapi *get_next_variable; member in struct:__anon1100::__anon1101
660 efi_get_next_variable_t *get_next_variable; member in struct:efi
1056 efi_get_next_variable_t *get_next_variable; member in struct:efivar_operations
/linux-master/drivers/xen/
H A Defi.c286 efi.get_next_variable = xen_efi_get_next_variable;
/linux-master/drivers/firmware/efi/test/
H A Defi_test.c459 status = efi.get_next_variable(ns, name, vd);
/linux-master/drivers/firmware/efi/stmm/
H A Dtee_stmm_efi.c568 tee_efivar_ops.get_next_variable = tee_get_next_variable;
/linux-master/drivers/firmware/qcom/
H A Dqcom_qseecom_uefisecapp.c865 .get_next_variable = qcuefi_get_next_variable,
/linux-master/drivers/firmware/google/
H A Dgsmi.c485 .get_next_variable = gsmi_get_next_variable,

Completed in 189 milliseconds