Searched defs:config (Results 1 - 25 of 77) sorted by relevance

1234

/osnet-11/usr/src/lib/scsi/plugins/smp/sas2/common/
H A Dsas2.c33 smp_plugin_config_t config = { local
38 return (smp_plugin_register(pp, LIBSMP_PLUGIN_VERSION, &config));
/osnet-11/usr/src/lib/scsi/plugins/ses/LSILOGIC-SASX28-A.0/common/
H A Dlsilogic.c58 ses_plugin_config_t config = { local
63 &config) != 0);
/osnet-11/usr/src/lib/scsi/plugins/ses/SUN-SAS2-X16DBP/common/
H A Dsun_sas2_x16dbp.c58 ses_plugin_config_t config = { local
63 &config) != 0);
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DStreamListener.java54 static private SLPConfig config = null; // Config object field in class:StreamListener
69 // Get config object.
71 if (config == null) {
72 config = SLPConfig.getSLPConfig();
89 int qn = config.getServerSocketQueueLength();
131 if (config.traceMsg() && s != null) {
132 config.writeLog("sl_incoming",
141 s.setSoTimeout(config.getTCPTimeout());
146 if (config.traceMsg()) {
147 config
[all...]
H A DActiveDiscoverer.java52 static private SLPConfig config = null; field in class:ActiveDiscoverer
89 if (config == null) {
90 config = SLPConfig.getSLPConfig();
103 long sleepyTime = config.getRandomWait();
109 activeMsg = new CSrvMsg(config.getLocale(),
131 if (config.getActiveDiscoveryInterval() > 0) {
145 config.writeLog("ad_active_off",
167 long sleepyTime = config.getActiveDiscoveryInterval() * 1000;
181 if (config.isDA()) {
182 Vector interfaces = config
[all...]
H A DListener.java63 static private SLPConfig config = null; // Config object for properties field in class:Listener
82 // Get config object.
84 if (config == null) {
85 config = SLPConfig.getSLPConfig();
171 return config.refreshMulticastSocketOnInterface(interfac, null);
178 config.refreshMulticastSocketOnInterface(interfac,
191 this.pktsize = config.getMTU();
197 this.dss = config.getMulticastSocketOnInterface(interfac, false);
206 addListenerToMulticastGroup(interfac, config.getMulticastAddress());
218 if (config
[all...]
H A DDAAdvertiser.java61 static protected SLPConfig config = null; // Config object. field in class:DAAdvertiser
79 // Get the config object.
81 if (config == null) {
82 config = SLPConfig.getSLPConfig();
93 config.getLocale());
99 config.getSAConfiguredScopes(),
100 config);
117 if (config == null) {
118 config = SLPConfig.getSLPConfig();
133 if (config
[all...]
H A DPermSARegTable.java50 private SLPConfig config; field in class:PermSARegTable
62 PermSARegTable(SLPConfig config) { argument
64 this.config = config;
98 InetAddress addr = config.getLoopback();
105 config.writeLog("periodic_exception",
H A DServiceLocationManager.java53 protected static SLPConfig config = null; field in class:ServiceLocationManager
78 locale = config.getLocale();
122 locale = config.getLocale();
169 accessableScopes = config.getConfiguredScopes();
216 Vector saOnlyScopes = config.getSAOnlyScopes();
227 (CAttrMsg)Transact.transactTCPMsg(config.getLoopback(), msg, true);
329 Vector hint = config.getTypeHint();
353 CSrvMsg rqst = new CSrvMsg(config.getLocale(),
374 if (config == null) {
375 config
[all...]
H A DSARequester.java56 private static SLPConfig config = null; field in class:SARequester
72 // Initialize config, PermSARegTable.
76 if (config == null) {
77 config = SLPConfig.getSLPConfig();
82 pregtable = new PermSARegTable(config);
186 config.formatMessage("null_or_empty_vector",
224 Vector vScopes = config.getSAConfiguredScopes();
240 Transact.transactTCPMsg(config.getLoopback(), srvreg, true);
287 Vector vScopes = config.getSAConfiguredScopes();
311 Transact.transactTCPMsg(config
[all...]
H A DSLPV1Manager.java137 useScopes = config.getSAConfiguredScopes();
152 hdr.locale = config.getLocale();
158 config);
198 start(SLPConfig config, ServerDATable table, ServiceTable stable) { argument
203 if (config.getHasSecurity()) {
205 if (config.regTest() ||
206 config.traceMsg() ||
207 config.traceDrop() ||
208 config.traceDATraffic()) {
210 config
[all...]
H A DUARequester.java53 private static SLPConfig config = null; field in class:UARequester
62 if (config == null) {
63 config = SLPConfig.getSLPConfig();
121 int max = config.getMaximumResults();
177 int max = config.getMaximumResults();
254 int max = config.getMaximumResults();
358 int max = config.getMaximumResults();
546 config.getMulticastAddress());
558 config.writeLog("single_exception",
566 config
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dconfstr.c41 } config; typedef in typeref:struct:__anon1402
46 static const config default_conf[] = {
91 #define CS_ENTRY_COUNT (sizeof (default_conf) / sizeof (config))
97 config *entry;
121 entry = (config *)default_conf;
/osnet-11/usr/src/lib/scsi/plugins/ses/libses/common/
H A Dlibses.c78 ses_plugin_config_t config = { local
83 &config) != 0);
/osnet-11/usr/src/lib/libpower/common/
H A Dpm_kernel.c61 pm_config_t config; local
70 config.size = 0;
71 config.buf = NULL;
72 while (ioctl(fd, PM_GET_PROPS, &config) == -1 &&
75 if (config.buf != NULL) {
76 free(config.buf);
78 if (config.size == 0 && errno == EOVERFLOW) {
86 config.buf = malloc(config.size);
87 if (config
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dusbtest.c155 struct grub_usb_desc_config *config; local
157 config = dev->config[i].descconf;
158 usb_print_str ("Configuration:", dev, config->strconfig);
161 for (i = 0; i < dev->config[0].descconf->numif; i++)
165 interf = dev->config[0].interf[i].descif;
179 endp = &dev->config[0].interf[i].descendp[j];
/osnet-11/usr/src/lib/libwrap/
H A Dtli.c87 if ((request->config = tli_transport(request->fd)) != 0
88 && (STR_EQ(request->config->nc_protofmly, "inet")
90 || STR_EQ(request->config->nc_protofmly, "inet6")
121 if (request->config != 0)
122 freenetconfigent(request->config);
191 struct netconfig *config; local
207 while (config = getnetconfig(handlep)) {
208 if (stat(config->nc_device, &from_config) == 0) {
215 if (config == 0) {
225 if ((config
238 struct netconfig *config = request->config; local
255 struct netconfig *config = request->config; local
[all...]
/osnet-11/usr/src/lib/scsi/plugins/ses/SUN/common/
H A Dsun.c170 ses_plugin_config_t config = { local
178 &config) != 0);
/osnet-11/usr/src/lib/scsi/plugins/ses/SUN-Storage-J4500/common/
H A Dloki.c233 ses_plugin_config_t config = { local
238 &config) != 0);
/osnet-11/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2.c168 ses_plugin_config_t config = { local
176 &config) != 0);
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/serial/
H A Dftdi.c98 divisor = get_divisor (port->config.speed);
105 parities[port->config.parity]
106 | stop_bits[port->config.stop_bits]
107 | port->config.word_len, 0, 0, 0);
134 struct grub_serial_config *config)
138 divisor = get_divisor (config->speed);
142 if (config->parity != GRUB_SERIAL_PARITY_NONE
143 && config->parity != GRUB_SERIAL_PARITY_ODD
144 && config->parity != GRUB_SERIAL_PARITY_EVEN)
147 if (config
133 ftdi_hw_configure(struct grub_serial_port *port, struct grub_serial_config *config) argument
[all...]
H A Dpl2303.c97 if (port->config.stop_bits == GRUB_SERIAL_STOP_BITS_2)
102 switch (port->config.parity)
115 config_pl2303.word_len = port->config.word_len;
116 config_pl2303.speed = port->config.speed;
150 struct grub_serial_config *config)
152 if (!is_speed_supported (config->speed))
155 if (config->parity != GRUB_SERIAL_PARITY_NONE
156 && config->parity != GRUB_SERIAL_PARITY_ODD
157 && config->parity != GRUB_SERIAL_PARITY_EVEN)
160 if (config
149 pl2303_hw_configure(struct grub_serial_port *port, struct grub_serial_config *config) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dusb.c141 for (i = 0; i < usbdev->config[0].descconf->numif; i++)
146 interf = usbdev->config[0].interf[i].descif;
151 endp = &usbdev->config[0].interf[i].descendp[j];
165 struct grub_usb_desc_config config;
187 dev->config[i].descconf = NULL;
205 (char *) &config);
207 data = grub_malloc (config.totallen);
214 dev->config[i].descconf = (struct grub_usb_desc_config *) data;
216 config.totallen, data);
221 pos = dev->config[
164 struct grub_usb_desc_config config; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dns8250.c41 const struct grub_serial_config *config)
67 if (divisor_tab[i].speed == config->speed)
100 divisor = serial_get_divisor (port, &port->config);
113 status |= (parities[port->config.parity]
114 | (port->config.word_len - 5)
115 | stop_bits[port->config.stop_bits]);
191 struct grub_serial_config *config)
195 divisor = serial_get_divisor (port, config);
199 if (config->parity != GRUB_SERIAL_PARITY_NONE
200 && config
40 serial_get_divisor(const struct grub_serial_port *port __attribute__ ((unused)), const struct grub_serial_config *config) argument
190 serial_hw_configure(struct grub_serial_port *port, struct grub_serial_config *config) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm69 sub config(@); # deprecated name
114 my @config = (); # configuration
117 if ( $_ eq ':config' ) {
118 $dest = \@config; # config next
128 Configure(@config) if @config;
160 # Process config attributes.
161 if ( defined $atts{config} ) {
162 my $save = Getopt::Long::Configure ($default_config, @{$atts{config}});
1206 sub config (@) { subroutine
[all...]

Completed in 38 milliseconds

1234