Searched refs:BS (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-10.1-release/sys/boot/efi/libefi/
H A Ddelay.c40 if (BS->CreateEvent(EVT_TIMER, TPL_APPLICATION, 0, 0, &ev)
45 BS->SetTimer(ev, TimerRelative, usecs * 10);
46 BS->WaitForEvent(1, &ev, &junk);
H A Dlibefi.c37 EFI_BOOT_SERVICES *BS; variable
78 BS->FreePages(heap, EFI_SIZE_TO_PAGES(heapsize));
79 BS->Exit(IH, exit_code, 0, NULL);
96 BS = ST->BootServices;
99 status = BS->LocateProtocol(&console_control_protocol, NULL,
106 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
109 BS->Exit(IH, status, 0, NULL);
115 status = BS->HandleProtocol(IH, &image_protocol, (VOID**)&img);
H A Defi_console.c77 BS->WaitForEvent(1, &conin->WaitForKey, &junk);
87 return (BS->CheckEvent(conin->WaitForKey) == EFI_SUCCESS);
H A Defipart.c76 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz, 0);
79 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz,
96 status = BS->HandleProtocol(hin[n], &devpath_guid,
104 status = BS->HandleProtocol(hin[n], &blkio_guid,
122 status = BS->LocateDevicePath(&blkio_guid, &devpath,
152 status = BS->HandleProtocol(h, &blkio_guid, (void **)&blkio);
181 status = BS->HandleProtocol(h, &blkio_guid, (void **)&blkio);
H A Definet.c185 status = BS->HandleProtocol(h, &sn_guid, (VOID **)&nif->nif_devdata);
266 status = BS->LocateHandle(ByProtocol, &sn_guid, 0, &sz, 0);
269 status = BS->LocateHandle(ByProtocol, &sn_guid, 0, &sz,
/freebsd-10.1-release/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.h13 #define BS 267 macro
/freebsd-10.1-release/contrib/byacc/test/yacc/
H A Dok_syntax1.tab.h10 #define BS 267 macro
/freebsd-10.1-release/sys/boot/i386/efi/
H A Defimd.c74 status = BS->LocateHandle(ByProtocol, &fpswa_guid, 0, &sz, &handle);
76 status = BS->HandleProtocol(handle, &fpswa_guid, &fpswa);
91 BS->GetMemoryMap(&sz, NULL, &mapkey, &mmsz, &mmver);
95 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, pages,
111 status = BS->GetMemoryMap(&sz, mm, &mapkey, &mmsz, &mmver);
131 status = BS->ExitBootServices(IH, mapkey);
/freebsd-10.1-release/contrib/ntp/include/
H A Dascii.h49 #define BS 8 macro
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp119 const SCEV *BS = SE->getSCEV(const_cast<Value *>(LocB.Ptr)); local
122 if (AS == BS) return MustAlias;
127 SE->getEffectiveSCEVType(BS->getType())) {
133 const SCEV *BA = SE->getMinusSCEV(BS, AS);
143 // (because of INT_MIN, etc.); if the prior test failed, swap AS and BS
147 const SCEV *AB = SE->getMinusSCEV(AS, BS);
161 Value *BO = GetBaseValue(BS);
/freebsd-10.1-release/sys/boot/efi/include/
H A Defilib.h34 extern EFI_BOOT_SERVICES *BS;
/freebsd-10.1-release/sys/boot/ia64/efi/
H A Defimd.c75 BS->GetMemoryMap(&memmapsz, NULL, &mapkey, &descsz, &descver);
82 status = BS->GetMemoryMap(&memmapsz, memmap, &mapkey, &descsz,
138 status = BS->AllocatePages(AllocateAddress, EfiLoaderData,
185 BS->FreePages(pa, sz >> EFI_PAGE_SHIFT);
200 status = BS->LocateHandle(ByProtocol, &fpswa_guid, 0, &sz, &handle);
202 status = BS->HandleProtocol(handle, &fpswa_guid, &fpswa);
224 status = BS->ExitBootServices(IH, mapkey);
H A Dmain.c176 BS->SetWatchdogTimer(0, 0, 0, NULL);
179 BS->HandleProtocol(IH, &imgid, (VOID**)&img);
259 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver);
265 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver);
615 BS->HandleProtocol(IH, &imgid, (VOID**)&img);
/freebsd-10.1-release/sys/boot/amd64/efi/
H A Delf64_freebsd.c131 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1,
139 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3,
171 status = BS->ExitBootServices(IH, x86_efi_mapkey);
H A Dcopy.c51 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
H A Dframebuffer.c48 status = BS->LocateProtocol(&gop_guid, NULL, (VOID **)&gop);
H A Dmain.c85 BS->HandleProtocol(IH, &imgid, (VOID**)&img);
112 BS->SetWatchdogTimer(0, 0, 0, NULL);
188 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver);
194 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver);
H A Dbootinfo.c252 BS->GetMemoryMap(&sz, NULL, &x86_efi_mapkey, &mmsz, &mmver);
256 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, pages,
272 status = BS->GetMemoryMap(&sz, mm, &x86_efi_mapkey, &mmsz, &mmver);
/freebsd-10.1-release/contrib/byacc/
H A Ddefs.h75 #define BS '\b' /* backspace */ macro
/freebsd-10.1-release/contrib/ncurses/menu/
H A Dm_driver.c106 | - BS; the pattern stays as it is and the previous
129 if (ch && ch != BS)
150 if (ch == BS)
185 assert(ch == 0 || ch == BS);
189 if (ch && ch != BS && menu->pindex > 0)
419 result = _nc_Match_Next_Character_In_Item_Name(menu, BS, &item);
H A Dmenu.priv.h48 #define BS (8) macro
/freebsd-10.1-release/contrib/llvm/lib/Target/R600/
H A DR600Packetizer.cpp231 std::vector<R600InstrInfo::BankSwizzle> &BS,
268 PV, BS, isTransSlot)) {
296 std::vector<R600InstrInfo::BankSwizzle> BS; local
299 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) {
304 MI->getOperand(Op).setImm(BS[i]);
308 MI->getOperand(Op).setImm(BS.back());
229 isBundlableWithCurrentPMI(MachineInstr *MI, const DenseMap<unsigned, unsigned> &PV, std::vector<R600InstrInfo::BankSwizzle> &BS, bool &isTransSlot) argument
/freebsd-10.1-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks1.c82 enum foo { BS = 4096, NB=10 }; enumerator in enum:foo
83 static char bufs[NB][BS];
89 if (! bufs_used[i] && c < BS)
/freebsd-10.1-release/contrib/byacc/test/
H A Dok_syntax1.y36 %token BS '\b'
/freebsd-10.1-release/sys/boot/amd64/boot1.efi/
H A Dboot1.c114 EFI_BOOT_SERVICES *BS; local
121 BS = systab->BootServices;
122 status = BS->LocateProtocol(&ConsoleControlGUID, NULL,

Completed in 212 milliseconds

12