Searched refs:efi_var_file (Results 1 – 6 of 6) sorted by relevance
49 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()
19 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()
350 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()
47 obj-y += efi_var_file.o
19 extern struct efi_var_file __efi_runtime_data *efi_var_buf;683 struct efi_var_file *var_buf; in efi_variables_boot_exit_notify()
128 struct efi_var_file { struct158 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