Home
last modified time | relevance | path

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

12345

/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.c45 status = BS->LocateHandle(ByProtocol, filter, NULL, in connect_controllers()
57 status = BS->LocateHandle(ByProtocol, filter, NULL, in connect_controllers()
65 BS->ConnectController(handles[i], NULL, NULL, true); in connect_controllers()
80 status = BS->InstallMultipleProtocolInterfaces( in install_driver()
H A Defihttp.c122 status = BS->OpenProtocol(handle, &ip4config2_guid, in setup_ipv4_config2()
206 status = BS->LocateDevicePath(&httpsb_guid, &imgpath, &handle); in efihttp_dev_init()
306 status = BS->OpenProtocol(oh->http_handle, &http_guid, in efihttp_dev_open()
483 BS->CloseEvent(token.Event); in _efihttp_fs_open()
498 BS->CloseEvent(token.Event); in _efihttp_fs_open()
518 BS->CloseEvent(token.Event); in _efihttp_fs_open()
533 BS->CloseEvent(token.Event); in _efihttp_fs_open()
535 BS->FreePool(message.Headers); in _efihttp_fs_open()
539 BS->FreePool(message.Headers); in _efihttp_fs_open()
641 BS->CloseEvent(token.Event); in _efihttp_fs_read()
[all …]
H A Dlibefi.c34 EFI_BOOT_SERVICES *BS; variable
54 return (BS->OpenProtocol(handle, protocol, interface, IH, NULL, in OpenProtocolByHandle()
H A Ddevpath.c72 status = BS->CloseProtocol(handle, &DevicePathGUID, IH, NULL); in efi_close_devpath()
485 status = BS->AllocatePool(EfiLoaderData, len, (void **)&out); in efi_devpath_to_name()
506 status = BS->LocateProtocol(&DevicePathToTextGUID, NULL, in efi_devpath_name()
521 BS->FreePool(text); in efi_free_devpath_name()
547 status = BS->LocateProtocol(&DevicePathFromTextGUID, NULL, in efi_name_to_devpath16()
561 BS->FreePool(devpath); in efi_devpath_free()
625 status = BS->LocateDevicePath(&DevicePathGUID, &devpath, &h); in efi_devpath_handle()
H A Deficom.c104 status = BS->LocateHandle(ByProtocol, &serial, NULL, &bufsz, handles); in efi_serial_init()
115 status = BS->LocateHandle(ByProtocol, &serial, NULL, &bufsz, handles); in efi_serial_init()
237 status = BS->LocateDevicePath(&serial, &node, &handle); in comc_get_con_serial_handle()
311 status = BS->OpenProtocol(handle, &serial, in comc_probe()
509 status = BS->OpenProtocol(handle, &serial, in comc_port_set()
/freebsd/stand/efi/boot1/
H A Dboot1.c116 if ((status = BS->LoadImage(TRUE, IH, efi_devpath_last_node(dev->devpath), in try_boot()
150 if ((status = BS->StartImage(loaderhandle, NULL, NULL)) != in try_boot()
184 BS = ST->BootServices; in efi_main()
188 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_main()
194 BS->Exit(IH, status, 0, NULL); in efi_main()
200 status = BS->LocateProtocol(&ConsoleControlGUID, NULL, in efi_main()
228 BS->LocateHandle(ByProtocol, &BlockIoProtocolGUID, NULL, in efi_main()
234 status = BS->LocateHandle(ByProtocol, &BlockIoProtocolGUID, in efi_main()
295 BS->FreePages(heap, EFI_SIZE_TO_PAGES(heapsize)); in efi_exit()
296 BS->Exit(IH, s, 0, NULL); in efi_exit()
/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()
87 BS = ST->BootServices; in efi_main()
90 status = BS->LocateProtocol(&console_control_protocol, NULL, in efi_main()
97 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_main()
101 BS->Exit(IH, status, 0, NULL); in efi_main()
H A Dcopy.c107 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in efi_verify_staging_size()
206 BS->FreePages(staging_base, (staging_end - staging_base) / in efi_copy_free()
326 status = BS->AllocatePages(EFI_ALLOC_METHOD, EfiLoaderCode, in efi_copy_init()
393 status = BS->AllocatePages(AllocateAddress, EfiLoaderCode, nr_pages, in efi_check_space()
410 status = BS->AllocatePages(AllocateAddress, EfiLoaderCode, nr_pages, in efi_check_space()
433 status = BS->AllocatePages(EFI_ALLOC_METHOD, EfiLoaderCode, in efi_check_space()
447 BS->FreePages(staging_base, (staging_end - staging_base) / in efi_check_space()
H A Dframebuffer.c248 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, NULL); in efifb_uga_get_pciio()
252 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, buf); in efifb_uga_get_pciio()
306 BS->FreePool(resattr); in efifb_uga_locate_framebuffer()
493 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid()
498 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid()
549 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, hlist); in efi_has_gop()
568 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, hlist); in efi_find_framebuffer()
573 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, in efi_find_framebuffer()
618 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga); in efi_find_framebuffer()
654 BS->FreePages((EFI_PHYSICAL_ADDRESS)gfx_state->tg_shadow_fb, in efi_find_framebuffer()
[all …]
H A Dmain.c124 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, 0); in has_keyboard()
127 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, in has_keyboard()
1212 BS->SetWatchdogTimer(0, 0, 0, NULL); in main()
1259 status = BS->LocateProtocol(&rng_guid, NULL, (VOID **)&rng); in command_seed_entropy()
1334 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver); in command_memmap()
1340 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in command_memmap()
1557 BS->FreePool(protocols); in command_lsefi()
1635 (void)BS->FreePool(buf); in command_chain()
1641 (void)BS->FreePool(buf); in command_chain()
1709 status = BS->StartImage(loaderhandle, NULL, NULL); in command_chain()
[all …]
H A Dbootinfo.c252 status = BS->GetMemoryMap(&sz, mm, &efi_mapkey, &dsz, &mmver); in bi_load_efi_data()
263 BS->FreePages(addr, pages); in bi_load_efi_data()
269 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in bi_load_efi_data()
295 BS->FreePages(addr, pages); in bi_load_efi_data()
/freebsd/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"
/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
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"
/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()
65 const SCEV *BA = SE.getMinusSCEV(BS, AS); in alias()
80 const SCEV *AB = SE.getMinusSCEV(AS, BS); in alias()
95 Value *BO = GetBaseValue(BS); in alias()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp129 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()
/freebsd/stand/efi/loader/arch/amd64/
H A Dtrap.c185 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(tss_pa, 2); 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()
301 status = BS->AllocatePages(AllocateAnyPages, in efi_redirect_exceptions()
H A Delf64_freebsd.c111 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1, in elf64_exec()
126 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3, in elf64_exec()
130 BS->FreePages(trampcode, 1); in elf64_exec()
167 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 9, in elf64_exec()
171 BS->FreePages(trampcode, 9); in elf64_exec()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h372 BufferByteStreamer BS; member
374 TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {} in TempBuffer()
382 ByteStreamer &getActiveStreamer() { return IsBuffering ? TmpBuf->BS : OutBS; } in getActiveStreamer()
399 DebugLocDwarfExpression(unsigned DwarfVersion, BufferByteStreamer &BS, in DebugLocDwarfExpression() argument
401 : DwarfExpression(DwarfVersion, CU), OutBS(BS) {} in DebugLocDwarfExpression()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp223 std::vector<R600InstrInfo::BankSwizzle> &BS, in isBundlableWithCurrentPMI() argument
263 PV, BS, isTransSlot)) { in isBundlableWithCurrentPMI()
291 std::vector<R600InstrInfo::BankSwizzle> BS; in addToPacket() local
294 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) { in addToPacket()
299 MI->getOperand(Op).setImm(BS[i]); in addToPacket()
303 MI.getOperand(Op).setImm(BS.back()); in addToPacket()
/freebsd/contrib/ncurses/menu/
H A Dm_driver.c131 if (ch && ch != BS) in _nc_Match_Next_Character_In_Item_Name()
152 if (ch == BS) in _nc_Match_Next_Character_In_Item_Name()
187 assert(ch == 0 || ch == BS); in _nc_Match_Next_Character_In_Item_Name()
191 if (ch && ch != BS && menu->pindex > 0) in _nc_Match_Next_Character_In_Item_Name()
421 result = _nc_Match_Next_Character_In_Item_Name(menu, BS, &item); in menu_driver()
/freebsd/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c215 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1, in elf64_exec()
239 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3, in elf64_exec()
243 BS->FreePages(trampcode, 1); in elf64_exec()
280 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 9, in elf64_exec()
284 BS->FreePages(trampcode, 9); in elf64_exec()

12345