| /src/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 …]
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/ |
| H A D | dio_write_verify.ksh | 75 BS=$((128 * 1024)) # 128k 96 -b $BS -w 121 -n $NUMBLOCKS -b $BS -w 125 num_blocks=$((filesize / BS)) 126 log_mustnot stride_dd -i "$mntpnt/direct-write.iso" -o /dev/null -b $BS \ 161 log_must file_write -o create -f "$mntpnt/direct-write.iso" -b $BS \ 171 -n $NUMBLOCKS -b $BS -e -w 175 num_blocks=$((filesize / BS)) 176 log_must stride_dd -i "$mntpnt/direct-write.iso" -o /dev/null -b $BS \
|
| H A D | dio_write_stable_pages.ksh | 64 BS=$((128 * 1024)) #128k 81 -n $NUMBLOCKS -b $BS -w 85 -b $BS -c $NUMBLOCKS
|
| H A D | dio_read_verify.ksh | 52 BS=$((128 * 1024)) # 128k 79 -b $BS -c $NUMBLOCKS -D 82 -n $NUMBLOCKS -b $BS -r
|
| /src/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()
|
| /src/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()
|
| /src/stand/efi/boot1/ |
| H A D | boot1.c | 118 if ((status = BS->LoadImage(TRUE, IH, efi_devpath_last_node(dev->devpath), in try_boot() 152 if ((status = BS->StartImage(loaderhandle, NULL, NULL)) != in try_boot() 186 BS = ST->BootServices; in efi_main() 190 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_main() 196 BS->Exit(IH, status, 0, NULL); in efi_main() 202 status = BS->LocateProtocol(&ConsoleControlGUID, NULL, in efi_main() 230 BS->LocateHandle(ByProtocol, &BlockIoProtocolGUID, NULL, in efi_main() 236 status = BS->LocateHandle(ByProtocol, &BlockIoProtocolGUID, in efi_main() 297 BS->FreePages(heap, EFI_SIZE_TO_PAGES(heapsize)); in efi_exit() 298 BS->Exit(IH, s, 0, NULL); in efi_exit()
|
| /src/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
|
| /src/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 | 42 status = BS->LocateHandle(ByProtocol, filter, NULL, in connect_controllers() 54 status = BS->LocateHandle(ByProtocol, filter, NULL, in connect_controllers() 62 BS->ConnectController(handles[i], NULL, NULL, true); in connect_controllers() 77 status = BS->InstallMultipleProtocolInterfaces( in install_driver()
|
| H A D | efihttp.c | 121 status = BS->OpenProtocol(handle, &ip4config2_guid, in setup_ipv4_config2() 205 status = BS->LocateDevicePath(&httpsb_guid, &imgpath, &handle); in efihttp_dev_init() 249 status = BS->LocateDevicePath(&httpsb_guid, &devpath, &handle); in efihttp_dev_open() 292 status = BS->OpenProtocol(handle, &httpsb_guid, (void **)&sb, IH, NULL, in efihttp_dev_open() 305 status = BS->OpenProtocol(oh->http_handle, &http_guid, in efihttp_dev_open() 371 status = BS->OpenProtocol(oh->dev_handle, &httpsb_guid, (void **)&sb, in efihttp_dev_close() 441 status = BS->CreateEvent(EVT_NOTIFY_SIGNAL, TPL_CALLBACK, notify, in _efihttp_fs_open() 482 BS->CloseEvent(token.Event); in _efihttp_fs_open() 497 BS->CloseEvent(token.Event); in _efihttp_fs_open() 503 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()
|
| /src/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() 89 BS = ST->BootServices; in efi_main() 92 status = BS->LocateProtocol(&console_control_protocol, NULL, in efi_main() 99 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_main() 103 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() 420 status = BS->AllocatePages(AllocateAddress, EfiLoaderCode, nr_pages, in efi_check_space() 443 status = BS->AllocatePages(EFI_ALLOC_METHOD, EfiLoaderCode, in efi_check_space() 457 BS->FreePages(staging_base, (staging_end - staging_base) / in efi_check_space()
|
| H A D | main.c | 171 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, 0); in has_keyboard() 174 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, in has_keyboard() 1464 BS->SetWatchdogTimer(0, 0, 0, NULL); in main() 1527 status = BS->LocateProtocol(&rng_guid, NULL, (VOID **)&rng); in command_seed_entropy() 1619 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver); in command_memmap() 1625 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in command_memmap() 1794 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer); in command_lsefi() 1805 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer); in command_lsefi() 1824 status = BS->ProtocolsPerHandle(handle, &protocols, &nproto); in command_lsefi() 1842 BS->FreePool(protocols); in command_lsefi() [all …]
|
| H A D | framebuffer.c | 262 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, NULL); in efifb_uga_get_pciio() 266 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, buf); in efifb_uga_get_pciio() 320 BS->FreePool(resattr); in efifb_uga_locate_framebuffer() 524 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid() 529 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid() 580 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, hlist); in efi_has_gop() 600 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, hlist); in efi_find_framebuffer() 605 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, in efi_find_framebuffer() 612 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga); in efi_find_framebuffer() 691 BS->FreePages((uintptr_t)gfx_state->tg_shadow_fb, in efi_find_framebuffer() [all …]
|
| /src/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"
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/ |
| H A D | zfs_rename_007_pos.ksh | 78 BS=512 ; CNT=2048 81 log_must dd if=/dev/urandom of=$SRC_FILE bs=$BS count=$CNT 123 log_must dd if=$SRC_FILE of=$obj bs=$BS count=$CNT 136 log_must dd if=$obj of=$DST_FILE bs=$BS count=$CNT 140 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
|
| H A D | zfs_rename_006_pos.ksh | 61 log_must eval "dd if=$DATA of=$VOL_R_PATH bs=$BS count=$CNT >/dev/null 2>&1" 77 log_must eval "dd if=$input of=$VOLDATA bs=$BS count=$CNT >/dev/null 2>&1"
|
| /src/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()
|
| /src/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(loader_gdt_pa, loader_gdt_pa_size); 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() 304 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()
|
| /src/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()
|
| /src/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()
|