| /trueos/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 | 76 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz, 0); in efipart_init() 79 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz, in efipart_init() 96 status = BS->HandleProtocol(hin[n], &devpath_guid, in efipart_init() 104 status = BS->HandleProtocol(hin[n], &blkio_guid, in efipart_init() 122 status = BS->LocateDevicePath(&blkio_guid, &devpath, in efipart_init() 152 status = BS->HandleProtocol(h, &blkio_guid, (void **)&blkio); in efipart_print() 181 status = BS->HandleProtocol(h, &blkio_guid, (void **)&blkio); in efipart_open()
|
| HD | efi_console.c | 77 BS->WaitForEvent(1, &conin->WaitForKey, &junk); in efi_cons_getchar() 87 return (BS->CheckEvent(conin->WaitForKey) == EFI_SUCCESS); in efi_cons_poll()
|
| HD | efinet.c | 185 status = BS->HandleProtocol(h, &sn_guid, (VOID **)&nif->nif_devdata); in efinet_init() 266 status = BS->LocateHandle(ByProtocol, &sn_guid, 0, &sz, 0); in efinet_dev_init() 269 status = BS->LocateHandle(ByProtocol, &sn_guid, 0, &sz, in efinet_dev_init()
|
| /trueos/sys/boot/i386/efi/ |
| 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()
|
| /trueos/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
|
| /trueos/sys/boot/ia64/efi/ |
| HD | efimd.c | 75 BS->GetMemoryMap(&memmapsz, NULL, &mapkey, &descsz, &descver); in ia64_efi_memmap_update() 82 status = BS->GetMemoryMap(&memmapsz, memmap, &mapkey, &descsz, in ia64_efi_memmap_update() 138 status = BS->AllocatePages(AllocateAddress, EfiLoaderData, in ia64_efi_alloc() 185 BS->FreePages(pa, sz >> EFI_PAGE_SHIFT); in ia64_platform_free() 200 status = BS->LocateHandle(ByProtocol, &fpswa_guid, 0, &sz, &handle); in ia64_platform_bootinfo() 202 status = BS->HandleProtocol(handle, &fpswa_guid, &fpswa); in ia64_platform_bootinfo() 224 status = BS->ExitBootServices(IH, mapkey); in ia64_platform_enter()
|
| HD | main.c | 176 BS->SetWatchdogTimer(0, 0, 0, NULL); in main() 179 BS->HandleProtocol(IH, &imgid, (VOID**)&img); in main() 259 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver); in command_memmap() 265 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in command_memmap() 615 BS->HandleProtocol(IH, &imgid, (VOID**)&img); in command_about()
|
| /trueos/contrib/llvm/lib/Analysis/ |
| HD | ScalarEvolutionAliasAnalysis.cpp | 119 const SCEV *BS = SE->getSCEV(const_cast<Value *>(LocB.Ptr)); in alias() local 122 if (AS == BS) return MustAlias; in alias() 127 SE->getEffectiveSCEVType(BS->getType())) { in alias() 133 const SCEV *BA = SE->getMinusSCEV(BS, AS); in alias() 147 const SCEV *AB = SE->getMinusSCEV(AS, BS); in alias() 161 Value *BO = GetBaseValue(BS); in alias()
|
| /trueos/tools/tools/nanobsd/gateworks/ |
| HD | common | 267 BS=${NANO_SECTS}b 275 pprint 2 "dd if=/dev/zero of=${IMG} bs=${BS} count=${_c}" 276 dd if=/dev/zero of=${IMG} bs=${BS} count=${_c} 297 pprint 2 "dd if=${IMG1} of=/dev/${MD}s1 bs=${BS}" 298 dd if=${IMG1} of=/dev/${MD}s1 bs=${BS} 311 pprint 2 "dd if=${IMG2} of=/dev/${MD}s2 bs=${BS}" 312 dd if=${IMG2} of=/dev/${MD}s2 bs=${BS} 322 pprint 2 "dd if=${CFG} of=/dev/${MD}s3 bs=${BS}" 323 dd if=${CFG} of=/dev/${MD}s3 bs=${BS} 335 pprint 2 "dd if=${DATA} of=/dev/${MD}s4 bs=${BS}" [all …]
|
| /trueos/contrib/llvm/lib/Target/R600/ |
| HD | R600Packetizer.cpp | 231 std::vector<R600InstrInfo::BankSwizzle> &BS, in isBundlableWithCurrentPMI() argument 268 PV, BS, isTransSlot)) { in isBundlableWithCurrentPMI() 296 std::vector<R600InstrInfo::BankSwizzle> BS; in addToPacket() local 299 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) { in addToPacket() 304 MI->getOperand(Op).setImm(BS[i]); in addToPacket() 308 MI->getOperand(Op).setImm(BS.back()); in addToPacket()
|
| /trueos/sys/boot/amd64/efi/ |
| HD | elf64_freebsd.c | 131 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1, in elf64_exec() 139 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3, in elf64_exec() 171 status = BS->ExitBootServices(IH, x86_efi_mapkey); in elf64_exec()
|
| HD | main.c | 85 BS->HandleProtocol(IH, &imgid, (VOID**)&img); in main() 112 BS->SetWatchdogTimer(0, 0, 0, NULL); in main() 188 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver); in command_memmap() 194 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in command_memmap()
|
| HD | bootinfo.c | 252 BS->GetMemoryMap(&sz, NULL, &x86_efi_mapkey, &mmsz, &mmver); in bi_load_efi_data() 256 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, pages, in bi_load_efi_data() 272 status = BS->GetMemoryMap(&sz, mm, &x86_efi_mapkey, &mmsz, &mmver); in bi_load_efi_data()
|
| HD | framebuffer.c | 48 status = BS->LocateProtocol(&gop_guid, NULL, (VOID **)&gop); in efi_find_framebuffer()
|
| HD | copy.c | 55 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in x86_efi_copy_init()
|
| /trueos/contrib/ncurses/menu/ |
| HD | m_driver.c | 129 if (ch && ch != BS) in _nc_Match_Next_Character_In_Item_Name() 150 if (ch == BS) in _nc_Match_Next_Character_In_Item_Name() 185 assert(ch == 0 || ch == BS); in _nc_Match_Next_Character_In_Item_Name() 189 if (ch && ch != BS && menu->pindex > 0) in _nc_Match_Next_Character_In_Item_Name() 419 result = _nc_Match_Next_Character_In_Item_Name(menu, BS, &item); in menu_driver()
|
| /trueos/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()
|
| /trueos/contrib/byacc/test/yacc/ |
| HD | ok_syntax1.tab.h | 10 #define BS 267 macro
|
| /trueos/contrib/byacc/test/btyacc/ |
| HD | ok_syntax1.tab.h | 13 #define BS 267 macro
|
| /trueos/contrib/ntp/include/ |
| HD | ascii.h | 49 #define BS 8 macro
|
| /trueos/sys/boot/efi/include/ |
| HD | efilib.h | 34 extern EFI_BOOT_SERVICES *BS;
|
| /trueos/sys/boot/amd64/boot1.efi/ |
| HD | boot1.c | 114 EFI_BOOT_SERVICES *BS; in efi_main() local 121 BS = systab->BootServices; in efi_main() 122 status = BS->LocateProtocol(&ConsoleControlGUID, NULL, in efi_main()
|
| /trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | LLVMConventionsChecker.cpp | 202 CXXBaseSpecifier BS = *I; in IsPartOfAST() local 203 QualType T = BS.getType(); in IsPartOfAST()
|