Searched defs:config (Results 26 - 50 of 167) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/fm/schemes/zfs/
H A Dscheme.c134 nvlist_t *config, *nvroot; local
136 config = zpool_get_config(zhp, NULL);
138 (void) nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &nvroot);
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c370 Addr config; local
381 config = (Addr)info.dli_fbase;
386 if (scanconfig(config, load) != 0)
403 if (scanconfig(config, dump) != 0)
/illumos-gate/usr/src/cmd/availdevs/
H A Davaildevs.c118 add_pool_to_xml(nvlist_t *config, void *data) argument
131 if (nvlist_lookup_string(config, ZPOOL_CONFIG_POOL_NAME, &name) ||
132 nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID, &guid) ||
133 nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, &version) ||
134 nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, &state) ||
135 nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &devices) ||
172 zjni_pool_status_to_str(zpool_import_status(config, &c)));
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_gen.c76 struct knetconfig *config,
94 RPCLOG(8, ", knc_semantics %d", config->knc_semantics);
95 RPCLOG(8, ", knc_protofmly %s", config->knc_protofmly);
96 RPCLOG(8, ", knc_proto %s\n", config->knc_proto);
98 if (config == NULL || config->knc_protofmly == NULL || ncl == NULL) {
99 RPCLOG0(1, "clnt_tli_kcreate: bad config or handle\n");
103 switch (config->knc_semantics) {
106 error = clnt_clts_kcreate(config, svcaddr, prog, vers,
119 if (strcmp(config
75 clnt_tli_kcreate( struct knetconfig *config, struct netbuf *svcaddr, rpcprog_t prog, rpcvers_t vers, uint_t max_msgsize, int retries, struct cred *cred, CLIENT **ncl) argument
176 clnt_tli_kinit( CLIENT *h, struct knetconfig *config, struct netbuf *addr, uint_t max_msgsize, int retries, struct cred *cred) argument
[all...]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_vmac.c112 uint64_t config; local
116 config = CFG_VMAC_TX_CRC_INSERT | CFG_VMAC_TX_PAD;
118 if (hpi_vmac_tx_config(handle, INIT, config,
122 hxgep->vmac.tx_config = config;
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-driver.h31 #include "xgehal-config.h"
219 * @config: HAL configuration.
249 xge_hal_driver_config_t config; member in struct:xge_hal_driver_t
292 xge_hal_status_e xge_hal_driver_initialize(xge_hal_driver_config_t *config,
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_ipp.h64 uint32_t config; member in struct:_nxge_ipp
H A Dnxge_zcp.h62 uint32_t config; member in struct:_nxge_zcp
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN-Storage-J4400/common/
H A Driverwalk.c232 ses_plugin_config_t config = { local
237 &config) != 0);
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sasl.c109 * Output: config. See comments above.
113 __ns_ldap_self_gssapi_config(ns_ldap_self_gssapi_config_t *config) { argument
120 if (config == NULL)
123 *config = NS_LDAP_SELF_GSSAPI_CONFIG_NONE;
126 * If config files don't exist, return NS_LDAP_CONFIG.
187 *config = NS_LDAP_SELF_GSSAPI_CONFIG_ONLY;
189 *config = NS_LDAP_SELF_GSSAPI_CONFIG_MIXED;
397 * It's called only if config == NS_LDAP_SELF_GSSAPI_CONFIG_ONLY ||
398 * config == NS_LDAP_SELF_GSSAPI_CONFIG_MIXED.
405 ns_ldap_self_gssapi_config_t config,
401 __ns_ldap_check_dns_preq(int foreground, int mode_verbose, int mode_quiet, const char *fname, ns_ldap_self_gssapi_config_t config, ns_ldap_error_t **errpp) argument
466 __ns_ldap_check_gssapi_preq(int foreground, int mode_verbose, int mode_quiet, ns_ldap_self_gssapi_config_t config, ns_ldap_error_t **errpp) argument
539 __ns_ldap_check_all_preq(int foreground, int mode_verbose, int mode_quiet, ns_ldap_self_gssapi_config_t config, ns_ldap_error_t **errpp) argument
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DRequestHandler.java52 private SLPConfig config; // Config for system properties. field in class:RequestHandler
76 config = config_in;
80 clientAddr = config.getLoopback();
106 config = config_in;
136 config = config_in;
266 if (config.traceDrop()) {
267 config.writeLog("rh_rqst_in_progress",
302 if (config.traceDrop()) {
303 config.writeLog("rh_datagram_ioe",
378 config
[all...]
H A DServiceTable.java1405 SLPConfig config)
1401 makeDAAdvert(SrvLocHeader hdr, InetAddress daAddr, short xid, Vector scopes, SLPConfig config) argument
H A DTransact.java51 // SLP config object.
53 protected static SLPConfig config = null; field in class:Transact
126 config.getMulticastTimeouts(),
127 config.getMaximumResults(),
148 config.getMaximumResults());
216 * specified in the 'config.' or
226 // Get the config object if we need it.
228 if (config == null) {
229 config = SLPConfig.getSLPConfig();
269 if (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/lib/libzfs/common/
H A Dlibzfs_status.c170 * To determine the status for a pool, we make several passes over the config,
175 * - Look for any faulted or missing devices in a non-replicated config
177 * - Check for any faulted or missing devices in a replicated config
185 check_status(nvlist_t *config, boolean_t isimport) argument
197 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION,
199 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
203 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE,
218 (void) nvlist_lookup_uint64(config, ZPOOL_CONFIG_HOSTID, &hostid);
237 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_LOAD_INFO,
245 * Check that the config i
375 zpool_import_status(nvlist_t *config, char **msgid) argument
[all...]
H A Dlibzfs_config.c108 nvlist_t *config; local
164 if (zcmd_read_dst_nvlist(hdl, &zc, &config) != 0) {
182 while ((elem = nvlist_next_nvpair(config, elem)) != NULL) {
187 nvlist_free(config);
194 nvlist_free(config);
202 nvlist_free(config);
211 nvlist_free(config);
234 nvlist_t *config, *features; local
236 config = zpool_get_config(zhp, NULL);
238 if (config
269 nvlist_t *config; local
[all...]
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem_spd.h54 uint8_t config; /* e.g. ECC = 0x02 */ member in struct:spd_data
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c41 Config *config = &_config; variable
50 const char *str, *strtbl = config->c_strtbl;
87 MSG_INTL(MSG_CONF_APP), config->c_name,
135 config->c_name, str, strerror(err));
161 MSG_INTL(MSG_CONF_FSTAT), config->c_name,
172 MSG_INTL(MSG_CONF_FCMP), config->c_name,
208 * for a $ORIGIN/ld.config.app-name configuration file.
219 str = config->c_name;
259 config->c_name = str;
299 config
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_ipp.c200 ipp_config_t config)
210 if ((config == 0) || ((config & ~CFG_IPP_ALL) != 0)) {
213 " Invalid Input config <0x%x>",
214 config));
221 val |= config;
223 val &= ~config;
227 if ((config & ~CFG_IPP_ALL) != 0) {
230 " Invalid Input config <0x%x>",
231 config));
199 npi_ipp_config(npi_handle_t handle, config_op_t op, uint8_t portn, ipp_config_t config) argument
[all...]
H A Dnpi_zcp.c36 npi_zcp_config(npi_handle_t handle, config_op_t op, zcp_config_t config) argument
43 if ((config == 0) || (config & ~CFG_ZCP_ALL) != 0) {
46 " Invalid Input: config <0x%x>",
47 config));
53 if (config & CFG_ZCP)
55 if (config & CFG_ZCP_ECC_CHK)
57 if (config & CFG_ZCP_PAR_CHK)
59 if (config & CFG_ZCP_BUF_RESP)
61 if (config
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_ipp.c38 uint32_t config; local
101 config = CFG_IPP | CFG_IPP_DFIFO_ECC_CORRECT | CFG_IPP_DROP_BAD_CRC |
103 if ((rs = npi_ipp_config(handle, INIT, portn, config)) != NPI_SUCCESS)
105 nxgep->ipp.config = config;
129 uint32_t config; local
163 config = nxgep->ipp.config;
165 portn, config)) != NPI_SUCCESS)
185 uint32_t config; local
253 uint32_t config; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/piclsbl/
H A Dpiclsbl.c149 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) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_config.c198 * the MOS config will have been updated but the cache file has not. If
199 * the system were to crash at that instant then the cached config may not
282 * the config cache.
288 * Remove any config entries older than the current one.
338 spa_config_set(spa_t *spa, nvlist_t *config) argument
342 spa->spa_config = config;
349 * We infer whether to generate a complete config or just one top-level config
355 nvlist_t *config, *nvroot; local
376 config
[all...]
/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c126 nvlist_t *config; local
178 verify(nvpair_value_nvlist(elem, &config) == 0);
188 error = spa_import(name, config, props, ZFS_IMPORT_NORMAL);
249 (void) printf("label config:\n");
/illumos-gate/usr/src/lib/libzpool/common/
H A Dutil.c142 nvlist_t *config, *nvroot; local
145 VERIFY(spa_get_stats(spa_name(spa), &config, NULL, 0) == 0);
147 VERIFY(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
149 VERIFY(nvlist_lookup_string(config, ZPOOL_CONFIG_POOL_NAME,
156 nvlist_free(config);

Completed in 76 milliseconds

1234567