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

12

/freebsd-11.0-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 Dtime_event.c51 BS->CreateEvent(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK,
54 BS->SetTimer(time_event, TimerPeriodic, 100000);
62 BS->SetTimer(time_event, TimerCancel, 0);
63 BS->CloseEvent(time_event);
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 Ddevpath.c75 status = BS->HandleProtocol(handle, &ImageDevicePathGUID,
88 status = BS->HandleProtocol(handle, &DevicePathGUID, (VOID **)&devpath);
103 status = BS->LocateProtocol(&DevicePathToTextGUID, NULL,
119 BS->FreePool(text);
163 status = BS->LocateDevicePath(&DevicePathGUID, &devpath, &h);
H A Defipart.c90 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz, 0);
93 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz,
119 status = BS->HandleProtocol(hin[n], &blkio_guid,
140 status = BS->LocateDevicePath(&blkio_guid, &tmpdevpath,
181 status = BS->HandleProtocol(h, &blkio_guid, (void **)&blkio);
214 status = BS->HandleProtocol(h, &blkio_guid, (void **)&blkio);
H A Definet.c197 status = BS->HandleProtocol(h, &sn_guid, (VOID **)&nif->nif_devdata);
283 status = BS->LocateHandle(ByProtocol, &sn_guid, 0, &sz, 0);
286 status = BS->LocateHandle(ByProtocol, &sn_guid, 0, &sz,
309 status = BS->OpenProtocol(handles[i], &sn_guid, (void **)&net,
/freebsd-11.0-release/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.h13 #define BS 267 macro
/freebsd-11.0-release/contrib/byacc/test/yacc/
H A Dok_syntax1.tab.h10 #define BS 267 macro
/freebsd-11.0-release/sys/boot/efi/loader/arch/i386/
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-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h108 ByteStreamer &BS; member in class:llvm::DebugLocDwarfExpression
112 unsigned DwarfVersion, ByteStreamer &BS)
113 : DwarfExpression(TRI, DwarfVersion), BS(BS) {}
111 DebugLocDwarfExpression(const TargetRegisterInfo &TRI, unsigned DwarfVersion, ByteStreamer &BS) argument
/freebsd-11.0-release/contrib/ntp/include/
H A Dascii.h49 #define BS 8 macro
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp36 const SCEV *BS = SE.getSCEV(const_cast<Value *>(LocB.Ptr)); local
39 if (AS == BS)
45 SE.getEffectiveSCEVType(BS->getType())) {
51 const SCEV *BA = SE.getMinusSCEV(BS, AS);
61 // (because of INT_MIN, etc.); if the prior test failed, swap AS and BS
65 const SCEV *AB = SE.getMinusSCEV(AS, BS);
79 Value *BO = GetBaseValue(BS);
/freebsd-11.0-release/sys/boot/efi/include/
H A Defilib.h34 extern EFI_BOOT_SERVICES *BS;
/freebsd-11.0-release/contrib/ncurses/misc/
H A Dgen_edit.sh45 : ${XTERM_KBS=BS}
65 if test "$XTERM_KBS" != "BS" ; then
/freebsd-11.0-release/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.c153 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1,
161 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3,
/freebsd-11.0-release/contrib/byacc/
H A Ddefs.h75 #define BS '\b' /* backspace */ macro
/freebsd-11.0-release/contrib/ncurses/menu/
H A Dm_driver.c106 | - BS; the pattern stays as it is and the previous
130 if (ch && ch != BS)
151 if (ch == BS)
186 assert(ch == 0 || ch == BS);
190 if (ch && ch != BS && menu->pindex > 0)
420 result = _nc_Match_Next_Character_In_Item_Name(menu, BS, &item);
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp236 std::vector<R600InstrInfo::BankSwizzle> &BS,
273 PV, BS, isTransSlot)) {
301 std::vector<R600InstrInfo::BankSwizzle> BS; variable
304 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) {
309 MI->getOperand(Op).setImm(BS[i]); variable
313 MI->getOperand(Op).setImm(BS.back());
234 isBundlableWithCurrentPMI(MachineInstr *MI, const DenseMap<unsigned, unsigned> &PV, std::vector<R600InstrInfo::BankSwizzle> &BS, bool &isTransSlot) argument
/freebsd-11.0-release/sys/boot/efi/loader/
H A Dcopy.c57 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
H A Dbootinfo.c287 BS->GetMemoryMap(&sz, NULL, &efi_mapkey, &mmsz, &mmver);
291 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
308 status = BS->GetMemoryMap(&sz, mm, &efi_mapkey, &mmsz, &mmver);
314 status = BS->ExitBootServices(IH, efi_mapkey);
323 BS->FreePages(addr, pages);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp399 BlockScheduling *BS = Iter.second.get(); local
400 BS->clear();
901 void scheduleBlock(BlockScheduling *BS);
1106 BlockScheduling &BS = *BSRef.get(); local
1108 if (!BS.tryScheduleBundle(VL, this)) {
1110 assert((!BS.getScheduleData(VL[0]) ||
1111 !BS.getScheduleData(VL[0])->isPartOfBundle()) &&
1129 BS.cancelScheduling(VL);
1154 BS.cancelScheduling(VL);
1172 BS
3075 scheduleBlock(BlockScheduling *BS) argument
[all...]
/freebsd-11.0-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-11.0-release/contrib/byacc/test/
H A Dok_syntax1.y36 %token BS '\b'
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp203 for (const auto &BS : R->bases()) {
204 QualType T = BS.getType();

Completed in 217 milliseconds

12