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

1234

/freebsd-current/stand/efi/libefi/
H A Ddelay.c34 BS->Stall(usecs);
H A Dtime_event.c48 BS->CreateEvent(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK,
51 BS->SetTimer(time_event, TimerPeriodic, 10000000);
59 BS->SetTimer(time_event, TimerCancel, 0);
60 BS->CloseEvent(time_event);
H A Dlibefi.c34 EFI_BOOT_SERVICES *BS; variable
54 return (BS->OpenProtocol(handle, protocol, interface, IH, NULL,
H A Defi_driver_utils.c45 status = BS->LocateHandle(ByProtocol, filter, NULL,
57 status = BS->LocateHandle(ByProtocol, filter, NULL,
65 BS->ConnectController(handles[i], NULL, NULL, true);
80 status = BS->InstallMultipleProtocolInterfaces(
/freebsd-current/contrib/byacc/test/yacc/
H A Dok_syntax1.tab.h10 #define BS 267 macro
/freebsd-current/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.h13 #define BS 267 macro
/freebsd-current/contrib/bmake/unit-tests/
H A Descape.exp10 VAR2.BS=:222\\222:
11 VAR2.BS.a=:222\\aaa:
12 VAR2.BS.A=:222\\aaa:
13 VAR2.BS.d.a=:222\\${a}:
14 VAR2.BS.d.A=:222\\${A}:
15 VAR2.BS.c=:222\\:
16 VAR2.BS.s.c=:222\\:
18 VAR1.BS-NL=:111 111:
19 VAR1.BS-NL.a=:111 aaa:
20 VAR1.BS
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/
H A Dsetup.ksh41 log_must eval "$DD if=$IF of=$OF bs=$BS count=$CNT >/dev/null 2>&1"
H A Dzfs_rename_006_pos.ksh67 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"
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-current/contrib/ntp/include/
H A Dascii.h49 #define BS 8 macro
/freebsd-current/stand/efi/boot1/
H A Dboot1.c116 if ((status = BS->LoadImage(TRUE, IH, efi_devpath_last_node(dev->devpath),
150 if ((status = BS->StartImage(loaderhandle, NULL, NULL)) !=
184 BS = ST->BootServices;
188 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
194 BS->Exit(IH, status, 0, NULL);
200 status = BS->LocateProtocol(&ConsoleControlGUID, NULL,
228 BS->LocateHandle(ByProtocol, &BlockIoProtocolGUID, NULL,
234 status = BS->LocateHandle(ByProtocol, &BlockIoProtocolGUID,
295 BS->FreePages(heap, EFI_SIZE_TO_PAGES(heapsize));
296 BS
[all...]
H A Dboot_module.h38 #define DSTALL(d) BS->Stall(d)
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_007_pos.ksh77 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
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.ksh45 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-current/stand/efi/loader/
H A Defi_main.c41 BS->FreePages(heap, EFI_SIZE_TO_PAGES(heapsize));
42 BS->Exit(IH, exit_code, 0, NULL);
87 BS = ST->BootServices;
90 status = BS->LocateProtocol(&console_control_protocol, NULL,
97 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
101 BS->Exit(IH, status, 0, NULL);
H A Dcopy.c107 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver);
206 BS->FreePages(staging_base, (staging_end - staging_base) /
326 status = BS->AllocatePages(EFI_ALLOC_METHOD, EfiLoaderCode,
378 * BS->AllocatePages() when it cannot work.
393 status = BS->AllocatePages(AllocateAddress, EfiLoaderCode, nr_pages,
410 status = BS->AllocatePages(AllocateAddress, EfiLoaderCode, nr_pages,
433 status = BS->AllocatePages(EFI_ALLOC_METHOD, EfiLoaderCode,
447 BS->FreePages(staging_base, (staging_end - staging_base) /
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp47 const SCEV *BS = SE.getSCEV(const_cast<Value *>(LocB.Ptr)); local
50 if (AS == BS)
55 if (canComputePointerDiff(SE, AS, BS)) {
65 const SCEV *BA = SE.getMinusSCEV(BS, AS);
76 // (because of INT_MIN, etc.); if the prior test failed, swap AS and BS
80 const SCEV *AB = SE.getMinusSCEV(AS, BS);
95 Value *BO = GetBaseValue(BS);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp129 auto &BS = BlockSizes[MBB.getNumber()-1]; local
130 BS.first += AlignExtra;
131 BS.second = AlignExtra;
183 auto &BS = BlockSizes[MBB.getNumber()-1]; local
184 BS.first -= BS.second;
185 Offset -= BS.second;
189 BS.first += AlignExtra;
190 BS.second = AlignExtra;
/freebsd-current/stand/efi/loader/arch/amd64/
H A Dtrap.c185 BS->FreePages(lidt_pa, EFI_SIZE_TO_PAGES(fw_idt.rd_limit));
189 BS->FreePages(exc_stack_pa, 1);
193 BS->FreePages(tss_pa, EFI_SIZE_TO_PAGES(sizeof(struct
198 BS->FreePages(tss_pa, 2);
214 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
251 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
259 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, 1,
301 status = BS->AllocatePages(AllocateAnyPages,
H A Delf64_freebsd.c111 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1,
126 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3,
130 BS->FreePages(trampcode, 1);
167 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 9,
171 BS->FreePages(trampcode, 9);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h372 BufferByteStreamer BS;
374 TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {}
382 ByteStreamer &getActiveStreamer() { return IsBuffering ? TmpBuf->BS : OutBS; }
399 DebugLocDwarfExpression(unsigned DwarfVersion, BufferByteStreamer &BS,
401 : DwarfExpression(DwarfVersion, CU), OutBS(BS) {}

Completed in 276 milliseconds

1234