Searched refs:BS (Results 26 - 50 of 93) sorted by relevance

1234

/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/
H A Dzfs_rename_001_pos.ksh101 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.ksh86 log_must eval "$DD if=$VOL_R_PATH of=$VOLDATA bs=$BS count=$CNT >/dev/null 2>&1"
H A Dzfs_rename.kshlib54 log_must eval "$DD if=$DATA of=$VOL_R_PATH bs=$BS count=$CNT \
/freebsd-current/stand/efi/libefi/
H A Defihttp.c122 status = BS->OpenProtocol(handle, &ip4config2_guid,
206 status = BS->LocateDevicePath(&httpsb_guid, &imgpath, &handle);
250 status = BS->LocateDevicePath(&httpsb_guid, &devpath, &handle);
293 status = BS->OpenProtocol(handle, &httpsb_guid, (void **)&sb, IH, NULL,
306 status = BS->OpenProtocol(oh->http_handle, &http_guid,
372 status = BS->OpenProtocol(oh->dev_handle, &httpsb_guid, (void **)&sb,
442 status = BS->CreateEvent(EVT_NOTIFY_SIGNAL, TPL_CALLBACK, notify,
483 BS->CloseEvent(token.Event);
498 BS->CloseEvent(token.Event);
504 status = BS
[all...]
H A Deficom.c104 status = BS->LocateHandle(ByProtocol, &serial, NULL, &bufsz, handles);
115 status = BS->LocateHandle(ByProtocol, &serial, NULL, &bufsz, handles);
237 status = BS->LocateDevicePath(&serial, &node, &handle);
311 status = BS->OpenProtocol(handle, &serial,
509 status = BS->OpenProtocol(handle, &serial,
H A Ddevpath.c72 status = BS->CloseProtocol(handle, &DevicePathGUID, IH, NULL);
485 status = BS->AllocatePool(EfiLoaderData, len, (void **)&out);
506 status = BS->LocateProtocol(&DevicePathToTextGUID, NULL,
521 BS->FreePool(text);
547 status = BS->LocateProtocol(&DevicePathFromTextGUID, NULL,
561 BS->FreePool(devpath);
625 status = BS->LocateDevicePath(&DevicePathGUID, &devpath, &h);
H A Definet.c120 status = BS->OpenProtocol(h, &sn_guid, (void **)&net,
368 status = BS->LocateHandle(ByProtocol, &sn_guid, NULL, &sz, NULL);
373 status = BS->LocateHandle(ByProtocol, &sn_guid, NULL, &sz,
/freebsd-current/contrib/ncurses/menu/
H A Dm_driver.c107 | - BS; the pattern stays as it is and the previous
131 if (ch && ch != BS)
152 if (ch == BS)
187 assert(ch == 0 || ch == BS);
191 if (ch && ch != BS && menu->pindex > 0)
423 result = _nc_Match_Next_Character_In_Item_Name(menu, BS, &item);
H A Dmenu.priv.h53 #define BS (8) macro
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp223 std::vector<R600InstrInfo::BankSwizzle> &BS,
263 PV, BS, isTransSlot)) {
291 std::vector<R600InstrInfo::BankSwizzle> BS; variable
294 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) {
299 MI->getOperand(Op).setImm(BS[i]); variable
303 MI.getOperand(Op).setImm(BS.back());
221 isBundlableWithCurrentPMI(MachineInstr &MI, const DenseMap<unsigned, unsigned> &PV, std::vector<R600InstrInfo::BankSwizzle> &BS, bool &isTransSlot) argument
/freebsd-current/stand/efi/include/
H A Defilib.h37 extern EFI_BOOT_SERVICES *BS;
79 status = BS->ExitBootServices(IH, key);
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp71 SMC_PCASE(BS, 1)
/freebsd-current/stand/efi/loader/
H A Dbootinfo.c252 status = BS->GetMemoryMap(&sz, mm, &efi_mapkey, &dsz, &mmver);
263 BS->FreePages(addr, pages);
269 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
295 BS->FreePages(addr, pages);
H A Dmain.c124 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, 0);
127 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz,
1212 BS->SetWatchdogTimer(0, 0, 0, NULL);
1259 status = BS->LocateProtocol(&rng_guid, NULL, (VOID **)&rng);
1334 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver);
1340 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver);
1509 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer);
1520 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer);
1539 status = BS->ProtocolsPerHandle(handle, &protocols, &nproto);
1557 BS
[all...]
H A Dframebuffer.c248 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, NULL);
252 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, buf);
306 BS->FreePool(resattr);
493 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL,
498 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL,
549 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, hlist);
568 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, hlist);
573 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize,
618 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga);
654 BS
[all...]
/freebsd-current/contrib/byacc/
H A Ddefs.h79 #define BS '\b' /* backspace */ macro
/freebsd-current/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c215 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1,
239 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3,
243 BS->FreePages(trampcode, 1);
280 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 9,
284 BS->FreePages(trampcode, 9);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename.kshlib60 log_must eval "dd if=$DATA of=$VOL_R_PATH bs=$BS count=$CNT \
/freebsd-current/stand/efi/loader/arch/amd64/
H A Dmultiboot2.c183 /* Never shut down BS. */
217 printf("Unable to boot MB2 with BS exited\n");
344 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
352 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
489 BS->FreePages(addr, EFI_SIZE_TO_PAGES(PAGE_SIZE));
491 BS->FreePages(stack, EFI_SIZE_TO_PAGES(128 * 1024));
/freebsd-current/contrib/byacc/test/
H A Dok_syntax1.y36 %token BS '\b'
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.cpp70 BufferQueue::ErrorCode BufferQueue::init(size_t BS, size_t BC) { argument
79 BufferSize = BS;
H A Dxray_buffer_queue.h224 /// size of buffers with |BS| along with the buffer count with |BC|.
230 ErrorCode init(size_t BS, size_t BC);
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp201 for (const auto &BS : R->bases()) {
202 QualType T = BS.getType();
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dautoopts.h63 #define BS '\b' macro
/freebsd-current/stand/efi/boot1/
H A Dproto.c189 BS->Exit(IH, EFI_OUT_OF_RESOURCES, 0, NULL);

Completed in 376 milliseconds

1234