Searched refs:BS (Results 1 - 25 of 82) sorted by relevance

1234

/freebsd-13-stable/stand/efi/libefi/
H A Ddelay.c36 BS->Stall(usecs);
H A Dtime_event.c51 BS->CreateEvent(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK,
54 BS->SetTimer(time_event, TimerPeriodic, 10000000);
62 BS->SetTimer(time_event, TimerCancel, 0);
63 BS->CloseEvent(time_event);
H A Defi_driver_utils.c47 status = BS->LocateHandle(ByProtocol, filter, NULL,
59 status = BS->LocateHandle(ByProtocol, filter, NULL,
67 BS->ConnectController(handles[i], NULL, NULL, true);
82 status = BS->InstallMultipleProtocolInterfaces(
H A Dlibefi.c37 EFI_BOOT_SERVICES *BS; variable
57 return (BS->OpenProtocol(handle, protocol, interface, IH, NULL,
/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.h13 #define BS 267 macro
/freebsd-13-stable/contrib/byacc/test/yacc/
H A Dok_syntax1.tab.h10 #define BS 267 macro
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/
H A Dsetup.ksh46 log_must eval "$DD if=$IF of=$OF bs=$BS count=$CNT >/dev/null 2>&1"
H A Dzfs_rename_006_pos.ksh72 log_must eval "$DD if=$DATA of=$VOL_R_PATH bs=$BS count=$CNT >/dev/null 2>&1"
84 log_must eval "$DD if=$input of=$VOLDATA bs=$BS count=$CNT >/dev/null 2>&1"
H A Dzfs_rename_007_pos.ksh97 BS=512 ; CNT=2048
100 log_must $DD if=/dev/random of=$SRC_FILE bs=$BS count=$CNT
141 log_must $DD if=$SRC_FILE of=$obj bs=$BS count=$CNT
153 log_must $DD if=$obj of=$DST_FILE bs=$BS count=$CNT
156 log_must $DD if=$obj of=$DST_FILE bs=$BS count=$CNT
166 log_must $DD if=$obj of=$DST_FILE bs=$BS count=$CNT
H A Dzfs_rename_001_pos.ksh106 log_must eval "$DD if=${VOL_R_PATH}-new of=$VOLDATA bs=$BS count=$CNT >/dev/null 2>&1"
/freebsd-13-stable/contrib/ntp/include/
H A Dascii.h49 #define BS 8 macro
/freebsd-13-stable/stand/efi/boot1/
H A Dboot1.c99 if ((status = BS->LoadImage(TRUE, IH, efi_devpath_last_node(dev->devpath),
133 if ((status = BS->StartImage(loaderhandle, NULL, NULL)) !=
167 BS = ST->BootServices;
171 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
177 BS->Exit(IH, status, 0, NULL);
183 status = BS->LocateProtocol(&ConsoleControlGUID, NULL,
211 BS->LocateHandle(ByProtocol, &BlockIoProtocolGUID, NULL,
217 status = BS->LocateHandle(ByProtocol, &BlockIoProtocolGUID,
278 BS->FreePages(heap, EFI_SIZE_TO_PAGES(heapsize));
279 BS
[all...]
H A Dboot_module.h40 #define DSTALL(d) BS->Stall(d)
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_007_pos.ksh78 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
137 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 Dzfs_rename_006_pos.ksh60 log_must eval "dd if=$DATA of=$VOL_R_PATH bs=$BS count=$CNT >/dev/null 2>&1"
76 log_must eval "dd if=$input of=$VOLDATA bs=$BS count=$CNT >/dev/null 2>&1"
H A Dsetup.ksh47 log_must eval "dd if=$IF of=$OF bs=$BS count=$CNT >/dev/null 2>&1"
H A Dzfs_rename_001_pos.ksh94 log_must eval "dd if=${VOL_R_PATH}-new of=$VOLDATA bs=$BS count=$CNT >/dev/null 2>&1"
H A Dzfs_rename_002_pos.ksh79 log_must eval "dd if=$VOL_R_PATH of=$VOLDATA bs=$BS count=$CNT >/dev/null 2>&1"
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp35 const SCEV *BS = SE.getSCEV(const_cast<Value *>(LocB.Ptr)); local
38 if (AS == BS)
44 SE.getEffectiveSCEVType(BS->getType())) {
54 const SCEV *BA = SE.getMinusSCEV(BS, AS);
64 // (because of INT_MIN, etc.); if the prior test failed, swap AS and BS
68 const SCEV *AB = SE.getMinusSCEV(AS, BS);
82 Value *BO = GetBaseValue(BS);
/freebsd-13-stable/stand/efi/loader/
H A Defi_main.c42 BS->FreePages(heap, EFI_SIZE_TO_PAGES(heapsize));
43 BS->Exit(IH, exit_code, 0, NULL);
85 BS = ST->BootServices;
88 status = BS->LocateProtocol(&console_control_protocol, NULL,
95 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
99 BS->Exit(IH, status, 0, NULL);
H A Dcopy.c108 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver);
212 status = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData,
215 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
262 status = BS->AllocatePages(AllocateAddress, EfiLoaderData, nr_pages,
281 status = BS->AllocatePages(AllocateAddress, EfiLoaderData, nr_pages,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp132 auto &BS = BlockSizes[MBB->getNumber()-1]; local
133 BS.first += AlignExtra;
134 BS.second = AlignExtra;
189 auto &BS = BlockSizes[MBB->getNumber()-1]; local
190 BS.first -= BS.second;
191 Offset -= BS.second;
195 BS.first += AlignExtra;
196 BS.second = AlignExtra;
/freebsd-13-stable/stand/efi/loader/arch/amd64/
H A Dtrap.c152 BS->FreePages(lidt_pa, EFI_SIZE_TO_PAGES(fw_idt.rd_limit));
156 BS->FreePages(exc_stack_pa, 1);
160 BS->FreePages(tss_pa, EFI_SIZE_TO_PAGES(sizeof(struct
165 BS->FreePages(tss_pa, 2);
181 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
218 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
226 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, 1,
268 status = BS->AllocatePages(AllocateAnyPages,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h364 BufferByteStreamer BS;
366 TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {}
374 ByteStreamer &getActiveStreamer() { return IsBuffering ? TmpBuf->BS : OutBS; }
391 DebugLocDwarfExpression(unsigned DwarfVersion, BufferByteStreamer &BS,
393 : DwarfExpression(DwarfVersion, CU), OutBS(BS) {}
/freebsd-13-stable/contrib/ncurses/misc/
H A Dgen_edit.sh46 : ${XTERM_KBS=BS}
66 if test "$XTERM_KBS" != "BS" ; then

Completed in 267 milliseconds

1234