/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.cpp | 35 if (isBlockPointer() && PointeeStorage.BS.Pointee) in Pointer() 36 PointeeStorage.BS.Pointee->addPointer(this); in Pointer() 43 PointeeStorage.BS = {Pointee, Base}; in Pointer() 53 if (StorageKind == Storage::Block && PointeeStorage.BS.Pointee) in Pointer() 54 PointeeStorage.BS.Pointee->replacePointer(&P, this); in Pointer() 61 if (Block *Pointee = PointeeStorage.BS.Pointee) { in ~Pointer() 72 Block *Old = PointeeStorage.BS.Pointee; in operator =() 74 PointeeStorage.BS.Pointee->removePointer(this); in operator =() 83 PointeeStorage.BS = P.PointeeStorage.BS; in operator =() 84 PointeeStorage.BS.Pointee = P.PointeeStorage.BS.Pointee; in operator =() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/ |
H A D | dio_write_verify.ksh | 74 BS=$((128 * 1024)) # 128k 95 -b $BS -w 120 -n $NUMBLOCKS -b $BS -w 124 num_blocks=$((filesize / BS)) 125 log_mustnot stride_dd -i "$mntpnt/direct-write.iso" -o /dev/null -b $BS \ 160 log_must file_write -o create -f "$mntpnt/direct-write.iso" -b $BS \ 170 -n $NUMBLOCKS -b $BS -e -w 174 num_blocks=$((filesize / BS)) 175 log_must stride_dd -i "$mntpnt/direct-write.iso" -o /dev/null -b $BS \
|
H A D | dio_write_stable_pages.ksh | 63 BS=$((128 * 1024)) #128k 80 -n $NUMBLOCKS -b $BS -w 84 -b $BS -c $NUMBLOCKS
|
H A D | dio_read_verify.ksh | 51 BS=$((128 * 1024)) # 128k 80 -b $BS -c $NUMBLOCKS -D 83 -n $NUMBLOCKS -b $BS -r
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolutionAliasAnalysis.cpp | 47 const SCEV *BS = SE.getSCEV(const_cast<Value *>(LocB.Ptr)); in alias() local 50 if (AS == BS) in alias() 55 if (canComputePointerDiff(SE, AS, BS)) { in alias() 71 SE.getPtrToIntExpr(BS, SE.getEffectiveSCEVType(BS->getType())); in alias() 74 BS = BInt; in alias() 78 const SCEV *BA = SE.getMinusSCEV(BS, AS); in alias() 93 const SCEV *AB = SE.getMinusSCEV(AS, BS); in alias() 108 Value *BO = GetBaseValue(BS); in alias()
|
/freebsd/stand/efi/loader/arch/i386/ |
H A D | elf64_freebsd.c | 121 err = BS->AllocatePages(type, EfiLoaderCode, in elf64_exec() 139 err = BS->AllocatePages(type, EfiLoaderData, in elf64_exec() 143 BS->FreePages((uintptr_t)trampoline, 1); in elf64_exec() 166 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, in elf64_exec() 170 BS->FreePages((uintptr_t)trampoline, 1); in elf64_exec() 171 BS->FreePages((uintptr_t)gdt, 1); in elf64_exec() 206 err = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in elf64_exec() 210 BS->FreePages((uintptr_t)trampoline, 1); in elf64_exec() 211 BS->FreePages((uintptr_t)gdt, 1); in elf64_exec()
|
/freebsd/stand/efi/boot1/ |
H A D | boot1.c | 116 if ((status = BS->LoadImage(TRUE, IH, efi_devpath_last_node(dev->devpath), in try_boot() 150 if ((status = BS->StartImage(loaderhandle, NULL, NULL)) != in try_boot() 184 BS = ST->BootServices; in efi_main() 188 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_main() 194 BS->Exit(IH, status, 0, NULL); in efi_main() 200 status = BS->LocateProtocol(&ConsoleControlGUID, NULL, in efi_main() 228 BS->LocateHandle(ByProtocol, &BlockIoProtocolGUID, NULL, in efi_main() 234 status = BS->LocateHandle(ByProtocol, &BlockIoProtocolGUID, in efi_main() 295 BS->FreePages(heap, EFI_SIZE_TO_PAGES(heapsize)); in efi_exit() 296 BS->Exit(IH, s, 0, NULL); in efi_exit()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | 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
|
/freebsd/stand/efi/libefi/ |
H A D | time_event.c | 48 BS->CreateEvent(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_time_init() 51 BS->SetTimer(time_event, TimerPeriodic, 10000000); in efi_time_init() 59 BS->SetTimer(time_event, TimerCancel, 0); in efi_time_fini() 60 BS->CloseEvent(time_event); in efi_time_fini()
|
H A D | efi_driver_utils.c | 45 status = BS->LocateHandle(ByProtocol, filter, NULL, in connect_controllers() 57 status = BS->LocateHandle(ByProtocol, filter, NULL, in connect_controllers() 65 BS->ConnectController(handles[i], NULL, NULL, true); in connect_controllers() 80 status = BS->InstallMultipleProtocolInterfaces( in install_driver()
|
H A D | efihttp.c | 122 status = BS->OpenProtocol(handle, &ip4config2_guid, in setup_ipv4_config2() 206 status = BS->LocateDevicePath(&httpsb_guid, &imgpath, &handle); in efihttp_dev_init() 250 status = BS->LocateDevicePath(&httpsb_guid, &devpath, &handle); in efihttp_dev_open() 293 status = BS->OpenProtocol(handle, &httpsb_guid, (void **)&sb, IH, NULL, in efihttp_dev_open() 306 status = BS->OpenProtocol(oh->http_handle, &http_guid, in efihttp_dev_open() 372 status = BS->OpenProtocol(oh->dev_handle, &httpsb_guid, (void **)&sb, in efihttp_dev_close() 442 status = BS->CreateEvent(EVT_NOTIFY_SIGNAL, TPL_CALLBACK, notify, in _efihttp_fs_open() 483 BS->CloseEvent(token.Event); in _efihttp_fs_open() 498 BS->CloseEvent(token.Event); in _efihttp_fs_open() 504 status = BS->CreateEvent(EVT_NOTIFY_SIGNAL, TPL_CALLBACK, notify, in _efihttp_fs_open() [all …]
|
H A D | libefi.c | 34 EFI_BOOT_SERVICES *BS; variable 54 return (BS->OpenProtocol(handle, protocol, interface, IH, NULL, in OpenProtocolByHandle()
|
/freebsd/stand/efi/loader/ |
H A D | efi_main.c | 41 BS->FreePages(heap, EFI_SIZE_TO_PAGES(heapsize)); in efi_exit() 42 BS->Exit(IH, exit_code, 0, NULL); in efi_exit() 87 BS = ST->BootServices; in efi_main() 90 status = BS->LocateProtocol(&console_control_protocol, NULL, in efi_main() 97 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_main() 101 BS->Exit(IH, status, 0, NULL); in efi_main()
|
H A D | copy.c | 104 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in efi_verify_staging_size() 198 BS->FreePages(staging_base, (staging_end - staging_base) / in efi_copy_free() 333 status = BS->AllocatePages(EFI_ALLOC_METHOD, EfiLoaderCode, in efi_copy_init() 401 status = BS->AllocatePages(AllocateAddress, EfiLoaderCode, nr_pages, in efi_check_space() 418 status = BS->AllocatePages(AllocateAddress, EfiLoaderCode, nr_pages, in efi_check_space() 441 status = BS->AllocatePages(EFI_ALLOC_METHOD, EfiLoaderCode, in efi_check_space() 455 BS->FreePages(staging_base, (staging_end - staging_base) / in efi_check_space()
|
H A D | framebuffer.c | 257 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, NULL); in efifb_uga_get_pciio() 261 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, buf); in efifb_uga_get_pciio() 315 BS->FreePool(resattr); in efifb_uga_locate_framebuffer() 502 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid() 507 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid() 558 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, hlist); in efi_has_gop() 578 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, hlist); in efi_find_framebuffer() 583 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, in efi_find_framebuffer() 628 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga); in efi_find_framebuffer() 664 BS->FreePages((uintptr_t)gfx_state->tg_shadow_fb, in efi_find_framebuffer() [all …]
|
H A D | main.c | 133 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, 0); in has_keyboard() 136 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, in has_keyboard() 1443 BS->SetWatchdogTimer(0, 0, 0, NULL); in main() 1506 status = BS->LocateProtocol(&rng_guid, NULL, (VOID **)&rng); in command_seed_entropy() 1597 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver); in command_memmap() 1603 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in command_memmap() 1772 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer); in command_lsefi() 1783 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer); in command_lsefi() 1802 status = BS->ProtocolsPerHandle(handle, &protocols, &nproto); in command_lsefi() 1820 BS->FreePool(protocols); in command_lsefi() [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/ |
H A D | zfs_rename_007_pos.ksh | 92 BS=512 ; CNT=2048 95 log_must $DD if=/dev/random of=$SRC_FILE bs=$BS count=$CNT 136 log_must $DD if=$SRC_FILE of=$obj bs=$BS count=$CNT 148 log_must $DD if=$obj of=$DST_FILE bs=$BS count=$CNT 151 log_must $DD if=$obj of=$DST_FILE bs=$BS count=$CNT 161 log_must $DD if=$obj of=$DST_FILE bs=$BS count=$CNT
|
H A D | zfs_rename_006_pos.ksh | 67 log_must eval "$DD if=$DATA of=$VOL_R_PATH bs=$BS count=$CNT >/dev/null 2>&1" 79 log_must eval "$DD if=$input of=$VOLDATA bs=$BS count=$CNT >/dev/null 2>&1"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/ |
H A D | zfs_rename_007_pos.ksh | 77 BS=512 ; CNT=2048 80 log_must dd if=/dev/urandom of=$SRC_FILE bs=$BS count=$CNT 122 log_must dd if=$SRC_FILE of=$obj bs=$BS count=$CNT 135 log_must dd if=$obj of=$DST_FILE bs=$BS count=$CNT 139 log_must dd if=$obj of=$DST_FILE bs=$BS count=$CNT 150 log_must dd if=$obj of=$DST_FILE bs=$BS count=$CNT
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBranchSelector.cpp | 129 auto &BS = BlockSizes[MBB.getNumber()-1]; in ComputeBlockSizes() local 130 BS.first += AlignExtra; in ComputeBlockSizes() 131 BS.second = AlignExtra; in ComputeBlockSizes() 183 auto &BS = BlockSizes[MBB.getNumber()-1]; in modifyAdjustment() local 184 BS.first -= BS.second; in modifyAdjustment() 185 Offset -= BS.second; in modifyAdjustment() 189 BS.first += AlignExtra; in modifyAdjustment() 190 BS.second = AlignExtra; in modifyAdjustment()
|
/freebsd/stand/efi/loader/arch/amd64/ |
H A D | trap.c | 185 BS->FreePages(lidt_pa, EFI_SIZE_TO_PAGES(fw_idt.rd_limit)); in free_tables() 189 BS->FreePages(exc_stack_pa, 1); in free_tables() 193 BS->FreePages(tss_pa, EFI_SIZE_TO_PAGES(sizeof(struct in free_tables() 198 BS->FreePages(tss_pa, 2); in free_tables() 214 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_setup_tss() 251 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_redirect_exceptions() 259 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, 1, in efi_redirect_exceptions() 301 status = BS->AllocatePages(AllocateAnyPages, in efi_redirect_exceptions()
|
H A D | elf64_freebsd.c | 105 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1, in elf64_exec() 120 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3, in elf64_exec() 124 BS->FreePages(trampcode, 1); in elf64_exec() 161 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 9, in elf64_exec() 165 BS->FreePages(trampcode, 9); in elf64_exec()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 311 BufferByteStreamer BS; member 313 TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {} in TempBuffer() 321 ByteStreamer &getActiveStreamer() { return IsBuffering ? TmpBuf->BS : OutBS; } in getActiveStreamer() 338 DebugLocDwarfExpression(unsigned DwarfVersion, BufferByteStreamer &BS, in DebugLocDwarfExpression() argument 340 : DwarfExpression(DwarfVersion, CU), OutBS(BS) {} in DebugLocDwarfExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600Packetizer.cpp | 222 std::vector<R600InstrInfo::BankSwizzle> &BS, in isBundlableWithCurrentPMI() argument 262 PV, BS, isTransSlot)) { in isBundlableWithCurrentPMI() 290 std::vector<R600InstrInfo::BankSwizzle> BS; in addToPacket() local 293 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) { in addToPacket() 298 MI->getOperand(Op).setImm(BS[i]); in addToPacket() 302 MI.getOperand(Op).setImm(BS.back()); in addToPacket()
|
/freebsd/contrib/ncurses/menu/ |
H A D | m_driver.c | 131 if (ch && ch != BS) in _nc_Match_Next_Character_In_Item_Name() 152 if (ch == BS) in _nc_Match_Next_Character_In_Item_Name() 187 assert(ch == 0 || ch == BS); in _nc_Match_Next_Character_In_Item_Name() 191 if (ch && ch != BS && menu->pindex > 0) in _nc_Match_Next_Character_In_Item_Name() 423 result = _nc_Match_Next_Character_In_Item_Name(menu, BS, &item); in menu_driver()
|