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

/freebsd-12-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.c78 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 Defi_console.c133 (void **)&coninex, 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);
/freebsd-12-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 Dmain.c607 devpath = efi_lookup_image_devpath(IH);
888 (void) OpenProtocolByHandle(IH, &imgid, (void **)&boot_img);
1490 status = BS->LoadImage(FALSE, IH, NULL, buf, st.st_size, &loaderhandle);
H A Dbootinfo.c388 status = BS->ExitBootServices(IH, efi_mapkey);
/freebsd-12-stable/stand/efi/boot1/
H A Dboot1.c133 if ((status = BS->LoadImage(TRUE, IH, efi_devpath_last_node(dev->devpath),
200 IH = Ximage;
246 status = OpenProtocolByHandle(IH, &LoadedImageGUID, (void **)&img);
299 BS->Exit(IH, s, 0, NULL);
H A Dproto.c190 BS->Exit(IH, EFI_OUT_OF_RESOURCES, 0, NULL);
/freebsd-12-stable/stand/efi/include/
H A Defilib.h37 extern EFI_HANDLE IH;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1618 const SCEV *IH = SE.getUnknown(CanonicalIV); // Get I as a "symbolic" SCEV. local
1626 const SCEV *V = cast<SCEVAddRecExpr>(NewS)->evaluateAtIteration(IH, SE);

Completed in 76 milliseconds