Searched defs:bs (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/
H A Dedging.c34 * @v bs bottom
42 chtype ts, chtype bs, chtype tl,
63 _wputch(win,bs,WRAP);
41 wborder( WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br ) argument
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_driver.c108 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
128 if ( ( efirc = bs->InstallMultipleProtocolInterfaces (
H A Defi_timer.c54 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
57 if ( ( efirc = bs->Stall ( usecs ) ) != 0 ) {
H A Defi_umalloc.c45 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
57 if ( ( efirc = bs->AllocatePages ( AllocateAnyPages,
85 if ( ( efirc = bs->FreePages ( phys_addr, old_pages ) ) != 0 ){
H A Defi_init.c82 EFI_BOOT_SERVICES *bs; local
108 bs = systab->BootServices;
109 efirc = bs->OpenProtocol ( image_handle,
123 if ( ( efirc = bs->LocateProtocol ( &prot->u.guid, NULL,
153 if ( ( efirc = bs->CreateEvent ( EVT_SIGNAL_EXIT_BOOT_SERVICES,
H A Defi_download.c196 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
205 efirc = bs->InstallMultipleProtocolInterfaces (
227 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
229 bs->UninstallMultipleProtocolInterfaces (
H A Defi_pci.c123 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
145 if ( ( efirc = bs->OpenProtocol ( device,
181 if ( ( efirc = bs->OpenProtocol ( device,
198 bs->CloseProtocol ( device, &efi_device_path_protocol_guid,
203 bs->CloseProtocol ( device, &efi_pci_io_protocol_guid,
275 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
284 if ( ( efirc = bs->OpenProtocol ( efipci->device,
307 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
310 bs->CloseProtocol ( efipci->device, &efi_pci_io_protocol_guid,
322 EFI_BOOT_SERVICES *bs local
[all...]
H A Defi_console.c264 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
273 if ( ( efirc = bs->CheckEvent ( conin->WaitForKey ) ) == 0 )
H A Defi_bofm.c169 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
196 if ( ( efirc = bs->LocateProtocol ( &bofm1_protocol_guid, NULL,
244 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
273 if ( ( efirc = bs->LocateProtocol ( &bofm1_protocol_guid, NULL,
285 if ( ( efirc = bs->LocateProtocol ( &bofm2_protocol_guid, NULL,
H A Defi_snp.c720 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
736 bs->SignalEvent ( event );
1118 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
1162 if ( ( efirc = bs->CreateEvent ( EVT_NOTIFY_WAIT, TPL_NOTIFY,
1206 if ( ( efirc = bs->InstallMultipleProtocolInterfaces (
1261 bs->UninstallMultipleProtocolInterfaces (
1270 bs->CloseEvent ( snpdev->snp.WaitForPacket );
1308 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
1323 bs->UninstallMultipleProtocolInterfaces (
1331 bs
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/efi/
H A Dsnponly.c59 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
64 efirc = bs->OpenProtocol ( efi_loaded_image->DeviceHandle,
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxOemHookStatusCodeLib/
H A DVBoxOemHookStatusCodeLib.c138 BASE_LIST bs; local
158 else if ( ReportStatusCodeExtractDebugInfo(Data, &uErrorLevel, &bs, &pszFormat)
167 cch = AsciiBSPrint(szBuf, sizeof(szBuf), pszFormat, bs);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxAppleSim/
H A DCpu.c113 CpuUpdateDataHub(EFI_BOOT_SERVICES * bs, argument
124 Status = bs->LocateProtocol (&gEfiDataHubProtocolGuid, NULL, (VOID**)&DataHub);
/vbox/src/VBox/Devices/PC/ipxe/src/image/
H A Defi_image.c118 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
131 if ( ( efirc = bs->LoadImage ( FALSE, efi_image_handle, NULL,
142 efirc = bs->OpenProtocol ( handle, &efi_loaded_image_protocol_guid,
165 if ( ( efirc = bs->StartImage ( handle, &exit_data_size,
185 bs->UnloadImage ( handle );
198 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
203 if ( ( efirc = bs->LoadImage ( FALSE, efi_image_handle, NULL,
215 bs->UnloadImage ( handle );
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dstrtod.c87 Bigint *bd = NULL, *bs = NULL, *delta = NULL; /* pacify gcc */ local
541 bs = i2b(1);
542 if (bs == NULL)
599 bs = pow5mult(bs, bb5);
600 if (bs == NULL)
602 bb1 = mult(bs, bb);
624 bs = lshift(bs, bs2);
625 if (bs
978 Bfree(bs); variable
1014 Bfree(bs); variable
[all...]
H A Dstrtodg.c347 Bigint *ab, *bb, *bb1, *bd, *bd0, *bs, *delta, *rvb, *rvb0; local
718 bs = i2b(1);
719 if (bs == NULL)
750 bs = pow5mult(bs, bb5);
751 if (bs == NULL)
753 bb1 = mult(bs, bb);
778 bs = lshift(bs, bs2);
779 if (bs
[all...]
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_buffer.c755 CRBufferState *bs = &(g->buffer); local
767 bs->depthMask = b;
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcurses.h526 static inline int border ( chtype ls, chtype rs, chtype ts, chtype bs, argument
528 return wborder ( stdscr, ls, rs, ts, bs, tl, tr, bl, br );
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c1622 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local
2035 bs = i2b(1);
2091 bs = pow5mult(bs, bb5);
2092 bb1 = mult(bs, bb);
2103 bs = lshift(bs, bs2);
2107 i = cmp(delta, bs);
2137 if (cmp(delta, bs) <= 0)
2161 adj = ratio(delta, bs);
2452 Bfree(bs); variable
2488 Bfree(bs); variable
[all...]
/vbox/src/VBox/Devices/Storage/
H A DDevFdc.cpp148 BlockDriverState *bs; member in struct:fdrive_t
426 if (drv->bs != NULL && bdrv_is_inserted(drv->bs)) {
427 ro = bdrv_is_read_only(drv->bs);
428 bdrv_get_geometry_hint(drv->bs, &nb_heads, &max_track, &last_sect);
441 bdrv_get_geometry(drv->bs, &nb_sectors);
877 if (!fdctrl->drives[1].bs)
1092 if (!drv->bs)
1094 ret = bdrv_media_changed(drv->bs);
1541 if (cur_drv->bs
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c2145 Pixmap bs; local
2165 bs = XCreatePixmap(g_display, g_wnd, g_width, g_height, g_depth);
2167 XFillRectangle(g_display, bs, g_gc, 0, 0, g_width, g_height);
2168 XCopyArea(g_display, g_backstore, bs, g_gc, 0, 0, g_width, g_height, 0, 0);
2170 g_backstore = bs;

Completed in 137 milliseconds