/illumos-gate/usr/src/boot/efi/libefi/ |
H A D | time_event.c | 50 BS->CreateEvent(EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK, in efi_time_init() 53 BS->SetTimer(time_event, TimerPeriodic, 10000000); in efi_time_init() 61 BS->SetTimer(time_event, TimerCancel, 0); in efi_time_fini() 62 BS->CloseEvent(time_event); in efi_time_fini()
|
H A D | libefi.c | 34 EFI_BOOT_SERVICES *BS; variable 54 return (BS->OpenProtocol(handle, protocol, interface, IH, NULL, in OpenProtocolByHandle() 76 status = BS->LocateHandle(ByProtocol, protocolguid, in efi_get_protocol_handles() 89 status = BS->LocateHandle(ByProtocol, protocolguid, in efi_get_protocol_handles()
|
H A D | devpath.c | 76 status = BS->CloseProtocol(handle, &gEfiDevicePathProtocolGuid, IH, in efi_close_devpath() 91 status = BS->LocateProtocol(&gEfiDevicePathToTextProtocolGuid, in efi_devpath_name() 107 BS->FreePool(text); in efi_free_devpath_name() 171 status = BS->LocateDevicePath(&gEfiDevicePathProtocolGuid, in efi_devpath_handle()
|
H A D | efi_driver_utils.c | 49 BS->ConnectController(handles[i], NULL, NULL, true); in connect_controllers() 64 status = BS->InstallMultipleProtocolInterfaces( in install_driver()
|
H A D | efi_console.c | 455 BS->FreePages((EFI_PHYSICAL_ADDRESS)(uintptr_t)shadow_fb, in efi_framebuffer_setup() 460 status = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, in efi_framebuffer_setup() 525 status = BS->OpenProtocol(ST->ConsoleInHandle, in efi_cons_probe() 562 status = BS->LocateProtocol(&gEfiConsoleControlProtocolGuid, NULL, in efi_cons_init() 796 status = BS->CheckEvent(coninex->WaitForKeyEx); in efi_cons_poll() 803 status = BS->CheckEvent(conin->WaitForKey); in efi_cons_poll()
|
H A D | delay.c | 38 BS->Stall(usecs); in delay()
|
H A D | efiserialio.c | 305 status = BS->OpenProtocol(handle, &gEfiSioProtocolGuid, in efi_get_sio_serial_name() 309 (void) BS->CloseProtocol(handle, &gEfiSioProtocolGuid, in efi_get_sio_serial_name() 393 status = BS->OpenProtocol(handle, &gEfiIsaIoProtocolGuid, in efi_get_isaio_serial_name() 411 (void) BS->CloseProtocol(handle, &gEfiIsaIoProtocolGuid, IH, NULL); in efi_get_isaio_serial_name() 622 status = BS->OpenProtocol(handle, &gEfiSerialIoProtocolGuid, in efi_serial_create_port()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/ |
H A D | zfs_rename_007_pos.ksh | 78 BS=512 ; CNT=2048 81 log_must dd if=/dev/random of=$SRC_FILE bs=$BS count=$CNT 122 log_must dd if=$SRC_FILE of=$obj bs=$BS count=$CNT 134 log_must dd if=$obj of=$DST_FILE bs=$BS count=$CNT 137 log_must dd if=$obj of=$DST_FILE bs=$BS count=$CNT 147 log_must dd if=$obj of=$DST_FILE bs=$BS count=$CNT
|
H A D | zfs_rename_006_pos.ksh | 60 log_must eval "dd if=$DATA of=$VOL_R_PATH bs=$BS count=$CNT >/dev/null 2>&1" 75 log_must eval "dd if=$input of=$VOLDATA bs=$BS count=$CNT >/dev/null 2>&1"
|
H A D | setup.ksh | 47 log_must eval "dd if=$IF of=$OF bs=$BS count=$CNT >/dev/null 2>&1"
|
H A D | zfs_rename_002_pos.ksh | 79 log_must eval "dd if=$VOL_R_PATH of=$VOLDATA bs=$BS count=$CNT >/dev/null 2>&1"
|
H A D | zfs_rename_001_pos.ksh | 94 log_must eval "dd if=${VOL_R_PATH}-new of=$VOLDATA bs=$BS count=$CNT >/dev/null 2>&1"
|
/illumos-gate/usr/src/boot/efi/loader/ |
H A D | efi_main.c | 41 BS->FreePages(heap, EFI_SIZE_TO_PAGES(heapsize)); in efi_exit() 42 BS->Exit(IH, exit_code, 0, NULL); in efi_exit() 83 BS = ST->BootServices; in efi_main() 89 status = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, in efi_main() 92 BS->Exit(IH, status, 0, NULL); in efi_main()
|
H A D | main.c | 928 BS->SetWatchdogTimer(0, 0, 0, NULL); in main() 1053 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver); in command_memmap() 1059 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in command_memmap() 1212 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer); in command_lsefi() 1223 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer); in command_lsefi() 1257 status = BS->ProtocolsPerHandle(handle, &protocols, &nproto); in command_lsefi() 1275 BS->FreePool(protocols); in command_lsefi() 1335 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf); in command_chain() 1343 (void) BS->FreePool(buf); in command_chain() 1348 status = BS->LoadImage(FALSE, IH, NULL, buf, st.st_size, &loaderhandle); in command_chain() [all …]
|
H A D | bootinfo.c | 287 BS->GetMemoryMap(&sz, NULL, &efi_mapkey, &mmsz, &mmver); in bi_load_efi_data() 291 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in bi_load_efi_data() 308 status = BS->GetMemoryMap(&sz, mm, &efi_mapkey, &mmsz, &mmver); in bi_load_efi_data() 314 status = BS->ExitBootServices(IH, efi_mapkey); in bi_load_efi_data() 323 BS->FreePages(addr, pages); in bi_load_efi_data()
|
H A D | memmap.c | 85 status = BS->GetMemoryMap(&size, efi_mmap, &key, &desc_size, NULL); in efi_getsmap() 87 status = BS->GetMemoryMap(&size, efi_mmap, &key, &desc_size, NULL); in efi_getsmap()
|
H A D | copy.c | 193 status = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, in efi_loadaddr() 208 (void) BS->FreePages(addr, pages); in efi_free_loadaddr()
|
H A D | framebuffer.c | 275 BS->FreePool(resattr); in efifb_uga_locate_framebuffer() 464 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid() 469 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid() 575 status = BS->LocateProtocol(&gEfiUgaDrawProtocolGuid, NULL, in efi_find_framebuffer()
|
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/ |
H A D | trap.c | 151 BS->FreePages(lidt_pa, EFI_SIZE_TO_PAGES(fw_idt.rd_limit)); in free_tables() 155 BS->FreePages(exc_stack_pa, 1); in free_tables() 159 BS->FreePages(tss_pa, in free_tables() 164 BS->FreePages(tss_pa, 2); in free_tables() 180 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_setup_tss() 217 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_redirect_exceptions() 225 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, 1, in efi_redirect_exceptions() 267 status = BS->AllocatePages(AllocateAnyPages, in efi_redirect_exceptions()
|
H A D | elf64_freebsd.c | 136 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1, in elf64_exec() 144 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3, in elf64_exec()
|
/illumos-gate/usr/src/boot/efi/loader/arch/i386/ |
H A D | efimd.c | 93 BS->GetMemoryMap(&sz, NULL, &mapkey, &mmsz, &mmver); in ldr_bootinfo() 97 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, pages, in ldr_bootinfo() 113 status = BS->GetMemoryMap(&sz, mm, &mapkey, &mmsz, &mmver); in ldr_bootinfo() 133 status = BS->ExitBootServices(IH, mapkey); in ldr_enter()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | subshell.sh | 107 integer BS=1024 nb=64 ss=60 bs no 108 for bs in $BS 1 114 set -- $(printf %.'$(($BS*$nb))'c x | dd bs='$bs') 119 …(( no == (BS * nb) )) || err_exit "shell hangs on command substitution output size >= $BS*$nb with… 122 for bs in $BS 1 129 set -- $(printf %.'$(($BS*$nb))'c x | dd bs='$bs' 2>/dev/null) 134 …(( no == (BS * nb) )) || err_exit "shell hangs on command substitution output size >= $BS*$nb with…
|
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | cr_put.c | 203 if (outcol - destcol <= i && (BS || BC)) in plod() 276 if (j > i + 1 || outcol > destcol && !BS && !BC) { in plod() 342 if (destcol - outcol > 4 && i < COLS && (BC || BS)) { in plod()
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | enum-bitwise-mixed.c | 18 BS = (__force bits) 1, enumerator
|
/illumos-gate/usr/src/cmd/vntsd/ |
H A D | chars.h | 42 #define BS 8 /* supported */ macro
|