Home
last modified time | relevance | path

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

12

/dragonfly/stand/boot/efi/loader/
H A Defi_main.c40 BS->FreePages(heap, EFI_SIZE_TO_PAGES(heapsize)); in efi_exit()
41 BS->Exit(IH, exit_code, 0, NULL); in efi_exit()
83 BS = ST->BootServices; in efi_main()
86 status = BS->LocateProtocol(&console_control_protocol, NULL, in efi_main()
97 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_main()
100 BS->Exit(IH, status, 0, NULL); in efi_main()
106 status = BS->HandleProtocol(IH, &image_protocol, (VOID**)&img); in efi_main()
H A Dbootinfo.c291 BS->GetMemoryMap(&sz, NULL, &efi_mapkey, &mmsz, &mmver); in bi_load_efi_data()
295 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in bi_load_efi_data()
312 status = BS->GetMemoryMap(&sz, mm, &efi_mapkey, &mmsz, &mmver); in bi_load_efi_data()
318 status = BS->ExitBootServices(IH, efi_mapkey); in bi_load_efi_data()
327 BS->FreePages(addr, pages); in bi_load_efi_data()
H A Dcopy.c58 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_copy_init()
66 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_copy_init()
H A Dmain.c125 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, 0); in has_keyboard()
128 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, in has_keyboard()
355 BS->SetWatchdogTimer(0, 0, 0, NULL); in main()
473 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver); in command_memmap()
479 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver); in command_memmap()
/dragonfly/contrib/file/magic/Magdir/
H A Ddact8 >5 byte >-1 $BS%i.
9 >6 byte >-1 $BS%i)
10 >7 long >0 $BS, original size: %i bytes
11 >15 long >30 $BS, block size: %i bytes
/dragonfly/stand/boot/efi/boot1/
H A Dboot1.c73 if (BS->AllocatePool(EfiLoaderData, len, &out) == EFI_SUCCESS)
82 (void)BS->FreePool(buf);
462 status = BS->StartImage(loaderhandle, NULL, NULL); in try_boot()
478 (void)BS->FreePool(buf); in try_boot()
480 (void)BS->FreePool(loaderbuf); in try_boot()
533 status = BS->AllocatePool(EfiLoaderData, sizeof(*devinfo), in probe_handle()
550 (void)BS->FreePool(devinfo); in probe_handle()
606 BS = ST->BootServices; in efi_main()
610 status = BS->LocateProtocol(&ConsoleControlGUID, NULL, in efi_main()
666 (void)BS->FreePool(handles); in efi_main()
[all …]
H A Dufs_module.c98 status = BS->AllocatePool(EfiLoaderData, label_size, (void **)&label); in init_dev()
106 BS->FreePool(label); in init_dev()
149 if ((status = BS->AllocatePool(EfiLoaderData, size, &buf)) != in load()
160 (void)BS->FreePool(buf); in load()
H A Dboot_module.h40 #define DSTALL(d) BS->Stall(d)
/dragonfly/stand/boot/efi/libefi/
H A Ddelay.c40 if (BS->CreateEvent(EVT_TIMER, TPL_APPLICATION, 0, 0, &ev) in delay()
45 BS->SetTimer(ev, TimerRelative, usecs * 10); in delay()
46 BS->WaitForEvent(1, &ev, &junk); in delay()
H A Defipart.c76 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz, 0); in efipart_init()
79 status = BS->LocateHandle(ByProtocol, &blkio_guid, 0, &sz, in efipart_init()
133 status = BS->LocateDevicePath(&blkio_guid, &tmpdevpath, in efipart_init()
211 status = BS->AllocatePool(EfiLoaderData, label_size, (void **)&label); in efipart_open()
224 BS->FreePool(label); in efipart_open()
H A Dlibefi.c34 EFI_BOOT_SERVICES *BS; variable
54 return (BS->OpenProtocol(handle, protocol, interface, IH, NULL, in OpenProtocolByHandle()
H A Definet.c274 status = BS->LocateHandle(ByProtocol, &sn_guid, 0, &sz, 0); in efinet_dev_init()
277 status = BS->LocateHandle(ByProtocol, &sn_guid, 0, &sz, in efinet_dev_init()
309 status = BS->OpenProtocol(h, &sn_guid, (void **)&net, in efinet_dev_init()
H A Defi_console.c435 BS->WaitForEvent(1, &conin->WaitForKey, &junk); in efi_cons_getchar()
451 return (BS->CheckEvent(conin->WaitForKey) == EFI_SUCCESS); in efi_cons_poll()
/dragonfly/stand/boot/efi/loader/arch/x86_64/
H A Dframebuffer.c196 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, NULL); in efifb_uga_get_pciio()
200 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, buf); in efifb_uga_get_pciio()
254 BS->FreePool(resattr); in efifb_uga_locate_framebuffer()
434 status = BS->LocateProtocol(&gop_guid, NULL, (VOID **)&gop); in efi_find_framebuffer()
438 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga); in efi_find_framebuffer()
474 status = BS->LocateProtocol(&gop_guid, NULL, (VOID **)&gop); in command_gop()
543 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga); in command_uga()
H A Delf64_freebsd.c131 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1, in elf64_exec()
139 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3, in elf64_exec()
/dragonfly/stand/boot/efi/include/
H A Defilib.h34 extern EFI_BOOT_SERVICES *BS;
/dragonfly/contrib/ncurses/misc/
H A Dgen_edit.sh46 : ${XTERM_KBS=BS}
/dragonfly/usr.bin/col/
H A Dcol.c49 #define BS '\b' /* backspace */ macro
171 case BS: /* can't go back further */ in main()
/dragonfly/usr.sbin/kbdcontrol/
H A Dlex.l83 BS|bs { number = 8; return TNUM; }
/dragonfly/nrelease/gui/root/.vim/plugin/
H A Dminibufexpl.vim304 noremap <unique> <script> <Plug>CMiniBufExplorer :call <SID>StopExplorer(1)<CR>:<BS>
305 noremap <unique> <script> <Plug>UMiniBufExplorer :call <SID>AutoUpdate(-1)<CR>:<BS>
306 noremap <unique> <script> <Plug>TMiniBufExplorer :call <SID>ToggleExplorer()<CR>:<BS>
506 noremap <C-TAB> :call <SID>CycleBuffer(1)<CR>:<BS>
507 noremap <C-S-TAB> :call <SID>CycleBuffer(0)<CR>:<BS>
668 nnoremap <buffer> <CR> :call <SID>MBESelectBuffer()<CR>:<BS>
671 nnoremap <buffer> <2-LEFTMOUSE> :call <SID>MBEDoubleClick()<CR>:<BS>
674 nnoremap <buffer> d :call <SID>MBEDeleteBuffer()<CR>:<BS>
677 nnoremap <buffer> p :wincmd p<CR>:<BS>
687 nnoremap <buffer> <TAB> :call search('\[[0-9]*:[^\]]*\]')<CR>:<BS>
[all …]
/dragonfly/sys/contrib/dev/acpica/source/include/platform/
H A Dacefi.h411 extern struct _ACPI_EFI_BOOT_SERVICES *BS;
/dragonfly/share/zoneinfo/
H A Diso3166.tab57 BS Bahamas
H A Dzone.tab105 BS +2505-07721 America/Nassau
/dragonfly/contrib/byacc/
H A Ddefs.h79 #define BS '\b' /* backspace */ macro
/dragonfly/sys/kern/
H A Dtty.c139 #define BS BACKSPACE macro
150 O|BS, E|TB, E|NL, O|CC, E|VT, O|CR, O|CC, E|CC, /* bs - si */
186 #undef BS

12