Searched refs:__image (Results 1 – 3 of 3) sorted by relevance
10 efi_status_t efi_open_volume(efi_system_table_t *sys_table_arg, void *__image,
46 void *__image, void **__fh) in efi_open_volume() argument49 efi_loaded_image_t *image = __image; in efi_open_volume()
200 static inline efi_status_t __open_volume32(void *__image, void **__fh) in __open_volume32() argument203 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() argument229 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() argument256 return __open_volume64(__image, __fh); in efi_open_volume()258 return __open_volume32(__image, __fh); in efi_open_volume()