/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | dhcpopts.c | 31 * DHCP options 58 * @v options DHCP options block 59 * @v offset Offset within options block 63 dhcp_option ( struct dhcp_options *options, unsigned int offset ) { argument 64 return ( ( struct dhcp_option * ) ( options->data + offset ) ); 70 * @v options DHCP options block 72 * @ret offset Offset within options block 75 dhcp_option_offset ( struct dhcp_options *options, argument 114 find_dhcp_option_with_encap( struct dhcp_options *options, unsigned int tag, int *encap_offset ) argument 179 dhcpopt_no_realloc( struct dhcp_options *options, size_t len ) argument 193 resize_dhcp_option( struct dhcp_options *options, int offset, int encap_offset, size_t old_len, size_t new_len ) 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 448 dhcpopt_init( struct dhcp_options *options, void *data, size_t alloc_len, int ( * realloc ) ( struct dhcp_options *options, size_t len ) ) argument [all...] |
H A D | cachedhcp.c | 61 DBG_HD ( dhcppkt->options.data, dhcppkt->options.used_len );
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | dhcpopts.h | 6 * DHCP options 14 /** A DHCP options block */ 24 * @v options DHCP option block 28 int ( * realloc ) ( struct dhcp_options *options, size_t len ); 32 extern int dhcpopt_store ( struct dhcp_options *options, unsigned int tag, 34 extern int dhcpopt_fetch ( struct dhcp_options *options, unsigned int tag, 36 extern void dhcpopt_init ( struct dhcp_options *options, 38 int ( * realloc ) ( struct dhcp_options *options, 40 extern void dhcpopt_update_used_len ( struct dhcp_options *options ); 41 extern int dhcpopt_no_realloc ( struct dhcp_options *options, size_ [all...] |
H A D | dhcppkt.h | 25 /** DHCP options */ 26 struct dhcp_options options; member in struct:dhcp_packet 60 return ( offsetof ( struct dhcphdr, options ) + 61 dhcppkt->options.used_len );
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | rdpsnd.h | 64 struct audio_driver *alsa_register(char *options); 65 struct audio_driver *libao_register(char *options); 66 struct audio_driver *oss_register(char *options); 67 struct audio_driver *sgi_register(char *options); 68 struct audio_driver *sun_register(char *options);
|
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/ |
H A D | mac_xpidl_panel.h | 50 #pragma options align=mac68k 104 #pragma options align=reset
|
/vbox/src/VBox/Devices/Network/scripts/ |
H A D | VBoxPortForwarding.py | 60 (options,args) = parser.parse_args(argv) 80 if options.vmname != None: 81 vm = vb.findMachine(options.vmname) 82 elif options.vmname != None: 83 vm = vb.getMachine(options.vmname) 85 print "can't find VM by name or UID:",options.vmname 94 adapter = vm.getNetworkAdapter(options.adapter) 117 profile_name = options.profile 119 profile_name = generate_profile_name(options.proto.upper(), 120 options [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/ |
H A D | plgetopt.c | 55 const char *options; /* client options list specification */ member in struct:PLOptionInternal 66 ** argc the sum of the number of options and their values 67 ** argv the options and their values 68 ** options vector of single character options w/ | w/o ': 71 PRIntn argc, char **argv, const char *options) 74 if (NULL == options) 100 internal->options = options; 70 PL_CreateOptState( PRIntn argc, char **argv, const char *options) argument [all...] |
/vbox/src/libs/libxml2-2.6.31/xstc/ |
H A D | xstc.py | 92 (options, args) = opa.parse_args() 94 if options.combines is not None: 95 options.combines = options.combines.split() 116 global options 117 if not options.silent: 156 global options 184 if not options.silent: 190 global vendorNIST, vendorSUN, vendorMS, vendorNIST_2, options, vendor 218 if (not options [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | dmxconfig.h | 54 extern void dmxConfigSetXkbOptions(const char *options);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | dmxconfig.h | 54 extern void dmxConfigSetXkbOptions(const char *options);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | dmxconfig.h | 54 extern void dmxConfigSetXkbOptions(const char *options);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | dmxconfig.h | 54 extern void dmxConfigSetXkbOptions(const char *options);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | dmxconfig.h | 54 extern void dmxConfigSetXkbOptions(const char *options);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | dmxconfig.h | 54 extern void dmxConfigSetXkbOptions(const char *options);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | dmxconfig.h | 54 extern void dmxConfigSetXkbOptions(const char *options);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | dmxconfig.h | 54 extern void dmxConfigSetXkbOptions(const char *options);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | dmxconfig.h | 54 extern void dmxConfigSetXkbOptions(const char *options);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | dmxconfig.h | 54 extern void dmxConfigSetXkbOptions(const char *options);
|
/vbox/src/libs/libxml2-2.6.31/include/libxml/ |
H A D | xmlsave.h | 26 * This is the set of XML save options that can be passed down 43 int options); 47 int options); 52 int options); 59 int options);
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/ |
H A D | xf86Opt.h | 52 pointer xf86OptionListCreate(const char **options, int count, int used); 58 pointer xf86FindOption(pointer options, const char *name); 59 char *xf86FindOptionValue(pointer options, const char *name); 61 void xf86MarkOptionUsedByName(pointer options, const char *name); 63 Bool xf86CheckIfOptionUsedByName(pointer options, const char *name); 64 void xf86ShowUnusedOptions(int scrnIndex, pointer options); 65 void xf86ProcessOptions(int scrnIndex, pointer options, OptionInfoPtr optinfo);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenPatchPcdTable/ |
H A D | GenPatchPcdTable.py | 176 (options, args) = parser.parse_args() 178 if options.mapfile == None or options.efifile == None: 180 elif os.path.exists(options.mapfile) and os.path.exists(options.efifile): 181 list = parsePcdInfoFromMapFile(options.mapfile, options.efifile) 183 if options.outfile != None: 184 generatePcdTable(list, options.outfile) 186 generatePcdTable(list, options [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | parseopt.c | 186 * Reparse command-line options 211 longopts[i].name = cmd->options[i].longopt; 212 longopts[i].has_arg = cmd->options[i].has_arg; 213 longopts[i].val = cmd->options[i].shortopt; 214 shortopts[shortopt_idx++] = cmd->options[i].shortopt; 215 assert ( cmd->options[i].has_arg <= optional_argument ); 216 for ( j = cmd->options[i].has_arg ; j > 0 ; j-- ) 224 DBGC ( cmd, "Command \"%s\" has options \"%s\", %d-%d args, len %d\n", 227 /* Parse options */ 246 if ( c != cmd->options[ [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | res_query.c | 133 if ((_res.options & RES_INIT) == 0 && res_init() == -1) { 138 if (_res.options & RES_DEBUG) 146 if (_res.options & RES_DEBUG) 155 if (_res.options & RES_DEBUG) 164 if (_res.options & RES_DEBUG) 211 if ((_res.options & RES_INIT) == 0 && res_init() == -1) { 247 if ((!dots && (_res.options & RES_DEFNAMES)) || 248 (dots && !trailing_dot && (_res.options & RES_DNSRCH))) { 300 if (!(_res.options & RES_DNSRCH)) 310 if (!tried_as_is && (dots || !(_res.options [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | sun_kbd.h | 53 extern int sunKbdOpen (const char *devName, pointer options); 55 const char *devName, pointer options);
|