Lines Matching refs:BS
928 BS->SetWatchdogTimer(0, 0, 0, NULL); in main()
1053 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver); in command_memmap()
1059 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in command_memmap()
1212 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer); in command_lsefi()
1223 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer); in command_lsefi()
1257 status = BS->ProtocolsPerHandle(handle, &protocols, &nproto); in command_lsefi()
1275 BS->FreePool(protocols); in command_lsefi()
1335 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf); in command_chain()
1343 (void) BS->FreePool(buf); in command_chain()
1348 status = BS->LoadImage(FALSE, IH, NULL, buf, st.st_size, &loaderhandle); in command_chain()
1349 (void) BS->FreePool(buf); in command_chain()
1369 (void) BS->UnloadImage(loaded_image); in command_chain()
1419 status = BS->StartImage(loaderhandle, NULL, NULL); in command_chain()
1425 status = BS->UnloadImage(loaded_image); in command_chain()