Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/boot/efi/libefi/
H A Dtime_event.c50 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 Dlibefi.c34 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 Ddevpath.c76 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 Defi_driver_utils.c49 BS->ConnectController(handles[i], NULL, NULL, true); in connect_controllers()
64 status = BS->InstallMultipleProtocolInterfaces( in install_driver()
H A Ddelay.c38 BS->Stall(usecs); in delay()
H A Defi_console.c516 status = BS->LocateProtocol(&gEfiConsoleControlProtocolGuid, NULL, in efi_cons_init()
570 status = BS->OpenProtocol(ST->ConsoleInHandle, in efi_cons_init()
776 status = BS->CheckEvent(coninex->WaitForKeyEx); in efi_cons_poll()
783 status = BS->CheckEvent(conin->WaitForKey); in efi_cons_poll()
/illumos-gate/usr/src/test/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/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 Dzfs_rename_006_pos.ksh60 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 Dsetup.ksh47 log_must eval "dd if=$IF of=$OF 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"
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"
/illumos-gate/usr/src/boot/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()
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 Dmain.c928 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()
1257 status = BS->ProtocolsPerHandle(handle, &protocols, &nproto); in command_lsefi()
1275 BS->FreePool(protocols); in command_lsefi()
1343 (void) BS->FreePool(buf); in command_chain()
1349 (void) BS->FreePool(buf); in command_chain()
1367 (void) BS->UnloadImage(loaded_image); in command_chain()
1417 status = BS->StartImage(loaderhandle, NULL, NULL); in command_chain()
[all …]
H A Dbootinfo.c287 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 Dmemmap.c85 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 Dcopy.c193 status = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, in efi_loadaddr()
208 (void) BS->FreePages(addr, pages); in efi_free_loadaddr()
H A Dframebuffer.c275 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()
562 status = BS->LocateProtocol(&gEfiUgaDrawProtocolGuid, NULL, in efi_find_framebuffer()
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Defimd.c93 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/boot/efi/loader/arch/amd64/
H A Dtrap.c151 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 Delf64_freebsd.c136 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1, in elf64_exec()
144 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3, in elf64_exec()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsubshell.sh107 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 Dcr_put.c203 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()
H A Dcurses.c49 bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL, XB, XN, variable
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Denum-bitwise-mixed.c18 BS = (__force bits) 1, enumerator
/illumos-gate/usr/src/cmd/vntsd/
H A Dchars.h42 #define BS 8 /* supported */ macro

12