Searched defs:tag (Results 1 - 25 of 90) sorted by relevance

1234

/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]);
H A Dsockopt.c86 const char *tag[] = local
194 Failed("PR_SetSocketOption()", tag[option]);
199 if (PR_FAILURE == rv) Failed("PR_GetSocketOption()", tag[option]);
/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/hci/commands/
H A Dvlan_cmd.c38 /** VLAN tag */
39 unsigned int tag; member in struct:vcreate_options
46 OPTION_DESC ( "tag", 't', required_argument,
47 struct vcreate_options, tag, parse_integer ),
55 "--tag <tag> [--priority <priority>] "
79 if ( ( rc = vlan_create ( trunk, opts.tag, opts.priority ) ) != 0 ) {
/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/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
66 * set in the tag fields for that register. If some operation
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
66 * set in the tag fields for that register. If some operation
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
66 * set in the tag fields for that register. If some operation
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
66 * set in the tag fields for that register. If some operation
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
66 * set in the tag fields for that register. If some operation
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
66 * set in the tag fields for that register. If some operation
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
66 * set in the tag fields for that register. If some operation
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
66 * set in the tag fields for that register. If some operation
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
66 * set in the tag fields for that register. If some operation
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
66 * set in the tag fields for that register. If some operation
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
66 * set in the tag fields for that register. If some operation
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
66 * set in the tag fields for that register. If some operation
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
66 * set in the tag fields for that register. If some operation
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
66 * set in the tag fields for that register. If some operation
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
66 * set in the tag fields for that register. If some operation
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dfakedhcp.c42 * @v encapsulator Encapsulating setting tag number, or zero
50 unsigned int tag; local
56 tag = DHCP_ENCAP_OPT ( encapsulator, subtag );
57 switch ( tag ) {
62 tag ) ) != 0 )
67 setting.tag = tag;
77 if ( ( rc = dhcppkt_store ( dest, tag, buf,
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...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
66 * set in the tag fields for that register. If some operation
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfpu_regs.h60 char tag; member in struct:x86_fpu_reg
66 * set in the tag fields for that register. If some operation
/vbox/src/VBox/Devices/Audio/
H A DDrvAudio.h65 audio_option_tag_e tag; member in struct:audio_option

Completed in 199 milliseconds

1234