Searched defs:interface (Results 1 - 24 of 24) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dbasetyps.h52 # define interface struct macro
58 # define DECLARE_INTERFACE(i) interface i
59 # define DECLARE_INTERFACE_(i,b) interface i : public b
68 typedef interface i { const struct i##Vtbl *lpVtbl; } i; \
73 typedef interface i { struct i##Vtbl *lpVtbl; } i; \
H A Dobjbase.h35 * Macros to define a COM interface
39 * header file definitions to provide both a C interface and a C++ object oriented
40 * interface to COM interfaces. The type of interface is selected automatically
41 * depending on the language but it is always possible to get the C interface in C++
46 * - the header file only defines the interface, the actual fields are defined
47 * separately in the C file implementing the interface.
95 * pointer. Defining this macro here saves us the trouble of having to repeat the interface
99 * - The DECLARE_INTERFACE declares all the structures necessary for the interface. We have to
100 * explicitly use the interface nam
195 #define interface macro
216 #define interface macro
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/image/
H A Defi_image.c121 void *interface; member in union:__anon15471
143 &loaded.interface, efi_image_handle,
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/linux/
H A Dtap.c51 /** Tap interface name */
52 char * interface; member in struct:tap_nic
73 strncpy(ifr.ifr_name, nic->interface, IFNAMSIZ);
74 DBGC(nic, "tap %p interface = '%s'\n", nic, nic->interface);
218 nic->interface = if_setting->value;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dbasetyps.h52 # define interface struct macro
58 # define DECLARE_INTERFACE(i) interface i
59 # define DECLARE_INTERFACE_(i,b) interface i : public b
68 typedef interface i { const struct i##Vtbl *lpVtbl; } i; \
73 typedef interface i { struct i##Vtbl *lpVtbl; } i; \
H A Dobjbase.h35 * Macros to define a COM interface
39 * header file definitions to provide both a C interface and a C++ object oriented
40 * interface to COM interfaces. The type of interface is selected automatically
41 * depending on the language but it is always possible to get the C interface in C++
46 * - the header file only defines the interface, the actual fields are defined
47 * separately in the C file implementing the interface.
95 * pointer. Defining this macro here saves us the trouble of having to repeat the interface
99 * - The DECLARE_INTERFACE declares all the structures necessary for the interface. We have to
100 * explicitly use the interface nam
236 #define interface macro
257 #define interface macro
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dinterface.h15 /** An object interface operation */
24 * Define an object interface operation
29 * @ret op Object interface operation
38 /** An object interface descriptor */
40 /** Offset of interface within containing object */
42 /** Number of interface operations */
44 /** Object interface operations */
46 /** Offset to pass-through interface, if present */
52 == ( ( struct interface * ) NULL ) ) \
57 * Define an object interface descripto
108 struct interface { struct
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_pci.c127 void *interface; member in union:__anon15765
131 void *interface; member in union:__anon15766
147 &pci_io.interface,
183 &path.interface,
279 void *interface; member in union:__anon15767
286 &pci_io.interface,
H A Defi_bofm.c30 * IBM BladeCenter Open Fabric Manager (BOFM) EFI interface
142 * EFI BOFM interface
172 void *interface; member in union:__anon15762
197 &bofm1.interface ) ) != 0 ) {
247 void *interface; member in union:__anon15763
251 void *interface; member in union:__anon15764
274 &bofm1.interface ) ) != 0 ) {
286 &bofm2.interface ) ) == 0 ) {
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86pciBus.h70 int interface; member in struct:pciBusRec
H A Dxf86str.h343 * required for the public interface should be added to xf86str.h, with
444 int interface; member in struct:__anon7656
757 * turns out to be the same as the subclass and programming interface
1159 * It is possible to register a module as providing a specific interface,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86pciBus.h70 int interface; member in struct:pciBusRec
H A Dxf86str.h343 * required for the public interface should be added to xf86str.h, with
444 int interface; member in struct:__anon8018
757 * turns out to be the same as the subclass and programming interface
1159 * It is possible to register a module as providing a specific interface,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86pciBus.h71 int interface; member in struct:pciBusRec
H A Dxf86str.h339 * required for the public interface should be added to xf86str.h, with
440 int interface; member in struct:__anon4809
753 * turns out to be the same as the subclass and programming interface
1155 * It is possible to register a module as providing a specific interface,
/vbox/src/VBox/Devices/PC/BIOS/
H A Dboot.c66 uint8_t interface; member in struct:__anon14980
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dhijack.c44 char interface[IF_NAMESIZE]; member in struct:hijack_options
102 static int hijack_open ( const char *interface, struct hijack *hijack ) { argument
105 /* Open interface via pcap */
107 hijack->pcap = pcap_open_live ( interface, SNAPLEN, 1, 0, errbuf );
110 interface, errbuf );
116 /* Set capture interface to non-blocking mode */
119 interface, errbuf );
127 "for %s\n", interface );
297 static int run_hijacker ( const char *interface, int fd ) { argument
303 logmsg ( LOG_INFO, "new connection for %s\n", interface );
355 open_listener( const char *interface, struct hijack_listener *listener ) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86pciBus.h44 int interface; member in struct:pciBusRec
H A Dxf86str.h246 * required for the public interface should be added to xf86str.h, with
347 int interface; member in struct:__anon3059
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86pciBus.h71 int interface; member in struct:pciBusRec
H A Dxf86str.h337 * required for the public interface should be added to xf86str.h, with
438 int interface; member in struct:__anon4382
1129 * It is possible to register a module as providing a specific interface,
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_header.c141 interface(TreeState *state) function
161 fprintf(state->file, "\n/* starting interface: %s */\n",
211 IDL_tree_error(state->tree, "interface %s lacks a uuid attribute\n",
224 * the interface. We detect that case, and emit a macro call that disables
237 /* The interface declaration itself. */
271 * class definitions that support this interface.
278 "interface. */\n", state->file);
321 "%%{ .. %%} code fragment within interface "
352 "behavior of this interface to another object. */\n"
420 "behavior of this interface t
[all...]
H A Dxpidl_java.c93 " * @see <a href=\"http://lxr.mozilla.org/mozilla/search?string=interface+%.*s\">\n"
156 IDL_tree interface = state->tree; local
158 char *interface_name = IDL_IDENT(IDL_INTERFACE(interface).ident).str;
161 if (!verify_interface_declaration(interface))
172 iid = IDL_tree_property_get(interface, "uuid");
174 iid = IDL_tree_property_get(IDL_INTERFACE(interface).ident, "uuid");
186 * Write "public interface <foo>"
189 fprintf(state->file, "public interface %s ", interface_name);
196 if ((iterator = IDL_INTERFACE(interface).inheritance_spec)) {
215 * Write interface constant
319 IDL_tree interface = state->tree; local
[all...]
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h5 * (COM interfaces), generated from XIDL (XML interface definition).
641 /* Returned when a given interface is not supported. */
687 * An "interface id" which can be used to uniquely identify a given
688 * interface.
777 #define interface struct macro
787 * generated for each interface) are 100% redundant, remove eventually. */
788 interface nsISupports; /* forward declaration */
789 interface nsIException; /* forward declaration */
790 interface nsIStackFrame; /* forward declaration */
791 interface nsIEventTarge
[all...]

Completed in 261 milliseconds