Home
last modified time | relevance | path

Searched refs:__image (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/firmware/efi/libstub/
Defistub.h14 efi_status_t efi_open_volume(efi_system_table_t *sys_table_arg, void *__image,
Darm-stub.c46 void *__image, void **__fh) in efi_open_volume() argument
49 efi_loaded_image_t *image = __image; in efi_open_volume()
/linux-4.1.27/arch/x86/boot/compressed/
Deboot.c200 static inline efi_status_t __open_volume32(void *__image, void **__fh) in __open_volume32() argument
203 efi_loaded_image_32_t *image = __image; in __open_volume32()
226 static inline efi_status_t __open_volume64(void *__image, void **__fh) in __open_volume64() argument
229 efi_loaded_image_64_t *image = __image; in __open_volume64()
253 efi_open_volume(efi_system_table_t *sys_table, void *__image, void **__fh) in efi_open_volume() argument
256 return __open_volume64(__image, __fh); in efi_open_volume()
258 return __open_volume32(__image, __fh); in efi_open_volume()