/illumos-gate/usr/src/boot/sys/boot/efi/libefi/ |
H A D | delay.c | 42 if (BS->CreateEvent(EVT_TIMER, TPL_APPLICATION, 0, 0, &ev) 47 BS->SetTimer(ev, TimerRelative, usecs * 10); 48 BS->WaitForEvent(1, &ev, &junk);
|
H A D | libefi.c | 37 EFI_BOOT_SERVICES *BS; variable 78 BS->FreePages(heap, EFI_SIZE_TO_PAGES(heapsize)); 79 BS->Exit(IH, exit_code, 0, NULL); 96 BS = ST->BootServices; 99 status = BS->LocateProtocol(&console_control_protocol, NULL, 108 status = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 111 BS->Exit(IH, status, 0, NULL); 117 status = BS->HandleProtocol(IH, &image_protocol, (VOID**)&img);
|
H A D | efipart.c | 93 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz, 0); 96 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz, 116 status = BS->HandleProtocol(hin[n], &devpath_guid, 130 status = BS->HandleProtocol(hin[n], &blkio_guid, 153 status = BS->LocateDevicePath(&blkio_guid, &tmpdevpath, 190 status = BS->HandleProtocol(h, &blkio_guid, (void **)&blkio); 222 status = BS->HandleProtocol(h, &blkio_guid, (void **)&blkio);
|
H A D | efinet.c | 193 status = BS->HandleProtocol(h, &sn_guid, (VOID **)&nif->nif_devdata); 274 status = BS->LocateHandle(ByProtocol, &sn_guid, 0, &sz, 0); 277 status = BS->LocateHandle(ByProtocol, &sn_guid, 0, &sz, 309 status = BS->OpenProtocol(h, &sn_guid, (void **)&net,
|
H A D | efi_console.c | 514 BS->WaitForEvent(1, &conin->WaitForKey, &junk); 554 return (BS->CheckEvent(conin->WaitForKey) == EFI_SUCCESS);
|
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/i386/ |
H A D | efimd.c | 74 status = BS->LocateHandle(ByProtocol, &fpswa_guid, 0, &sz, &handle); 76 status = BS->HandleProtocol(handle, &fpswa_guid, &fpswa); 91 BS->GetMemoryMap(&sz, NULL, &mapkey, &mmsz, &mmver); 95 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, pages, 111 status = BS->GetMemoryMap(&sz, mm, &mapkey, &mmsz, &mmver); 131 status = BS->ExitBootServices(IH, mapkey);
|
/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_001_pos.ksh | 94 log_must eval "dd if=${VOL_R_PATH}-new of=$VOLDATA 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.kshlib | 60 log_must eval "dd if=$DATA of=$VOL_R_PATH bs=$BS count=$CNT \
|
/illumos-gate/usr/src/cmd/vntsd/ |
H A D | chars.h | 42 #define BS 8 /* supported */ macro
|
H A D | common.c | 368 if (c == BS) {
|
/illumos-gate/usr/src/boot/sys/boot/efi/include/ |
H A D | efilib.h | 34 extern EFI_BOOT_SERVICES *BS;
|
/illumos-gate/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 write size $bs -- expected $((BS*nb)), got ${no:-0}" 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* [all...] |
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/amd64/ |
H A D | framebuffer.c | 198 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, NULL); 202 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, buf); 212 status = BS->HandleProtocol(*hp, &pciio_guid, (void **)&pciio); 255 BS->FreePool(resattr); 435 status = BS->LocateProtocol(&gop_guid, NULL, (VOID **)&gop); 439 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga); 475 status = BS->LocateProtocol(&gop_guid, NULL, (VOID **)&gop); 544 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga);
|
H A D | elf64_freebsd.c | 136 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1, 144 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3,
|
/illumos-gate/usr/src/ucblib/libcurses/ |
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
|
H A D | cr_put.c | 212 if (outcol - destcol <= i && (BS || BC)) 285 if (j > i + 1 || outcol > destcol && !BS && !BC) { 351 if (destcol - outcol > 4 && i < COLS && (BC || BS)) {
|
H A D | cr_tty.c | 38 &AM, &BS, &DA, &DB, &EO, &HC, &HZ, &IN, &MI,
|
/illumos-gate/usr/src/boot/sys/boot/efi/loader/ |
H A D | main.c | 118 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, 0); 121 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, 137 status = BS->HandleProtocol(*walker, &devid, (VOID **)&path); 332 BS->HandleProtocol(IH, &imgid, (VOID**)&img); 363 BS->SetWatchdogTimer(0, 0, 0, NULL); 477 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver); 483 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); 691 printf(" BS"); 851 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer); 862 status = BS [all...] |
H A D | copy.c | 57 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
|
H A D | bootinfo.c | 287 BS->GetMemoryMap(&sz, NULL, &efi_mapkey, &mmsz, &mmver); 291 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, 308 status = BS->GetMemoryMap(&sz, mm, &efi_mapkey, &mmsz, &mmver); 314 status = BS->ExitBootServices(IH, efi_mapkey); 323 BS->FreePages(addr, pages);
|
/illumos-gate/usr/src/cmd/more/ |
H A D | more.c | 1572 static char BS = '\b'; variable 1601 write (2, &BS, 1); 1605 write (2, &BS, 1); 1630 write (2, &BS, 1);
|