Home
last modified time | relevance | path

Searched refs:efi_var_file (Results 1 – 6 of 6) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_var_file.c49 efi_status_t __maybe_unused efi_var_collect(struct efi_var_file **bufp, loff_t *lenp, in efi_var_collect()
53 struct efi_var_file *buf; in efi_var_collect()
105 len - sizeof(struct efi_var_file)); in efi_var_collect()
124 struct efi_var_file *buf; in efi_var_to_file()
151 efi_status_t efi_var_restore(struct efi_var_file *buf) in efi_var_restore()
158 buf->length - sizeof(struct efi_var_file))) { in efi_var_restore()
196 struct efi_var_file *buf; in efi_var_from_file()
212 if (r || len < sizeof(struct efi_var_file)) { in efi_var_from_file()
A Defi_var_mem.c19 static struct efi_var_file __efi_runtime_data *efi_var_buf;
133 sizeof(struct efi_var_file)); in efi_var_mem_del()
173 sizeof(struct efi_var_file)); in efi_var_mem_ins()
256 efi_var_buf = (struct efi_var_file *)(uintptr_t)memory; in efi_var_mem_init()
349 void efi_var_buf_update(struct efi_var_file *var_buf) in efi_var_buf_update()
A Defi_variable.c350 sizeof(struct efi_var_file); in efi_query_variable_info_int()
353 sizeof(struct efi_var_file) - in efi_query_variable_info_int()
428 ret = efi_var_restore((struct efi_var_file *) in efi_init_variables()
A DMakefile47 obj-y += efi_var_file.o
A Defi_variable_tee.c19 extern struct efi_var_file __efi_runtime_data *efi_var_buf;
683 struct efi_var_file *var_buf; in efi_variables_boot_exit_notify()
/u-boot/include/
A Defi_variable.h128 struct efi_var_file { struct
158 efi_status_t __maybe_unused efi_var_collect(struct efi_var_file **bufp, loff_t *lenp,
167 efi_status_t efi_var_restore(struct efi_var_file *buf);
318 void efi_var_buf_update(struct efi_var_file *var_buf);

Completed in 7 milliseconds