/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/ |
H A D | BootService.c | 26 #define SERVICE bs
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | wintabx.h | 48 #define FORWARD__WT_PACKET(hwnd, bs, hCtx, sn, fn) \ 49 (void)(fn)((hwnd), _WT_PACKET(bs), (WPARAM)(UINT)(sn), (LPARAM)(HCTX)(hCtx)) 56 #define FORWARD__WT_CTXOPEN(hwnd, bs, hCtx, sf, fn) \ 57 (void)(fn)((hwnd), _WT_CTXOPEN(bs), (WPARAM)(HCTX)(hCtx), (LPARAM)(UINT)(sf)) 64 #define FORWARD__WT_CTXCLOSE(hwnd, bs, hCtx, sf, fn) \ 65 (void)(fn)((hwnd), _WT_CTXCLOSE(bs), (WPARAM)(HCTX)(hCtx), (LPARAM)(UINT)(sf)) 72 #define FORWARD__WT_CTXUPDATE(hwnd, bs, hCtx, sf, fn) \ 73 (void)(fn)((hwnd), _WT_CTXUPDATE(bs), (WPARAM)(HCTX)(hCtx), (LPARAM)(UINT)(sf)) 80 #define FORWARD__WT_CTXOVERLAP(hwnd, bs, hCtx, sf, fn) \ 81 (void)(fn)((hwnd), _WT_CTXOVERLAP(bs), (WPARA [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | wintabx.h | 48 #define FORWARD__WT_PACKET(hwnd, bs, hCtx, sn, fn) \ 49 (void)(fn)((hwnd), _WT_PACKET(bs), (WPARAM)(UINT)(sn), (LPARAM)(HCTX)(hCtx)) 56 #define FORWARD__WT_CTXOPEN(hwnd, bs, hCtx, sf, fn) \ 57 (void)(fn)((hwnd), _WT_CTXOPEN(bs), (WPARAM)(HCTX)(hCtx), (LPARAM)(UINT)(sf)) 64 #define FORWARD__WT_CTXCLOSE(hwnd, bs, hCtx, sf, fn) \ 65 (void)(fn)((hwnd), _WT_CTXCLOSE(bs), (WPARAM)(HCTX)(hCtx), (LPARAM)(UINT)(sf)) 72 #define FORWARD__WT_CTXUPDATE(hwnd, bs, hCtx, sf, fn) \ 73 (void)(fn)((hwnd), _WT_CTXUPDATE(bs), (WPARAM)(HCTX)(hCtx), (LPARAM)(UINT)(sf)) 80 #define FORWARD__WT_CTXOVERLAP(hwnd, bs, hCtx, sf, fn) \ 81 (void)(fn)((hwnd), _WT_CTXOVERLAP(bs), (WPARA [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | pixmap.h | 78 #define EqualPixUnion(as, a, bs, b) \ 79 ((as) == (bs) && (SamePixUnion (a, b, as)))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | pixmap.h | 87 #define EqualPixUnion(as, a, bs, b) \ 88 ((as) == (bs) && (SamePixUnion (a, b, as)))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | pixmap.h | 87 #define EqualPixUnion(as, a, bs, b) \ 88 ((as) == (bs) && (SamePixUnion (a, b, as)))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | pixmap.h | 87 #define EqualPixUnion(as, a, bs, b) \ 88 ((as) == (bs) && (SamePixUnion (a, b, as)))
|
/vbox/src/VBox/Devices/PC/ipxe/src/image/ |
H A D | efi_image.c | 118 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/Additions/x11/x11include/4.3/programs/Xserver/include/ |
H A D | pixmap.h | 77 #define EqualPixUnion(as, a, bs, b) \ 78 ((as) == (bs) && (SamePixUnion (a, b, as)))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | pixmap.h | 79 #define EqualPixUnion(as, a, bs, b) \ 80 ((as) == (bs) && (SamePixUnion (a, b, as)))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | pixmap.h | 79 #define EqualPixUnion(as, a, bs, b) \ 80 ((as) == (bs) && (SamePixUnion (a, b, as)))
|
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/ |
H A D | efi_umalloc.c | 45 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 D | efi_init.c | 82 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 D | efi_timer.c | 54 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local 57 if ( ( efirc = bs->Stall ( usecs ) ) != 0 ) {
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | pixmap.h | 87 #define EqualPixUnion(as, a, bs, b) \ 88 ((as) == (bs) && (SamePixUnion (a, b, as)))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | pixmap.h | 87 #define EqualPixUnion(as, a, bs, b) \ 88 ((as) == (bs) && (SamePixUnion (a, b, as)))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | pixmap.h | 87 #define EqualPixUnion(as, a, bs, b) \ 88 ((as) == (bs) && (SamePixUnion (a, b, as)))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | pixmap.h | 87 #define EqualPixUnion(as, a, bs, b) \ 88 ((as) == (bs) && (SamePixUnion (a, b, as)))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | pixmap.h | 85 #define EqualPixUnion(as, a, bs, b) \ 86 ((as) == (bs) && (SamePixUnion (a, b, as)))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | pixmap.h | 85 #define EqualPixUnion(as, a, bs, b) \ 86 ((as) == (bs) && (SamePixUnion (a, b, as)))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | pixmap.h | 85 #define EqualPixUnion(as, a, bs, b) \ 86 ((as) == (bs) && (SamePixUnion (a, b, as)))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | pixmap.h | 87 #define EqualPixUnion(as, a, bs, b) \ 88 ((as) == (bs) && (SamePixUnion (a, b, as)))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | pixmap.h | 87 #define EqualPixUnion(as, a, bs, b) \ 88 ((as) == (bs) && (SamePixUnion (a, b, as)))
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | pixmap.h | 87 #define EqualPixUnion(as, a, bs, b) \ 88 ((as) == (bs) && (SamePixUnion (a, b, as)))
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/efi/ |
H A D | snponly.c | 59 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local 64 efirc = bs->OpenProtocol ( efi_loaded_image->DeviceHandle,
|