Lines Matching refs:BS
143 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, 0); in has_keyboard()
146 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, in has_keyboard()
1446 BS->SetWatchdogTimer(0, 0, 0, NULL); in main()
1509 status = BS->LocateProtocol(&rng_guid, NULL, (VOID **)&rng); in command_seed_entropy()
1601 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver); in command_memmap()
1607 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in command_memmap()
1776 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer); in command_lsefi()
1787 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer); in command_lsefi()
1806 status = BS->ProtocolsPerHandle(handle, &protocols, &nproto); in command_lsefi()
1824 BS->FreePool(protocols); in command_lsefi()
1894 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf); in command_chain()
1902 (void)BS->FreePool(buf); in command_chain()
1907 status = BS->LoadImage(FALSE, IH, NULL, buf, st.st_size, &loaderhandle); in command_chain()
1908 (void)BS->FreePool(buf); in command_chain()
1976 status = BS->StartImage(loaderhandle, NULL, NULL); in command_chain()
1981 status = BS->UnloadImage(loaded_image); in command_chain()