Searched defs:IH (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Dlibefi.c35 EFI_HANDLE IH; variable
79 BS->Exit(IH, exit_code, 0, NULL);
94 IH = image_handle;
111 BS->Exit(IH, status, 0, NULL);
117 status = BS->HandleProtocol(IH, &image_protocol, (VOID**)&img);

Completed in 67 milliseconds