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

12

/freebsd-10-stable/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 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,
110 status = BS->HandleProtocol(hin[n], &blkio_guid,
133 status = BS->LocateDevicePath(&blkio_guid, &tmpdevpath,
164 status = BS->HandleProtocol(h, &blkio_guid, (void **)&blkio);
193 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-stable/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.h13 #define BS 267 macro
/freebsd-10-stable/contrib/byacc/test/yacc/
H A Dok_syntax1.tab.h10 #define BS 267 macro
/freebsd-10-stable/contrib/ntp/include/
H A Dascii.h49 #define BS 8 macro
/freebsd-10-stable/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-stable/sys/boot/efi/include/
H A Defilib.h34 extern EFI_BOOT_SERVICES *BS;
/freebsd-10-stable/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);
260 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver);
266 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver);
616 BS->HandleProtocol(IH, &imgid, (VOID**)&img);
/freebsd-10-stable/sys/boot/efi/loader/
H A Dcopy.c107 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver);
114 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver);
199 status = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData,
202 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
H A Dbootinfo.c272 BS->GetMemoryMap(&sz, NULL, &efi_mapkey, &mmsz, &mmver);
276 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
293 status = BS->GetMemoryMap(&sz, mm, &efi_mapkey, &mmsz, &mmver);
299 status = BS->ExitBootServices(IH, efi_mapkey);
308 BS->FreePages(addr, pages);
H A Dmain.c112 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, 0);
115 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz,
131 status = BS->HandleProtocol(*walker, &devid, (VOID **)&path);
321 BS->HandleProtocol(IH, &imgid, (VOID**)&img);
352 BS->SetWatchdogTimer(0, 0, 0, NULL);
462 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver);
468 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver);
/freebsd-10-stable/sys/boot/efi/loader/arch/amd64/
H A Dframebuffer.c198 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, NULL);
202 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, buf);
212 status = BS->HandleProtocol(*hp, &pciio_guid, (void **)&pciio);
255 BS->FreePool(resattr);
435 status = BS->LocateProtocol(&gop_guid, NULL, (VOID **)&gop);
439 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga);
475 status = BS->LocateProtocol(&gop_guid, NULL, (VOID **)&gop);
543 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga);
H A Delf64_freebsd.c137 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1,
145 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3,
/freebsd-10-stable/contrib/byacc/
H A Ddefs.h75 #define BS '\b' /* backspace */ macro
/freebsd-10-stable/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-stable/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-stable/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-stable/contrib/byacc/test/
H A Dok_syntax1.y36 %token BS '\b'
/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A Dautoopts.h60 #define BS '\b' macro
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp202 CXXBaseSpecifier BS = *I; local
203 QualType T = BS.getType();
/freebsd-10-stable/usr.sbin/kbdcontrol/
H A Dlex.l86 BS|bs { number = 8; return TNUM; }

Completed in 285 milliseconds

12