Symbol: BS
sys/arch/amiga/dev/ite.c
1588
case BS:
sys/arch/amiga/dev/ite.c
2068
case BS:
sys/arch/atari/dev/ite.c
1685
case BS:
sys/arch/atari/dev/ite.c
2200
case BS:
sys/arch/i386/stand/efiboot/boot.c
862
status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
sys/arch/i386/stand/efiboot/bootia32/efibootia32.c
52
status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateMaxAddress,
sys/arch/i386/stand/efiboot/bootia32/efibootia32.c
62
status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateMaxAddress,
sys/arch/i386/stand/efiboot/bootx64/efibootx64.c
52
status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateMaxAddress,
sys/arch/i386/stand/efiboot/bootx64/efibootx64.c
62
status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateMaxAddress,
sys/arch/i386/stand/efiboot/efiboot.c
127
status = uefi_call_wrapper(BS->ExitBootServices, 2, IH, MapKey);
sys/arch/i386/stand/efiboot/efiboot.c
132
status = uefi_call_wrapper(BS->ExitBootServices, 2, IH, MapKey);
sys/arch/i386/stand/efiboot/efiboot.c
155
status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateMaxAddress,
sys/arch/i386/stand/efiboot/efiboot.c
70
status = uefi_call_wrapper(BS->HandleProtocol, 3, IH,
sys/arch/i386/stand/efiboot/efiboot.c
75
status = uefi_call_wrapper(BS->HandleProtocol, 3, efi_li->DeviceHandle,
sys/arch/i386/stand/efiboot/efiboot.c
99
status = uefi_call_wrapper(BS->SetWatchdogTimer, 4, 0, 0, 0, NULL);
sys/arch/i386/stand/efiboot/eficons.c
1062
uefi_call_wrapper(BS->SetTimer, 3, event, TimerCancel, 0);
sys/arch/i386/stand/efiboot/eficons.c
1063
uefi_call_wrapper(BS->SignalEvent, 1, timer);
sys/arch/i386/stand/efiboot/eficons.c
1073
status = uefi_call_wrapper(BS->CreateEvent, 5, EVT_TIMER, 0, NULL, NULL,
sys/arch/i386/stand/efiboot/eficons.c
1078
status = uefi_call_wrapper(BS->CreateEvent, 5,
sys/arch/i386/stand/efiboot/eficons.c
1082
uefi_call_wrapper(BS->CloseEvent, 1, timer);
sys/arch/i386/stand/efiboot/eficons.c
1086
status = uefi_call_wrapper(BS->SetTimer, 3, periodic, TimerPeriodic,
sys/arch/i386/stand/efiboot/eficons.c
1089
uefi_call_wrapper(BS->CloseEvent, 1, periodic);
sys/arch/i386/stand/efiboot/eficons.c
1090
uefi_call_wrapper(BS->CloseEvent, 1, timer);
sys/arch/i386/stand/efiboot/eficons.c
1094
uefi_call_wrapper(BS->SetTimer, 3, periodic, TimerCancel, 0);
sys/arch/i386/stand/efiboot/eficons.c
1095
uefi_call_wrapper(BS->CloseEvent, 1, periodic);
sys/arch/i386/stand/efiboot/eficons.c
1096
uefi_call_wrapper(BS->CloseEvent, 1, timer);
sys/arch/i386/stand/efiboot/eficons.c
1161
uefi_call_wrapper(BS->Stall, 1, 1000);
sys/arch/i386/stand/efiboot/eficons.c
897
status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
sys/arch/i386/stand/efiboot/eficons.c
923
status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
sys/arch/i386/stand/efiboot/efidelay.c
39
status = uefi_call_wrapper(BS->Stall, 1, us);
sys/arch/i386/stand/efiboot/efidisk.c
114
status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
sys/arch/i386/stand/efiboot/efidisk.c
130
status = uefi_call_wrapper(BS->HandleProtocol, 3,
sys/arch/i386/stand/efiboot/efimemory.c
339
status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateMaxAddress,
sys/arch/i386/stand/efiboot/efinet.c
343
status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
sys/arch/i386/stand/efiboot/efinet.c
359
status = uefi_call_wrapper(BS->OpenProtocol, 6, handles[i],
sys/arch/i386/stand/efiboot/efipxe.c
62
status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
sys/arch/i386/stand/efiboot/efipxe.c
72
status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
sys/arch/i386/stand/efiboot/efipxe.c
81
status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
sys/arch/ia64/include/efilib.h
33
extern EFI_BOOT_SERVICES *BS;
sys/arch/ia64/stand/efi/libefi/bootinfo.c
285
status = BS->GetMemoryMap(&bi->bi_memmap_size,
sys/arch/ia64/stand/efi/libefi/delay.c
42
if (BS->CreateEvent(EVT_TIMER, TPL_APPLICATION, 0, 0, &ev)
sys/arch/ia64/stand/efi/libefi/delay.c
47
BS->SetTimer(ev, TimerRelative, usecs * 10);
sys/arch/ia64/stand/efi/libefi/delay.c
48
BS->WaitForEvent(1, &ev, &junk);
sys/arch/ia64/stand/efi/libefi/efi.c
101
status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
sys/arch/ia64/stand/efi/libefi/efi.c
104
BS->Exit(IH, status, 0, NULL);
sys/arch/ia64/stand/efi/libefi/efi.c
110
status = BS->HandleProtocol(IH, &image_protocol, (VOID**)&img);
sys/arch/ia64/stand/efi/libefi/efi.c
41
EFI_BOOT_SERVICES *BS;
sys/arch/ia64/stand/efi/libefi/efi.c
82
BS->FreePages(heap, EFI_SIZE_TO_PAGES(heapsize));
sys/arch/ia64/stand/efi/libefi/efi.c
83
BS->Exit(IH, exit_code, 0, NULL);
sys/arch/ia64/stand/efi/libefi/efi.c
97
BS = ST->BootServices;
sys/arch/ia64/stand/efi/libefi/efi_console.c
81
BS->WaitForEvent(1, &conin->WaitForKey, &junk);
sys/arch/ia64/stand/efi/libefi/efi_console.c
91
return (BS->CheckEvent(conin->WaitForKey) == EFI_SUCCESS);
sys/arch/ia64/stand/efi/libefi/efifpswa.c
55
status = BS->LocateHandle(ByProtocol, &fpswaid, 0, &sz, &fpswa_handle);
sys/arch/ia64/stand/efi/libefi/efifpswa.c
59
status = BS->HandleProtocol(fpswa_handle, &fpswaid, (VOID **)&fpswa);
sys/arch/ia64/stand/efi/libefi/efifs.c
318
status = BS->LocateHandle(ByProtocol, &sfsid, 0, &sz, 0);
sys/arch/ia64/stand/efi/libefi/efifs.c
322
status = BS->LocateHandle(ByProtocol, &sfsid, 0,
sys/arch/ia64/stand/efi/libefi/efifs.c
68
status = BS->HandleProtocol(dev->d_handle, &sfsid, (VOID **)&sfs);
sys/arch/ia64/stand/efi/libefi/efinet.c
242
status = BS->LocateHandle(ByProtocol, &netid, 0, &sz, 0);
sys/arch/ia64/stand/efi/libefi/efinet.c
246
status = BS->LocateHandle(ByProtocol, &netid, 0, &sz, handles);
sys/arch/ia64/stand/efi/libefi/efinet.c
266
BS->HandleProtocol(handles[i], &netid,
sys/arch/ia64/stand/efi/libefi/exec.c
157
BS->GetMemoryMap(&size, NULL, &mapkey, &descsz, &descver);
sys/arch/ia64/stand/efi/libefi/exec.c
160
status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, pages,
sys/arch/ia64/stand/efi/libefi/exec.c
173
status = BS->ExitBootServices(IH, mapkey);
sys/arch/ia64/stand/ia64/efi/main.c
132
BS->HandleProtocol(IH, &imgid, (VOID**)&img);
sys/arch/ia64/stand/ia64/efi/main.c
166
BS->SetWatchdogTimer(0, 0, 0, NULL);
sys/arch/ia64/stand/ia64/efi/main.c
224
status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver);
sys/arch/ia64/stand/ia64/efi/main.c
230
status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver);
sys/arch/x68k/dev/ite.c
2224
case BS:
sys/kern/tty.c
160
O|BS, E|TB, E|NL, O|CC, E|VT, O|CR, O|CC, E|CC, /* bs - si */
sys/stand/efiboot/console.c
80
status = uefi_call_wrapper(BS->CheckEvent, 1, ST->ConIn->WaitForKey);
sys/stand/efiboot/efiblock.c
495
status = uefi_call_wrapper(BS->HandleProtocol, 3, efi_block[n],
sys/stand/efiboot/efiblock.c
505
status = uefi_call_wrapper(BS->HandleProtocol, 3, efi_block[n],
sys/stand/efiboot/efiboot.c
128
status = uefi_call_wrapper(BS->ExitBootServices, 2, IH, mapkey);
sys/stand/efiboot/efiboot.c
144
status = uefi_call_wrapper(BS->Exit, 4, IH, EFI_ABORTED, 0, NULL);
sys/stand/efiboot/efiboot.c
164
status = uefi_call_wrapper(BS->CreateEvent, 5, EVT_TIMER, TPL_APPLICATION, 0, 0, &delay_ev);
sys/stand/efiboot/efiboot.c
169
uefi_call_wrapper(BS->SetTimer, 3, delay_ev, TimerRelative, us * 10);
sys/stand/efiboot/efiboot.c
170
uefi_call_wrapper(BS->WaitForEvent, 3, 1, &delay_ev, &val);
sys/stand/efiboot/efiboot.c
78
status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateAnyPages, EfiLoaderData, sz, &heap_start);
sys/stand/efiboot/efiboot.c
83
status = uefi_call_wrapper(BS->HandleProtocol, 3, imageHandle, &LoadedImageProtocol, (void **)&efi_li);
sys/stand/efiboot/efiboot.c
86
status = uefi_call_wrapper(BS->HandleProtocol, 3, efi_li->DeviceHandle, &DevicePathProtocol, (void **)&efi_bootdp);
sys/stand/efiboot/efifdt.c
345
status = uefi_call_wrapper(BS->HandleProtocol, 3, gop_handle[n], &GraphicsOutputProtocol, (void **)&gop);
sys/stand/efiboot/efifdt.c
554
uefi_call_wrapper(BS->FreePages, 2, dtbo_addr,
sys/stand/efiboot/efifdt.c
662
uefi_call_wrapper(BS->FreePages, 2, rndseed_addr, EFI_SIZE_TO_PAGES(rndseed_size));
sys/stand/efiboot/efifdt.c
667
uefi_call_wrapper(BS->FreePages, 2, initrd_addr, EFI_SIZE_TO_PAGES(initrd_size));
sys/stand/efiboot/efifdt.c
672
uefi_call_wrapper(BS->FreePages, 2, dtb_addr, EFI_SIZE_TO_PAGES(dtb_size));
sys/stand/efiboot/efigetsecs.c
70
status = uefi_call_wrapper(BS->CreateEvent, 5, EVT_TIMER | EVT_NOTIFY_SIGNAL, TPL_CALLBACK,
sys/stand/efiboot/efigetsecs.c
74
status = uefi_call_wrapper(BS->SetTimer, 3, getsecs_ev, TimerPeriodic, 10000000); /* 1s in "100ns" units */
sys/stand/efiboot/efigop.c
47
status = uefi_call_wrapper(BS->HandleProtocol, 3,
sys/stand/efiboot/efinet.c
364
status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
sys/stand/efiboot/efinet.c
380
status = uefi_call_wrapper(BS->OpenProtocol, 6, handles[i],
sys/stand/efiboot/efipxe.c
62
status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
sys/stand/efiboot/efipxe.c
72
status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
sys/stand/efiboot/efipxe.c
81
status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
sys/stand/efiboot/efiwatchdog.c
39
uefi_call_wrapper(BS->SetWatchdogTimer, 4, timeout, code, 0, NULL);
sys/stand/efiboot/exec.c
142
status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateMaxAddress,
sys/stand/efiboot/exec.c
146
status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateAnyPages,
sys/stand/efiboot/exec.c
157
uefi_call_wrapper(BS->FreePages, 2, addr,
sys/stand/efiboot/exec.c
194
status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateMaxAddress, EfiLoaderData,
sys/stand/efiboot/exec.c
198
status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateAnyPages, EfiLoaderData,
sys/stand/efiboot/exec.c
227
uefi_call_wrapper(BS->FreePages, 2, addr, EFI_SIZE_TO_PAGES(alloc_size));
sys/stand/efiboot/exec.c
89
status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateMaxAddress, EfiLoaderData,
sys/stand/efiboot/exec.c
93
status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateAnyPages, EfiLoaderData,
usr.bin/col/col.c
188
case BS: /* can't go back further */
usr.bin/fpr/fpr.c
236
case BS:
usr.bin/fpr/fpr.c
366
putchar(BS);