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

1234567

/illumos-gate/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));
/illumos-gate/usr/src/lib/scsi/plugins/ses/LSILOGIC-SASX28-A.0/common/
H A Dlsilogic.c59 ses_plugin_config_t config = { local
64 &config) != 0);
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN/common/
H A Dsun.c72 ses_plugin_config_t config = { local
78 &config) != 0);
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig_impl.h36 * private to config.c and mdb module.
38 * Data structure for storing config. all access to
39 * to this information happens using the config.h interfaces.
41 struct config { struct
42 struct config *next;
43 struct config *child;
44 struct config *parent;
/illumos-gate/usr/src/lib/scsi/plugins/ses/libses/common/
H A Dlibses.c78 ses_plugin_config_t config = { local
83 &config) != 0);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dconfstr.c41 } config; typedef in typeref:struct:__anon2988
46 static const config default_conf[] = {
91 #define CS_ENTRY_COUNT (sizeof (default_conf) / sizeof (config))
97 config *entry;
121 entry = (config *)default_conf;
/illumos-gate/usr/src/cmd/fs.d/zfs/fstyp/
H A Dfstyp.c46 nvlist_t *config; member in struct:fstyp_zfs
77 if (h->config != NULL) {
78 nvlist_free(h->config);
92 if (zpool_read_label(h->fd, &h->config) != 0 ||
93 h->config == NULL) {
97 if (nvlist_lookup_uint64(h->config, ZPOOL_CONFIG_POOL_STATE,
99 nvlist_free(h->config);
100 h->config = NULL;
105 (void) nvlist_add_boolean_value(h->config, "gen_clean", B_TRUE);
106 if (nvlist_lookup_uint64(h->config, "gui
[all...]
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2.c130 ses_plugin_config_t config = { local
137 &config) != 0);
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN-Storage-J4500/common/
H A Dloki.c222 ses_plugin_config_t config = { local
227 &config) != 0);
/illumos-gate/usr/src/lib/libwrap/
H A Dtli.c83 if ((request->config = tli_transport(request->fd)) != 0
84 && (STR_EQ(request->config->nc_protofmly, "inet")
86 || STR_EQ(request->config->nc_protofmly, "inet6")
117 if (request->config != 0)
118 freenetconfigent(request->config);
187 struct netconfig *config; local
203 while (config = getnetconfig(handlep)) {
204 if (stat(config->nc_device, &from_config) == 0) {
211 if (config == 0) {
221 if ((config
234 struct netconfig *config = request->config; local
251 struct netconfig *config = request->config; local
[all...]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_vmac.c64 hpi_vmac_tx_config(hpi_handle_t handle, config_op_t op, uint64_t config, argument
69 if (config == 0) {
71 " hpi_vmac_tx_config Invalid Input: config <0x%x>",
72 config));
80 if (config & CFG_VMAC_TX_EN)
82 if (config & CFG_VMAC_TX_CRC_INSERT)
84 if (config & CFG_VMAC_TX_PAD)
90 if (config & CFG_VMAC_TX_EN)
92 if (config & CFG_VMAC_TX_CRC_INSERT)
94 if (config
153 hpi_vmac_rx_config(hpi_handle_t handle, config_op_t op, uint64_t config, uint16_t max_frame_length) argument
[all...]
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-driver.c166 * @config: HAL configuration, see xge_hal_driver_config_t{}.
179 xge_hal_driver_initialize(xge_hal_driver_config_t *config, argument
194 if (config->tracebuf_size == 0)
201 config->tracebuf_size = XGE_HAL_DEF_CIRCULAR_ARR +
205 status = __hal_driver_config_check(config);
211 /* apply config */
212 xge_os_memcpy(&g_xge_hal_driver->config, config,
222 g_tracebuf.size = config->tracebuf_size;
229 g_tracebuf.timestamp = config
[all...]
/illumos-gate/usr/src/cmd/mailwrapper/
H A Dmailwrapper.c85 FILE *config; local
105 if ((config = fopen(_PATH_MAILERCONF, "r")) == NULL) {
119 if ((line = fparseln(config, &len, &lineno, NULL, 0)) == NULL) {
120 if (feof(config))
157 (void) fclose(config);
/illumos-gate/usr/src/lib/scsi/plugins/smp/usmp/common/
H A Dusmp.c225 smp_engine_config_t config = { local
230 return (smp_engine_register(ep, LIBSMP_ENGINE_VERSION, &config));
/illumos-gate/usr/src/lib/libtnfctl/
H A Dopen.c215 tnfctl_indirect_open(void *prochandle, tnfctl_ind_config_t *config, argument
232 hdl->p_read = config->p_read;
233 hdl->p_write = config->p_write;
234 hdl->p_obj_iter = config->p_obj_iter;
235 hdl->p_getpid = config->p_getpid;
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_stats.c272 vs_stats_config(vs_props_all_t *config) argument
284 engid = config->va_se[i].vep_engid;

Completed in 113 milliseconds

1234567