Home
last modified time | relevance | path

Searched refs:BS (Results 1 – 25 of 139) sorted by relevance

123456

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.cpp36 if (isBlockPointer() && PointeeStorage.BS.Pointee) in Pointer()
37 PointeeStorage.BS.Pointee->addPointer(this); in Pointer()
44 PointeeStorage.BS = {Pointee, Base}; in Pointer()
54 if (StorageKind == Storage::Block && PointeeStorage.BS.Pointee) in Pointer()
55 PointeeStorage.BS.Pointee->replacePointer(&P, this); in Pointer()
62 if (Block *Pointee = PointeeStorage.BS.Pointee) { in ~Pointer()
64 PointeeStorage.BS.Pointee = nullptr; in ~Pointer()
75 PointeeStorage.BS.Base = P.PointeeStorage.BS.Base; in operator =()
79 if (Block *Pointee = PointeeStorage.BS.Pointee) { in operator =()
81 PointeeStorage.BS.Pointee = nullptr; in operator =()
[all …]
H A DInterpBlock.cpp58 P->PointeeStorage.BS.Pointee = nullptr; in removePointer()
90 Old->PointeeStorage.BS.Pointee = nullptr; in replacePointer()
91 New->PointeeStorage.BS.Pointee = this; in replacePointer()
124 P->PointeeStorage.BS.Pointee = &B; in DeadBlock()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/
H A Ddio_write_verify.ksh67 BS=$((128 * 1024)) # 128k
98 -b $BS -w
123 -n $NUMBLOCKS -b $BS -w
127 num_blocks=$((filesize / BS))
128 log_mustnot stride_dd -i "$mntpnt/direct-write.iso" -o /dev/null -b $BS \
163 log_must file_write -o create -f "$mntpnt/direct-write.iso" -b $BS \
173 -n $NUMBLOCKS -b $BS -e -w
177 num_blocks=$((filesize / BS))
178 log_must stride_dd -i "$mntpnt/direct-write.iso" -o /dev/null -b $BS \
H A Ddio_write_stable_pages.ksh54 BS=$((128 * 1024)) #128k
71 -n $NUMBLOCKS -b $BS -w
75 -b $BS -c $NUMBLOCKS
H A Ddio_read_verify_decline.ksh56 BS=$((128 * 1024)) # 128k
77 -b $BS -c $NUMBLOCKS -D
89 -n $NUMBLOCKS -b $BS -r
H A Ddio_read_verify.ksh42 BS=$((128 * 1024)) # 128k
69 -b $BS -c $NUMBLOCKS -D
72 -n $NUMBLOCKS -b $BS -r
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp47 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 Delf64_freebsd.c122 err = BS->AllocatePages(type, EfiLoaderCode, in elf64_exec()
140 err = BS->AllocatePages(type, EfiLoaderData, in elf64_exec()
144 BS->FreePages((uintptr_t)trampoline, 1); in elf64_exec()
167 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, in elf64_exec()
171 BS->FreePages((uintptr_t)trampoline, 1); in elf64_exec()
172 BS->FreePages((uintptr_t)gdt, 1); in elf64_exec()
205 err = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in elf64_exec()
209 BS->FreePages((uintptr_t)trampoline, 1); in elf64_exec()
210 BS->FreePages((uintptr_t)gdt, 1); in elf64_exec()
/freebsd/stand/efi/boot1/
H A Dboot1.c118 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()
/freebsd/contrib/file/magic/Magdir/
H A Ddact8 >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 Dtime_event.c48 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 Defi_driver_utils.c42 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 Defihttp.c137 status = BS->OpenProtocol(handle, &ip4config2_guid, in setup_ipv4_config2()
208 status = BS->OpenProtocol(handle, &ip4config2_guid, in setup_ipv4_config2_static()
262 status = BS->OpenProtocol(handle, &ip4config2_guid, in efi_ip4_dhcp()
350 status = BS->LocateDevicePath(&httpsb_guid, &imgpath, &handle); in efihttp_dev_init()
409 status = BS->LocateDevicePath(&httpsb_guid, &devpath, &handle); in efihttp_dev_open_legacy()
452 status = BS->OpenProtocol(handle, &httpsb_guid, (void **)&sb, IH, NULL, in efihttp_dev_open_legacy()
465 status = BS->OpenProtocol(oh->http_handle, &http_guid, in efihttp_dev_open_legacy()
549 status = BS->LocateDevicePath(&httpsb_guid, &trimmed, &handle); in efihttp_dev_open_url()
558 BS->ConnectController(nic, NULL, NULL, TRUE); in efihttp_dev_open_url()
560 status = BS->LocateDevicePath(&httpsb_guid, &trimmed, &handle); in efihttp_dev_open_url()
[all …]
H A Definet.c147 status = BS->OpenProtocol(h, &sn_guid, (void **)&net, in efinet_probe()
244 status = BS->OpenProtocol(h, &pxe_guid, (void **)&pxe, in efi_pxe_snapshot()
265 BS->CloseProtocol(h, &pxe_guid, IH, NULL); in efi_pxe_snapshot()
316 status = BS->LocateHandle(ByProtocol, &pxe_guid, NULL, &sz, NULL); in efi_pxe_snapshot_all()
322 status = BS->LocateHandle(ByProtocol, &pxe_guid, NULL, &sz, in efi_pxe_snapshot_all()
547 BS->CloseProtocol(h, &sn_guid, IH, NULL); in efinet_end()
598 status = BS->LocateHandle(ByProtocol, &sn_guid, NULL, &sz, NULL); in efinet_dev_init()
603 status = BS->LocateHandle(ByProtocol, &sn_guid, NULL, &sz, in efinet_dev_init()
/freebsd/stand/efi/loader/
H A Defi_main.c41 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 Dcopy.c104 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 Dmain.c171 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, 0); in has_keyboard()
174 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, in has_keyboard()
1555 BS->SetWatchdogTimer(0, 0, 0, NULL); in main()
1618 status = BS->LocateProtocol(&rng_guid, NULL, (VOID **)&rng); in command_seed_entropy()
1710 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver); in command_memmap()
1716 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in command_memmap()
1885 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer); in command_lsefi()
1896 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer); in command_lsefi()
1915 status = BS->ProtocolsPerHandle(handle, &protocols, &nproto); in command_lsefi()
1933 BS->FreePool(protocols); in command_lsefi()
[all …]
H A Dframebuffer.c262 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp125 auto &BS = BlockSizes[MBB.getNumber()-1]; in ComputeBlockSizes() local
126 BS.first += AlignExtra; in ComputeBlockSizes()
127 BS.second = AlignExtra; in ComputeBlockSizes()
179 auto &BS = BlockSizes[MBB.getNumber()-1]; in modifyAdjustment() local
180 BS.first -= BS.second; in modifyAdjustment()
181 Offset -= BS.second; in modifyAdjustment()
185 BS.first += AlignExtra; in modifyAdjustment()
186 BS.second = AlignExtra; in modifyAdjustment()
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/
H A Dzfs_rename_007_pos.ksh92 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
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_007_pos.ksh68 BS=512 ; CNT=2048
71 log_must dd if=/dev/urandom of=$SRC_FILE bs=$BS count=$CNT
113 log_must dd if=$SRC_FILE of=$obj bs=$BS count=$CNT
126 log_must dd if=$obj of=$DST_FILE bs=$BS count=$CNT
130 log_must dd if=$obj of=$DST_FILE bs=$BS count=$CNT
141 log_must dd if=$obj of=$DST_FILE bs=$BS count=$CNT
/freebsd/stand/efi/loader/arch/amd64/
H A Dtrap.c215 BS->FreePages(lidt_pa, EFI_SIZE_TO_PAGES(fw_idt.rd_limit)); in free_tables()
219 BS->FreePages(exc_stack_pa, 1); in free_tables()
223 BS->FreePages(tss_pa, EFI_SIZE_TO_PAGES(sizeof(struct in free_tables()
228 BS->FreePages(loader_gdt_pa, loader_gdt_pa_size); in free_tables()
244 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_setup_tss()
281 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_redirect_exceptions()
289 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, 1, in efi_redirect_exceptions()
334 status = BS->AllocatePages(AllocateAnyPages, in efi_redirect_exceptions()
H A Delf64_freebsd.c105 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderCode, 1, in elf64_exec()
120 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3, in elf64_exec()
124 BS->FreePages(trampcode, 1); in elf64_exec()
162 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 9, in elf64_exec()
166 BS->FreePages(trampcode, 1); in elf64_exec()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h311 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 DR600Packetizer.cpp219 std::vector<R600InstrInfo::BankSwizzle> &BS, in isBundlableWithCurrentPMI() argument
259 PV, BS, isTransSlot)) { in isBundlableWithCurrentPMI()
287 std::vector<R600InstrInfo::BankSwizzle> BS; in addToPacket() local
290 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) { in addToPacket()
295 MI->getOperand(Op).setImm(BS[i]); in addToPacket()
299 MI.getOperand(Op).setImm(BS.back()); in addToPacket()

123456