| /onnv/onnv-gate/usr/src/lib/scsi/plugins/ses/LSILOGIC-SASX28-A.0/common/ |
| lsilogic.c | 59 ses_plugin_config_t config = { local 64 &config) != 0);
|
| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/ |
| config_impl.h | 36 * 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;
|
| /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| StreamListener.java | 54 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()) [all...] |
| CSrvDereg.java | 83 SLPConfig config = SLPConfig.getSLPConfig(); local 112 config.getHasSecurity(),
|
| SLPV1CDAAdvert.java | 124 SLPConfig config = SLPConfig.getSLPConfig(); local 126 if (config.getAcceptSLPv1UnscopedRegs() &&
|
| SLPV1SDAAdvert.java | 87 SLPConfig config = SLPConfig.getSLPConfig(); local 89 if (config.getAcceptSLPv1UnscopedRegs() &&
|
| SLPV1SSrvDereg.java | 126 SLPConfig config = SLPConfig.getSLPConfig(); local 131 hdr.scopes = (Vector)config.getSAConfiguredScopes().clone();
|
| CSrvReg.java | 118 SLPConfig config = SLPConfig.getSLPConfig(); local 128 config.getHasSecurity(), 152 config.getHasSecurity(),
|
| SARequester.java | 56 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.getLoopback(), sdr, true) [all...] |
| slpd.java | 71 * java com.sun.slpd [monitor] [stop] [-f <config file name>] 77 * signal a running slpd to stop. The optional <config file name> argument 88 // internals of SLP config. 218 private static SLPConfig config; // handles system properties field in class:slpd 237 * Usage: slpd [monitor] [stop] [-f config-file name]<br> 243 * <b> config-file name </b> Reads the specified configuration file.<br> 267 // Argument is a config file. 298 // Read message bundle file, load config file into properties. 311 // Create a new SLP Config object from the config file [all...] |
| ActiveDiscoverer.java | 50 // Config object. 52 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()) [all...] |
| CDAAdvert.java | 238 SLPConfig config = SLPConfig.getSLPConfig(); local 240 int disInt = config.getActiveDiscoveryInterval(); 241 int granInt = config.getActiveDiscoveryGranularity();
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/zfs/fstyp/ |
| fstyp.c | 46 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, "guid", &u64) == 0) [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| confstr.c | 41 } config; typedef in typeref:struct:__anon3288 46 static const config default_conf[] = { 91 #define CS_ENTRY_COUNT (sizeof (default_conf) / sizeof (config)) 97 config *entry; 121 entry = (config *)default_conf;
|
| /onnv/onnv-gate/usr/src/lib/scsi/plugins/ses/libses/common/ |
| libses.c | 78 ses_plugin_config_t config = { local 83 &config) != 0);
|
| /onnv/onnv-gate/usr/src/lib/scsi/plugins/ses/ses2/common/ |
| ses2.c | 130 ses_plugin_config_t config = { local 137 &config) != 0);
|
| /onnv/onnv-gate/usr/src/lib/scsi/plugins/ses/SUN-Storage-J4500/common/ |
| loki.c | 222 ses_plugin_config_t config = { local 227 &config) != 0);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/ |
| DhcpDatastore.java | 37 private String config; field in class:DhcpDatastore 62 * @param a the data store 'config' value 72 * @param a the data store 'config' value 83 * @param a the data store 'config' value 128 * Returns the data store 'config' value. 129 * @returns the data store 'config' value. 132 return config; 136 * Sets the data store 'config' value. 137 * @param s the data store 'config' value. 140 config = s [all...] |
| /onnv/onnv-gate/usr/src/lib/libwrap/ |
| tli.c | 87 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 = getnetconfigent(config->nc_netid)) == 0) 238 struct netconfig *config = request->config; local 255 struct netconfig *config = request->config; local [all...] |
| /onnv/onnv-gate/usr/src/lib/scsi/plugins/ses/SUN/common/ |
| sun_spms.c | 136 ses_plugin_config_t config = { local 141 &config) != 0);
|
| /onnv/onnv-gate/usr/src/lib/libzfs/common/ |
| libzfs_config.c | 101 nvlist_t *config; local 157 if (zcmd_read_dst_nvlist(hdl, &zc, &config) != 0) { 175 while ((elem = nvlist_next_nvpair(config, elem)) != NULL) { 180 nvlist_free(config); 187 nvlist_free(config); 195 nvlist_free(config); 204 nvlist_free(config); 231 nvlist_t *config; local 267 if (zcmd_read_dst_nvlist(hdl, &zc, &config) != 0) { 281 verify(nvlist_lookup_uint64(config, [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/schemes/zfs/ |
| scheme.c | 124 nvlist_t *config, *nvroot; local 126 config = zpool_get_config(zhp, NULL); 128 (void) nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &nvroot);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/ |
| Long.pm | 69 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...] |
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4v/piclsbl/ |
| piclsbl.c | 149 raid_config_t config; local 175 config.unitid = i; 176 if (ioctl(fd, RAID_GETCONFIG, &config)) { 182 for (j = 0; j < config.ndisks; j++) { 183 if (config.disk[j] == target) {
|
| /onnv/onnv-gate/usr/src/cmd/sgs/libcrle/common/ |
| dump.c | 370 Addr config; local 381 config = (Addr)info.dli_fbase; 386 if (scanconfig(config, load) != 0) 403 if (scanconfig(config, dump) != 0)
|