Home
last modified time | relevance | path

Searched refs:mem_handle (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/
H A Dbootefi.c249 efi_handle_t mem_handle = NULL; in do_bootefi_exec() local
269 ret = efi_create_handle(&mem_handle); in do_bootefi_exec()
272 ret = efi_add_protocol(mem_handle, &efi_guid_device_path, in do_bootefi_exec()
311 if (mem_handle) in do_bootefi_exec()
312 efi_delete_handle(mem_handle); in do_bootefi_exec()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch44689 + int mem_handle; /* the mem handle for relocatable memory storage…