Searched refs:BS (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Ddelay.c42 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 Dlibefi.c37 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 Defipart.c93 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 Definet.c193 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 Defi_console.c514 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 Defimd.c74 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 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_001_pos.ksh94 log_must eval "dd if=${VOL_R_PATH}-new of=$VOLDATA 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.kshlib60 log_must eval "dd if=$DATA of=$VOL_R_PATH bs=$BS count=$CNT \
/illumos-gate/usr/src/cmd/vntsd/
H A Dchars.h42 #define BS 8 /* supported */ macro
H A Dcommon.c368 if (c == BS) {
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defilib.h34 extern EFI_BOOT_SERVICES *BS;
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsubshell.sh106 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 Dframebuffer.c198 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 Delf64_freebsd.c136 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1,
144 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3,
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.c51 bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL, XB, XN, variable
H A Dcr_put.c212 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 Dcr_tty.c38 &AM, &BS, &DA, &DB, &EO, &HC, &HZ, &IN, &MI,
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dmain.c118 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 Dcopy.c57 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
H A Dbootinfo.c287 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 Dmore.c1572 static char BS = '\b'; variable
1601 write (2, &BS, 1);
1605 write (2, &BS, 1);
1630 write (2, &BS, 1);

Completed in 100 milliseconds

12