| /NextBSD/sys/boot/efi/libefi/ |
| HD | libefi.c | 37 EFI_BOOT_SERVICES *BS; variable 78 BS->FreePages(heap, EFI_SIZE_TO_PAGES(heapsize)); in exit() 79 BS->Exit(IH, exit_code, 0, NULL); in exit() 96 BS = ST->BootServices; in efi_main() 99 status = BS->LocateProtocol(&console_control_protocol, NULL, in efi_main() 106 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_main() 109 BS->Exit(IH, status, 0, NULL); in efi_main() 115 status = BS->HandleProtocol(IH, &image_protocol, (VOID**)&img); in efi_main()
|
| HD | delay.c | 40 if (BS->CreateEvent(EVT_TIMER, TPL_APPLICATION, 0, 0, &ev) in delay() 45 BS->SetTimer(ev, TimerRelative, usecs * 10); in delay() 46 BS->WaitForEvent(1, &ev, &junk); in delay()
|
| HD | efipart.c | 77 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz, 0); in efipart_init() 80 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz, in efipart_init() 97 status = BS->HandleProtocol(hin[n], &devpath_guid, in efipart_init() 111 status = BS->HandleProtocol(hin[n], &blkio_guid, in efipart_init() 134 status = BS->LocateDevicePath(&blkio_guid, &tmpdevpath, in efipart_init() 165 status = BS->HandleProtocol(h, &blkio_guid, (void **)&blkio); in efipart_print() 194 status = BS->HandleProtocol(h, &blkio_guid, (void **)&blkio); in efipart_open()
|
| HD | efinet.c | 188 status = BS->HandleProtocol(h, &sn_guid, (VOID **)&nif->nif_devdata); in efinet_init() 269 status = BS->LocateHandle(ByProtocol, &sn_guid, 0, &sz, 0); in efinet_dev_init() 272 status = BS->LocateHandle(ByProtocol, &sn_guid, 0, &sz, in efinet_dev_init()
|
| HD | efi_console.c | 432 BS->WaitForEvent(1, &conin->WaitForKey, &junk); in efi_cons_getchar() 448 return (BS->CheckEvent(conin->WaitForKey) == EFI_SUCCESS); in efi_cons_poll()
|
| /NextBSD/sys/boot/efi/loader/arch/i386/ |
| HD | efimd.c | 74 status = BS->LocateHandle(ByProtocol, &fpswa_guid, 0, &sz, &handle); in ldr_bootinfo() 76 status = BS->HandleProtocol(handle, &fpswa_guid, &fpswa); in ldr_bootinfo() 91 BS->GetMemoryMap(&sz, NULL, &mapkey, &mmsz, &mmver); in ldr_bootinfo() 95 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, pages, in ldr_bootinfo() 111 status = BS->GetMemoryMap(&sz, mm, &mapkey, &mmsz, &mmver); in ldr_bootinfo() 131 status = BS->ExitBootServices(IH, mapkey); in ldr_enter()
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | dact | 8 >5 byte >-1 $BS%i. 9 >6 byte >-1 $BS%i) 10 >7 long >0 $BS, original size: %i bytes 11 >15 long >30 $BS, block size: %i bytes
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | ScalarEvolutionAliasAnalysis.cpp | 120 const SCEV *BS = SE->getSCEV(const_cast<Value *>(LocB.Ptr)); in alias() local 123 if (AS == BS) return MustAlias; in alias() 128 SE->getEffectiveSCEVType(BS->getType())) { in alias() 134 const SCEV *BA = SE->getMinusSCEV(BS, AS); in alias() 148 const SCEV *AB = SE->getMinusSCEV(AS, BS); in alias() 162 Value *BO = GetBaseValue(BS); in alias()
|
| /NextBSD/tools/tools/nanobsd/gateworks/ |
| HD | common | 266 BS=${NANO_SECTS}b 274 pprint 2 "dd if=/dev/zero of=${IMG} bs=${BS} count=${_c}" 275 dd if=/dev/zero of=${IMG} bs=${BS} count=${_c} 296 pprint 2 "dd if=${IMG1} of=/dev/${MD}s1 bs=${BS}" 297 dd if=${IMG1} of=/dev/${MD}s1 bs=${BS} 310 pprint 2 "dd if=${IMG2} of=/dev/${MD}s2 bs=${BS}" 311 dd if=${IMG2} of=/dev/${MD}s2 bs=${BS} 321 pprint 2 "dd if=${CFG} of=/dev/${MD}s3 bs=${BS}" 322 dd if=${CFG} of=/dev/${MD}s3 bs=${BS} 334 pprint 2 "dd if=${DATA} of=/dev/${MD}s4 bs=${BS}" [all …]
|
| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfExpression.h | 108 ByteStreamer &BS; variable 112 unsigned DwarfVersion, ByteStreamer &BS) in DebugLocDwarfExpression() argument 113 : DwarfExpression(TRI, DwarfVersion), BS(BS) {} in DebugLocDwarfExpression()
|
| /NextBSD/sys/boot/efi/loader/arch/amd64/ |
| HD | framebuffer.c | 196 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, NULL); in efifb_uga_get_pciio() 200 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, buf); in efifb_uga_get_pciio() 210 status = BS->HandleProtocol(*hp, &pciio_guid, (void **)&pciio); in efifb_uga_get_pciio() 253 BS->FreePool(resattr); in efifb_uga_locate_framebuffer() 433 status = BS->LocateProtocol(&gop_guid, NULL, (VOID **)&gop); in efi_find_framebuffer() 437 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga); in efi_find_framebuffer() 473 status = BS->LocateProtocol(&gop_guid, NULL, (VOID **)&gop); in command_gop() 541 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga); in command_uga()
|
| HD | elf64_freebsd.c | 137 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1, in elf64_exec() 145 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3, in elf64_exec()
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | R600Packetizer.cpp | 236 std::vector<R600InstrInfo::BankSwizzle> &BS, in isBundlableWithCurrentPMI() argument 273 PV, BS, isTransSlot)) { in isBundlableWithCurrentPMI() 301 std::vector<R600InstrInfo::BankSwizzle> BS; in addToPacket() local 304 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) { in addToPacket() 309 MI->getOperand(Op).setImm(BS[i]); in addToPacket() 313 MI->getOperand(Op).setImm(BS.back()); in addToPacket()
|
| /NextBSD/contrib/ncurses/menu/ |
| HD | m_driver.c | 130 if (ch && ch != BS) in _nc_Match_Next_Character_In_Item_Name() 151 if (ch == BS) in _nc_Match_Next_Character_In_Item_Name() 186 assert(ch == 0 || ch == BS); in _nc_Match_Next_Character_In_Item_Name() 190 if (ch && ch != BS && menu->pindex > 0) in _nc_Match_Next_Character_In_Item_Name() 420 result = _nc_Match_Next_Character_In_Item_Name(menu, BS, &item); in menu_driver()
|
| /NextBSD/sys/boot/efi/loader/ |
| HD | bootinfo.c | 285 BS->GetMemoryMap(&sz, NULL, &efi_mapkey, &mmsz, &mmver); in bi_load_efi_data() 289 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in bi_load_efi_data() 306 status = BS->GetMemoryMap(&sz, mm, &efi_mapkey, &mmsz, &mmver); in bi_load_efi_data() 312 status = BS->ExitBootServices(IH, efi_mapkey); in bi_load_efi_data() 321 BS->FreePages(addr, pages); in bi_load_efi_data()
|
| HD | main.c | 116 BS->HandleProtocol(IH, &imgid, (VOID**)&img); in main() 143 BS->SetWatchdogTimer(0, 0, 0, NULL); in main() 227 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver); in command_memmap() 233 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in command_memmap()
|
| /NextBSD/contrib/llvm/lib/Transforms/Vectorize/ |
| HD | SLPVectorizer.cpp | 385 BlockScheduling *BS = Iter.second.get(); in deleteTree() local 386 BS->clear(); in deleteTree() 871 void scheduleBlock(BlockScheduling *BS); 1076 BlockScheduling &BS = *BSRef.get(); in buildTree_rec() local 1078 if (!BS.tryScheduleBundle(VL, this)) { in buildTree_rec() 1080 BS.cancelScheduling(VL); in buildTree_rec() 1097 BS.cancelScheduling(VL); in buildTree_rec() 1122 BS.cancelScheduling(VL); in buildTree_rec() 1132 BS.cancelScheduling(VL); in buildTree_rec() 1142 BS.cancelScheduling(VL); in buildTree_rec() [all …]
|
| /NextBSD/contrib/gcclibs/libmudflap/ |
| HD | mf-hooks1.c | 82 enum foo { BS = 4096, NB=10 }; in __mf_0fn_malloc() enumerator 83 static char bufs[NB][BS]; in __mf_0fn_malloc() 89 if (! bufs_used[i] && c < BS) in __mf_0fn_malloc()
|
| /NextBSD/sys/boot/efi/boot1/ |
| HD | boot1.c | 62 EFI_BOOT_SERVICES *BS; in efi_main() local 70 BS = systab->BootServices; in efi_main() 71 status = BS->LocateProtocol(&ConsoleControlGUID, NULL, in efi_main()
|
| /NextBSD/contrib/byacc/test/yacc/ |
| HD | ok_syntax1.tab.h | 10 #define BS 267 macro
|
| /NextBSD/contrib/byacc/test/btyacc/ |
| HD | ok_syntax1.tab.h | 13 #define BS 267 macro
|
| /NextBSD/contrib/ntp/include/ |
| HD | ascii.h | 49 #define BS 8 macro
|
| /NextBSD/sys/boot/efi/include/ |
| HD | efilib.h | 34 extern EFI_BOOT_SERVICES *BS;
|
| /NextBSD/contrib/ncurses/misc/ |
| HD | gen_edit.sh | 45 : ${XTERM_KBS=BS}
|
| /NextBSD/contrib/ntp/sntp/libopts/ |
| HD | putshell.c | 98 case BS: in string_size() 149 case BS: add_esc_ch('b'); break; in optionQuoteString()
|