Searched refs:tag (Results 1 - 25 of 212) sorted by relevance

123456789

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A DPci.h141 #define PCI_DOM_FROM_TAG(tag) (((tag) >> 24) & (PCI_DOM_MASK))
142 #define PCI_BUS_FROM_TAG(tag) (((tag) >> 16) & (PCI_DOMBUS_MASK))
143 #define PCI_DEV_FROM_TAG(tag) (((tag) & 0x0000f800u) >> 11)
144 #define PCI_FUNC_FROM_TAG(tag) (((tag) & 0x00000700u) >> 8)
146 #define PCI_DFN_FROM_TAG(tag) (((tag)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A DPci.h141 #define PCI_DOM_FROM_TAG(tag) (((tag) >> 24) & (PCI_DOM_MASK))
142 #define PCI_BUS_FROM_TAG(tag) (((tag) >> 16) & (PCI_DOMBUS_MASK))
143 #define PCI_DEV_FROM_TAG(tag) (((tag) & 0x0000f800u) >> 11)
144 #define PCI_FUNC_FROM_TAG(tag) (((tag) & 0x00000700u) >> 8)
146 #define PCI_DFN_FROM_TAG(tag) (((tag)
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dvlan.h22 * Extract VLAN tag from tag control information
25 * @ret tag VLAN tag
30 * Extract VLAN priority from tag control information
38 * Construct VLAN tag control information
40 * @v tag VLAN tag
44 #define VLAN_TCI( tag, priority ) ( ( (priority) << 13 ) | (tag) )
[all...]
H A Ddhcpopts.h31 extern int dhcpopt_applies ( unsigned int tag );
32 extern int dhcpopt_store ( struct dhcp_options *options, unsigned int tag,
34 extern int dhcpopt_fetch ( struct dhcp_options *options, unsigned int tag,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A DPci.h141 #define PCI_DOM_FROM_TAG(tag) (((tag) >> 24) & (PCI_DOM_MASK))
142 #define PCI_BUS_FROM_TAG(tag) (((tag) >> 16) & (PCI_DOMBUS_MASK))
143 #define PCI_DEV_FROM_TAG(tag) (((tag) & 0x0000f800u) >> 11)
144 #define PCI_FUNC_FROM_TAG(tag) (((tag) & 0x00000700u) >> 8)
146 #define PCI_DFN_FROM_TAG(tag) (((tag)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A DPci.h147 #define PCI_DOM_FROM_TAG(tag) (((tag) >> 24) & (PCI_DOM_MASK))
148 #define PCI_BUS_FROM_TAG(tag) (((tag) >> 16) & (PCI_DOMBUS_MASK))
149 #define PCI_DEV_FROM_TAG(tag) (((tag) & 0x0000f800u) >> 11)
150 #define PCI_FUNC_FROM_TAG(tag) (((tag) & 0x00000700u) >> 8)
152 #define PCI_DFN_FROM_TAG(tag) (((tag)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A DPci.h136 #define PCI_DOM_FROM_TAG(tag) (((tag) >> 24) & (PCI_DOM_MASK))
137 #define PCI_BUS_FROM_TAG(tag) (((tag) >> 16) & (PCI_DOMBUS_MASK))
138 #define PCI_DEV_FROM_TAG(tag) (((tag) & 0x0000f800u) >> 11)
139 #define PCI_FUNC_FROM_TAG(tag) (((tag) & 0x00000700u) >> 8)
143 #define PCI_TAG_NO_DOMAIN(tag) ((tag)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglxutil.h37 GLXContextTag tag);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglxutil.h38 extern DrawablePtr __glXLookupDrawableByTag(__GLXclientState *cl, GLXContextTag tag);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dglxutil.h38 extern DrawablePtr __glXLookupDrawableByTag(__GLXclientState *cl, GLXContextTag tag);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dglxutil.h38 extern DrawablePtr __glXLookupDrawableByTag(__GLXclientState *cl, GLXContextTag tag);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dglxutil.h39 GLXContextTag tag);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DPci.h147 #define PCI_DOM_FROM_TAG(tag) (((tag) >> 24) & (PCI_DOM_MASK))
148 #define PCI_BUS_FROM_TAG(tag) (((tag) >> 16) & (PCI_DOMBUS_MASK))
149 #define PCI_DEV_FROM_TAG(tag) (((tag) & 0x0000f800u) >> 11)
150 #define PCI_FUNC_FROM_TAG(tag) (((tag) & 0x00000700u) >> 8)
152 #define PCI_DFN_FROM_TAG(tag) (((tag)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DPci.h147 #define PCI_DOM_FROM_TAG(tag) (((tag) >> 24) & (PCI_DOM_MASK))
148 #define PCI_BUS_FROM_TAG(tag) (((tag) >> 16) & (PCI_DOMBUS_MASK))
149 #define PCI_DEV_FROM_TAG(tag) (((tag) & 0x0000f800u) >> 11)
150 #define PCI_FUNC_FROM_TAG(tag) (((tag) & 0x00000700u) >> 8)
152 #define PCI_DFN_FROM_TAG(tag) (((tag)
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/bus/
H A DPci.h119 #define PCI_DOM_FROM_TAG(tag) (((tag) >> 24) & (PCI_DOM_MASK))
120 #define PCI_BUS_FROM_TAG(tag) (((tag) >> 16) & (PCI_DOMBUS_MASK))
121 #define PCI_DEV_FROM_TAG(tag) (((tag) & 0x0000f800u) >> 11)
122 #define PCI_FUNC_FROM_TAG(tag) (((tag) & 0x00000700u) >> 8)
124 #define PCI_DFN_FROM_TAG(tag) (((tag)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DPci.h148 #define PCI_DOM_FROM_TAG(tag) (((tag) >> 24) & (PCI_DOM_MASK))
149 #define PCI_BUS_FROM_TAG(tag) (((tag) >> 16) & (PCI_DOMBUS_MASK))
150 #define PCI_DEV_FROM_TAG(tag) (((tag) & 0x0000f800u) >> 11)
151 #define PCI_FUNC_FROM_TAG(tag) (((tag) & 0x00000700u) >> 8)
153 #define PCI_DFN_FROM_TAG(tag) (((tag)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DPci.h148 #define PCI_DOM_FROM_TAG(tag) (((tag) >> 24) & (PCI_DOM_MASK))
149 #define PCI_BUS_FROM_TAG(tag) (((tag) >> 16) & (PCI_DOMBUS_MASK))
150 #define PCI_DEV_FROM_TAG(tag) (((tag) & 0x0000f800u) >> 11)
151 #define PCI_FUNC_FROM_TAG(tag) (((tag) & 0x00000700u) >> 8)
153 #define PCI_DFN_FROM_TAG(tag) (((tag)
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Ddhcpopts.c36 * Obtain printable version of a DHCP option tag
38 * @v tag DHCP option tag
39 * @ret name String representation of the tag
42 static inline char * dhcp_tag_name ( unsigned int tag ) {
45 if ( DHCP_IS_ENCAP_OPT ( tag ) ) {
47 DHCP_ENCAPSULATOR ( tag ),
48 DHCP_ENCAPSULATED ( tag ) );
50 snprintf ( name, sizeof ( name ), "%d", tag );
84 * @ret len Length (including tag an
114 find_dhcp_option_with_encap( struct dhcp_options *options, unsigned int tag, int *encap_offset ) argument
279 set_dhcp_option( struct dhcp_options *options, unsigned int tag, const void *data, size_t len ) argument
371 dhcpopt_store( struct dhcp_options *options, unsigned int tag, const void *data, size_t len ) argument
390 dhcpopt_fetch( struct dhcp_options *options, unsigned int tag, void *data, size_t len ) argument
[all...]
H A Ddhcppkt.c69 /** Settings tag number */
70 unsigned int tag; member in struct:dhcp_packet_field
86 * @v _tag Settings tag number
91 .tag = (_tag), \
118 * Find DHCP packet field corresponding to settings tag number
120 * @v tag Settings tag number
124 find_dhcp_packet_field ( unsigned int tag ) {
131 if ( field->tag == tag )
159 dhcppkt_store( struct dhcp_packet *dhcppkt, unsigned int tag, const void *data, size_t len ) argument
190 dhcppkt_fetch( struct dhcp_packet *dhcppkt, unsigned int tag, void *data, size_t len ) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/interface/smbios/
H A Dsmbios_settings.c29 /** SMBIOS settings tag magic number */
33 * Construct SMBIOS empty tag
35 * @ret tag SMBIOS setting tag
40 * Construct SMBIOS raw-data tag
45 * @ret tag SMBIOS setting tag
54 * Construct SMBIOS string tag
59 * @ret tag SMBIOS setting tag
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c62 char *tag = "dtrace test"; local
79 args.tag.utf8string_len = strlen(tag);
80 args.tag.utf8string_val = tag;
/vbox/src/VBox/RDP/client-1.8.3/
H A Dasn.c36 int tag, len; local
40 in_uint16_be(s, tag);
44 in_uint8(s, tag);
47 if (tag != tagval)
49 error("expected tag %d, got %d\n", tagval, tag);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A D3c509.c26 * the only ways to deactivate it will also wipe its tag, meaning that
29 * isolate and tag all cards at the start, and to immediately
30 * re-isolate and re-tag a card after disabling it.
44 unsigned int tag; member in struct:t509_device
96 static inline void t509_set_tag ( uint8_t tag ) {
97 outb ( 0xd0 | tag, t509_id_port );
100 static inline void t509_select_tag ( uint8_t tag ) {
101 outb ( 0xd8 | tag, t509_id_port );
183 * Isolate and tag all t509 cards
229 DBG ( "T509 found card %04x%04x%04x, assigning tag
342 unsigned int tag; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsystem.c45 static char *tag[] = variable
70 if (PR_SUCCESS == rv) PR_fprintf(output, "%s: %s\n", tag[cmd], info);
71 else PL_FPrintError(output, tag[cmd]);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglxswap.h38 extern int SGSwapBuffers(__GLXclientState * cl, XID drawId, GLXContextTag tag,

Completed in 185 milliseconds

123456789