Searched refs:config (Results 1 - 25 of 448) sorted by relevance

1234567891011>>

/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;
H A Dconfig.h24 * config.h -- public definitions for config module
53 struct config *cooked;
60 void structconfig_free(struct config *cp);
66 struct config *config_lookup(struct config *croot, char *path, int add);
67 struct config *config_next(struct config *cp);
68 struct config *config_child(struct config *c
[all...]
H A Dplatform.h39 #include <config.h>
48 void platform_units_translate(int, struct config *, nvlist_t **, nvlist_t **,
59 int platform_call(struct node *np, struct lut **globals, struct config *croot,
62 struct config *croot, struct arrow *arrowp, struct evalue *valuep);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade_002_pos.ksh47 destroy_upgraded_pool $config
53 for config in $CONFIGS; do
54 create_old_pool $config
55 check_upgrade $config
56 destroy_upgraded_pool $config
H A Dzpool_upgrade_009_neg.ksh50 destroy_upgraded_pool $config
56 typeset -i config=2
57 typeset -n pool_name=ZPOOL_VERSION_${config}_NAME
59 create_old_pool $config
62 check_poolversion $pool_name $config
63 destroy_upgraded_pool $config
H A Dcleanup.ksh35 for config in $CONFIGS; do
36 destroy_upgraded_pool $config
H A Dzpool_upgrade_007_pos.ksh53 destroy_upgraded_pool $config
60 for config in $CONFIGS; do
61 typeset -n pool_name=ZPOOL_VERSION_${config}_NAME
63 create_old_pool $config
65 destroy_upgraded_pool $config
H A Dzpool_upgrade_004_pos.ksh48 for config in $CONFIGS; do
49 destroy_upgraded_pool $config
58 for config in $CONFIGS; do
59 typeset -n pool_name=ZPOOL_VERSION_${config}_NAME
62 create_old_pool $config
72 for config in $CONFIGS ; do
73 typeset -n pool_name=ZPOOL_VERSION_${config}_NAME
80 destroy_upgraded_pool $config
/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/uts/common/io/cxgbe/firmware/
H A Dt4_cfg.h30 #define T4CFG_VERSION_MAJOR config
/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 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 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 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 Dslpd.java71 * 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.
312 config
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/bootfs/
H A Dbootfs_005_neg.ksh54 for config in $CONFIGS; do
55 pool_name=$(eval echo \$ZPOOL_VERSION_${config}_NAME)
74 for config in $CONFIGS
76 create_old_pool $config
77 POOL_NAME=$(eval echo \$ZPOOL_VERSION_${config}_NAME)
80 log_must destroy_upgraded_pool $config
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dconfig-site.h31 /* $Id: config-site.h.in 171 2006-05-20 06:00:32Z njacobs $ */
35 #include <config.h>
/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/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/cmd/halt/smf.i386/
H A DMakefile29 MANIFEST= boot-config.xml
30 SVCMETHOD= svc-boot-config
/illumos-gate/usr/src/cmd/halt/smf.sparc/
H A DMakefile29 MANIFEST= boot-config.xml
30 SVCMETHOD= svc-boot-config
/illumos-gate/usr/src/cmd/krb5/krb5-config/
H A DMakefile27 PROG= krb5-config
28 SHFILES= krb5-config
/illumos-gate/usr/src/cmd/fs.d/nfs/svc/
H A Dnlockmgr35 if set -- `svcprop -t -p config/local_only $BIND_FMRI`; then
37 echo "$0: config/local_only property for $BIND_FMRI has wrong "\
40 echo "$0: config/local_only property for $BIND_FMRI has wrong "\
53 svccfg -s $BIND_FMRI setprop config/local_only = boolean: false
/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);

Completed in 149 milliseconds

1234567891011>>