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

/freebsd-13-stable/stand/efi/libefi/
H A Dlibefi.c35 EFI_HANDLE IH; variable
57 return (BS->OpenProtocol(handle, protocol, interface, IH, NULL,
H A Defi_driver_utils.c80 driver->ImageHandle = IH;
H A Defihttp.c128 (void **)&ip4config2, IH, NULL, EFI_OPEN_PROTOCOL_GET_PROTOCOL);
194 imgpath = efi_lookup_image_devpath(IH);
251 imgpath = efi_lookup_image_devpath(IH);
298 status = BS->OpenProtocol(handle, &httpsb_guid, (void **)&sb, IH, NULL,
312 (void **)&oh->http, IH, NULL, EFI_OPEN_PROTOCOL_GET_PROTOCOL);
378 IH, NULL, EFI_OPEN_PROTOCOL_GET_PROTOCOL);
H A Definet.c124 IH, NULL, EFI_OPEN_PROTOCOL_EXCLUSIVE);
H A Ddevpath.c75 status = BS->CloseProtocol(handle, &DevicePathGUID, IH, NULL);
H A Defi_console.c412 IH, NULL, EFI_OPEN_PROTOCOL_GET_PROTOCOL);
/freebsd-13-stable/stand/efi/loader/
H A Defi_main.c43 BS->Exit(IH, exit_code, 0, NULL);
83 IH = image_handle;
99 BS->Exit(IH, status, 0, NULL);
106 status = OpenProtocolByHandle(IH, &image_protocol, (void**)&img);
H A Defiserialio.c292 (void**)&comc_port->sio, IH, NULL,
442 (void**)&sio, IH, NULL, EFI_OPEN_PROTOCOL_GET_PROTOCOL);
H A Dmain.c626 devpath = efi_lookup_image_devpath(IH);
917 (void) OpenProtocolByHandle(IH, &imgid, (void **)&boot_img);
1522 status = BS->LoadImage(FALSE, IH, NULL, buf, st.st_size, &loaderhandle);
H A Dbootinfo.c395 status = BS->ExitBootServices(IH, efi_mapkey);
H A Dframebuffer.c492 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL,
497 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL,
/freebsd-13-stable/stand/efi/boot1/
H A Dboot1.c99 if ((status = BS->LoadImage(TRUE, IH, efi_devpath_last_node(dev->devpath),
166 IH = Ximage;
177 BS->Exit(IH, status, 0, NULL);
224 status = OpenProtocolByHandle(IH, &LoadedImageGUID, (void **)&img);
279 BS->Exit(IH, s, 0, NULL);
H A Dproto.c192 BS->Exit(IH, EFI_OUT_OF_RESOURCES, 0, NULL);
/freebsd-13-stable/stand/efi/include/
H A Defilib.h37 extern EFI_HANDLE IH;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1629 const SCEV *IH = SE.getUnknown(CanonicalIV); // Get I as a "symbolic" SCEV. local
1637 const SCEV *V = cast<SCEVAddRecExpr>(NewS)->evaluateAtIteration(IH, SE);
/freebsd-13-stable/sys/powerpc/aim/
H A Dmmu_radix.c139 #define PPC_SLBIA(IH) __XSTRING(.long PPC_INST_SLBIA | \
140 ((IH & 0x7) << 21))

Completed in 156 milliseconds