Searched refs:bs (Results 1 - 25 of 72) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A DBootService.c26 #define SERVICE bs
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwintabx.h48 #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 Dwintabx.h48 #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 Dpixmap.h78 #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 Dpixmap.h87 #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 Dpixmap.h87 #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 Dpixmap.h87 #define EqualPixUnion(as, a, bs, b) \
88 ((as) == (bs) && (SamePixUnion (a, b, as)))
/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/Additions/x11/x11include/4.3/programs/Xserver/include/
H A Dpixmap.h77 #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 Dpixmap.h79 #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 Dpixmap.h79 #define EqualPixUnion(as, a, bs, b) \
80 ((as) == (bs) && (SamePixUnion (a, b, as)))
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
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_timer.c54 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 Dpixmap.h87 #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 Dpixmap.h87 #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 Dpixmap.h87 #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 Dpixmap.h87 #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 Dpixmap.h85 #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 Dpixmap.h85 #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 Dpixmap.h85 #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 Dpixmap.h87 #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 Dpixmap.h87 #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 Dpixmap.h87 #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 Dsnponly.c59 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; local
64 efirc = bs->OpenProtocol ( efi_loaded_image->DeviceHandle,

Completed in 225 milliseconds

123