/titanic_51/usr/src/boot/sys/boot/efi/loader/arch/i386/ |
H A D | efimd.c | 74 status = BS->LocateHandle(ByProtocol, &fpswa_guid, 0, &sz, &handle); in ldr_bootinfo() 76 status = BS->HandleProtocol(handle, &fpswa_guid, &fpswa); in ldr_bootinfo() 91 BS->GetMemoryMap(&sz, NULL, &mapkey, &mmsz, &mmver); in ldr_bootinfo() 95 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, pages, in ldr_bootinfo() 111 status = BS->GetMemoryMap(&sz, mm, &mapkey, &mmsz, &mmver); in ldr_bootinfo() 131 status = BS->ExitBootServices(IH, mapkey); in ldr_enter()
|
/titanic_51/usr/src/boot/sys/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, 100000); 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 | 36 EFI_BOOT_SERVICES *BS; variable 77 BS->FreePages(heap, EFI_SIZE_TO_PAGES(heapsize)); in exit() 78 BS->Exit(IH, exit_code, 0, NULL); in exit() 97 BS = ST->BootServices; in efi_main() 100 status = BS->LocateProtocol(&console_control_protocol, NULL, in efi_main() 123 status = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, in efi_main() 126 BS->Exit(IH, status, 0, NULL); in efi_main() 144 status = BS->HandleProtocol(IH, &image_protocol, (VOID**)&img); in efi_main()
|
H A D | delay.c | 42 if (BS->CreateEvent(EVT_TIMER, TPL_APPLICATION, 0, 0, &ev) in delay() 47 BS->SetTimer(ev, TimerRelative, usecs * 10); in delay() 48 BS->WaitForEvent(1, &ev, &junk); in delay()
|
H A D | devpath.c | 44 status = BS->HandleProtocol(handle, &ImageDevicePathGUID, in efi_lookup_image_devpath() 57 status = BS->HandleProtocol(handle, &DevicePathGUID, (VOID **)&devpath); in efi_lookup_devpath() 72 status = BS->LocateProtocol(&DevicePathToTextGUID, NULL, in efi_devpath_name() 88 BS->FreePool(text); in efi_free_devpath_name() 135 status = BS->LocateDevicePath(&DevicePathGUID, &devpath, &h); in efi_devpath_handle()
|
H A D | efipart.c | 147 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz, hin); in efipart_inithandles() 150 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz, in efipart_inithandles() 232 status = BS->HandleProtocol(efipart_handles[i], in efipart_hdd() 376 status = BS->HandleProtocol(efipart_handles[i], in efipart_updatecd() 393 status = BS->LocateDevicePath(&blkio_guid, &tmpdevpath, in efipart_updatecd() 624 status = BS->HandleProtocol(efipart_handles[i], in efipart_updatehd() 641 status = BS->LocateDevicePath(&blkio_guid, &tmpdevpath, in efipart_updatehd() 716 status = BS->HandleProtocol(h, &blkio_guid, (void **)&blkio); in efipart_print_common() 817 status = BS->HandleProtocol(pd->pd_handle, &blkio_guid, in efipart_open()
|
H A D | efinet.c | 197 status = BS->HandleProtocol(h, &sn_guid, (VOID **)&nif->nif_devdata); in efinet_init() 282 status = BS->LocateHandle(ByProtocol, &sn_guid, NULL, &sz, NULL); in efinet_dev_init() 285 status = BS->LocateHandle(ByProtocol, &sn_guid, NULL, &sz, in efinet_dev_init() 314 status = BS->OpenProtocol(handles[i], &sn_guid, (void **)&net, in efinet_dev_init()
|
/titanic_51/usr/src/boot/sys/boot/efi/loader/ |
H A D | main.c | 87 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, 0); in has_keyboard() 90 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, in has_keyboard() 106 status = BS->HandleProtocol(*walker, &devid, (VOID **)&path); in has_keyboard() 442 BS->HandleProtocol(IH, &imgid, (VOID**)&img); in main() 467 BS->SetWatchdogTimer(0, 0, 0, NULL); in main() 517 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver); in command_memmap() 523 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in command_memmap() 678 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer); in command_lsefi() 689 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer); in command_lsefi() 708 status = BS in command_lsefi() [all...] |
H A D | bootinfo.c | 286 BS->GetMemoryMap(&sz, NULL, &efi_mapkey, &mmsz, &mmver); in bi_load_efi_data() 290 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in bi_load_efi_data() 307 status = BS->GetMemoryMap(&sz, mm, &efi_mapkey, &mmsz, &mmver); in bi_load_efi_data() 313 status = BS->ExitBootServices(IH, efi_mapkey); in bi_load_efi_data() 322 BS->FreePages(addr, pages); in bi_load_efi_data()
|
H A D | copy.c | 78 status = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, in efi_loadaddr() 93 (void) BS->FreePages(addr, pages); in efi_free_loadaddr()
|
H A D | memmap.c | 84 status = BS->GetMemoryMap(&size, efi_mmap, &key, &desc_size, NULL); in efi_getsmap() 86 status = BS->GetMemoryMap(&size, efi_mmap, &key, &desc_size, NULL); in efi_getsmap()
|
H A D | comconsole.c | 127 status = BS->LocateHandle(ByProtocol, &serial, NULL, &bufsz, handles); in efi_serial_init() 138 status = BS->LocateHandle(ByProtocol, &serial, NULL, &bufsz, handles); in efi_serial_init() 189 status = BS->OpenProtocol(handles[port->ioaddr], in comc_probe()
|
/titanic_51/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 | 55 log_must eval "$DD if=$DATA of=$VOL_R_PATH bs=$BS count=$CNT >/dev/null 2>&1" 67 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 | 74 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 | 89 log_must eval "$DD if=${VOL_R_PATH}-new of=$VOLDATA bs=$BS count=$CNT >/dev/null 2>&1"
|
/titanic_51/usr/src/lib/libshell/common/tests/ |
H A D | subshell.sh | 106 integer BS=1024 nb=64 ss=60 bs no 107 for bs in $BS 1 113 set -- $(printf %.'$(($BS*$nb))'c x | dd bs='$bs') 118 …(( no == (BS * nb) )) || err_exit "shell hangs on command substitution output size >= $BS*$nb with… 121 for bs in $BS 1 128 set -- $(printf %.'$(($BS*$nb))'c x | dd bs='$bs' 2>/dev/null) 133 …(( no == (BS * nb) )) || err_exit "shell hangs on command substitution output size >= $BS*$nb with…
|
/titanic_51/usr/src/boot/sys/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, EFI_SIZE_TO_PAGES(sizeof(struct 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 | framebuffer.c | 198 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, NULL); in efifb_uga_get_pciio() 202 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, buf); in efifb_uga_get_pciio() 212 status = BS->HandleProtocol(*hp, &pciio_guid, (void **)&pciio); in efifb_uga_get_pciio() 255 BS->FreePool(resattr); in efifb_uga_locate_framebuffer() 435 status = BS->LocateProtocol(&gop_guid, NULL, (VOID **)&gop); in efi_find_framebuffer() 439 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga); in efi_find_framebuffer() 475 status = BS->LocateProtocol(&gop_guid, NULL, (VOID **)&gop); in command_gop() 544 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga); in command_uga()
|
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()
|
/titanic_51/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 write size $bs -- expected $((BS*nb)), got ${no:-0}" 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* [all...] |
/titanic_51/usr/src/ucblib/libcurses/ |
H A D | cr_put.c | 212 if (outcol - destcol <= i && (BS || BC)) in plod() 285 if (j > i + 1 || outcol > destcol && !BS && !BC) { in plod() 351 if (destcol - outcol > 4 && i < COLS && (BC || BS)) { in plod()
|
H A D | curses.c | 51 bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL, XB, XN, variable
|
/titanic_51/usr/src/cmd/vntsd/ |
H A D | chars.h | 42 #define BS 8 /* supported */ macro
|