Searched defs:config (Results 51 - 75 of 167) sorted by relevance

1234567

/illumos-gate/usr/src/lib/print/mod_ipp/
H A Dmod_ipp.c208 IPPListenerConfig *config; local
275 config = ap_get_module_config(r->per_dir_config, &ipp_module);
276 if (config != NULL) {
278 "conformance", config->conformance);
280 "operations", config->operations);
281 if (config->default_user != NULL)
284 config->default_user);
285 if (config->default_svc != NULL)
288 config->default_svc);
382 IPPListenerConfig *config; local
405 IPPListenerConfig *config = (IPPListenerConfig *)cfg; local
424 IPPListenerConfig *config = (IPPListenerConfig *)cfg; local
445 IPPListenerConfig *config = (IPPListenerConfig *)cfg; local
455 IPPListenerConfig *config = (IPPListenerConfig *)cfg; local
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_confmgr.c220 gettext("Empty config file: '%s'"), file);
255 * two sets of LDAP config. attribute names.
281 * config - a buffer returned by __ns_ldap_getConnectionInfo()'s
286 __s_api_create_config_door_str(char *config, ns_ldap_error_t **errorp) argument
292 if (config == NULL || errorp == NULL)
301 attr = strtok_r(config, DOORLINESEP, &rest);
484 * config, if it's non-NULL, it outputs the flatten data of a temporary
485 * config. It's used to compare the new config data with the current
486 * default config dat
[all...]
H A Dns_cache_door.h70 * Structure used to request/inform config and server status changes.
75 uint32_t seq_num; /* current config sequence number */
84 uint32_t type; /* config change or server change */
93 uint32_t data_size; /* length of the config string */
117 char config[BUFFERSIZE - OFFSET]; /* V1 Config */ member in union:__anon3970::__anon3971
219 * GETSTATUSCHANGE change type: config or server
H A Dns_connmgmt.h188 * the change is detected at config refresh time. When a server status
191 * and close them when all users are done using them. When a config change
193 * created for the new configuration. The old config would still be used
204 * Each ns_conn_mgmt references a native LDAP configuration. The config
206 * referred to as the current global config. The current ns_conn_mgmt
207 * uses that global config. When an ns_conn_mgmt is detached, or not
208 * longer active/current, the config it uses is no longer the current global
209 * one, which is referred as the per connection management config. When
210 * the ns_conn_mgmt is freed, the config will also be destroyed.
220 mutex_t cfg_lock; /* lock serializes access to config */
222 ns_config_t *config; /* the native LDAP config being used */ member in struct:ns_conn_mgmt
[all...]
H A Dns_mapping.c79 ns_get_hash(const ns_config_t *config, argument
85 if (config == NULL || service == NULL || str == NULL)
89 idx = config->hashTbl[hash];
147 __s_api_destroy_hash(ns_config_t *config) argument
152 if (config == NULL)
155 next = config->hashTbl[i];
159 config->hashTbl[i] = NULL;
170 __s_api_add_map2hash(ns_config_t *config, ns_hashtype_t type, argument
176 if (config == NULL)
180 idx = config
[all...]
/illumos-gate/usr/src/lib/libwrap/
H A Dtcpd.h114 struct netconfig *config; /* netdir handle */ member in struct:request_info
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_eng.c199 vs_eng_config(vs_props_all_t *config) argument
211 cfg = &config->va_se[i];
H A Dvs_main.c206 (void) sigaction(SIGHUP, &act, NULL); /* Refresh config */
641 vs_props_all_t config; local
643 (void) memset(&config, 0, sizeof (vs_props_all_t));
644 if (vs_props_get_all(&config) != VS_ERR_NONE) {
651 if (vs_parse_types(config.va_props.vp_types,
659 if (vs_strtonum(config.va_props.vp_maxsize,
664 kconfig.vsc_allow = config.va_props.vp_maxsize_action ? 1LL : 0LL;
672 vscand_dtrace_cfg(&config);
675 vs_eng_config(&config);
676 vs_stats_config(&config);
891 vscand_dtrace_cfg(vs_props_all_t *config) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dspd_data.h69 uchar_t config; /* e.g. ECC = 0x02 */ member in struct:__anon1162
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd_impl.h73 #define PG_NAME_APPLICATION_CONFIG "config"
197 instance_cfg_t *config; member in struct:__anon175
294 * config.c
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c145 nvlist_t *config, *nvroot; local
155 config = zpool_get_config(zhp, NULL);
156 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
177 nvlist_t *config; local
180 config = zpool_get_config(zhp, NULL);
181 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
221 nvlist_t *config, *nvroot, *replacement; local
226 config = zpool_get_config(zhp, NULL);
227 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE,
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c65 * Last modification time to config file.
103 * If the configuration file does not exist, *listpp points to a config entry
226 * The caller is responsible for freeing any config entries added to
229 * Returns 0 on success and updates the '*listpp' config list,
257 * Use hardwired config.
353 * Creates the config structure with the values specified by the
356 * If 'complete' is set then this must represent a complete config entry
360 * Returns the newly created config structure on success.
375 nfsl_config_t *config; local
377 if ((config
408 update_config( nfsl_config_t *config, char *tag, char *defaultdir, char *bufferpath, char *rpclogpath, char *fhpath, char *logpath, int logformat, boolean_t complete, boolean_t prepend) argument
573 remove_config( nfsl_config_t **listpp, nfsl_config_t *config, nfsl_config_t **tail) argument
605 free_config(nfsl_config_t *config) argument
711 nfsl_config_t *config; local
872 nfsl_printconfig(nfsl_config_t *config) argument
[all...]
/illumos-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py1152 from mercurial import config namespace
1159 cfg = config.config()
1221 hg backup --config cdm.backupdir=/net/foo/backups
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_subr.c440 portmap_getport(struct knetconfig *config, rpcprog_t prog, rpcvers_t vers, argument
450 ASSERT(strcmp(config->knc_protofmly, NC_INET) == 0);
455 if (strcmp(config->knc_proto, NC_TCP) == 0) {
470 if (clnt_tli_kcreate(config, addr, PMAPPROG,
508 rpcbind_getaddr(struct knetconfig *config, rpcprog_t prog, rpcvers_t vers, argument
531 if (strcmp(config->knc_protofmly, NC_INET) == 0) {
534 if (strcmp(config->knc_proto, NC_TCP) == 0)
539 } else if (strcmp(config->knc_protofmly, NC_INET6) == 0) {
540 if (strcmp(config->knc_proto, NC_TCP) == 0)
545 } else if (strcmp(config
[all...]
/illumos-gate/usr/src/uts/sun4v/pcbe/
H A Dniagara_pcbe.c94 static void ni_pcbe_free(void *config);
414 * pic0 is counter 1, so if we need the empty config it should
428 panic("ni_pcbe: bad config on token %p\n", token);
508 panic("%s: bad config on token %p\n", ni_impl_name, token);
525 ni_pcbe_free(void *config) argument
527 kmem_free(config, sizeof (ni_pcbe_config_t));
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwocfg.c230 gptwocfg_config_t *config; local
240 config = gptwo_config_list;
241 while (config != NULL) {
244 config = config->gptwo_next;
248 if (config->gptwo_portid == id) {
254 config = config->gptwo_next;
305 config = kmem_zalloc(sizeof (gptwocfg_config_t), KM_SLEEP);
306 config
332 gptwocfg_config_t *config, *temp; local
[all...]
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dlw8.h80 int config; member in struct:__anon9815
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_raid.c127 "config: IOCStatus=0x%x, IOCLogInfo=0x%x",
149 * Point to the right config in the structure.
169 * config.
228 * raid config.
237 * list of the config. These are all
247 * raid config.
276 * Get the header and config page. reply contains the reply
311 "config: IOCStatus=0x%x, IOCLogInfo=0x%x",
391 * Get the header and config page. reply contains the reply frame,
420 "config
575 int config, vol; local
760 int config, i = 0, vol = (-1); local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c91 * Another added complexity is that not every label is updated when the config
211 * Generate the nvlist representing this vdev's config.
407 vdev_top_config_generate(spa_t *spa, nvlist_t *config) argument
423 VERIFY(nvlist_add_uint64_array(config, ZPOOL_CONFIG_HOLE_ARRAY,
427 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_VDEV_CHILDREN,
445 nvlist_t *config = NULL; local
484 if ((error || label_txg == 0) && !config) {
485 config = label;
489 nvlist_free(config);
490 config
951 vdev_uberblock_load(vdev_t *rvd, uberblock_t *ub, nvlist_t **config) argument
[all...]
H A Dvdev_disk.c831 vdev_disk_read_rootlabel(char *devpath, char *devid, nvlist_t **config) argument
864 *config = NULL;
875 sizeof (label->vl_vdev_phys.vp_nvlist), config, 0) != 0) {
876 *config = NULL;
880 if (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_STATE,
882 nvlist_free(*config);
883 *config = NULL;
887 if (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_TXG,
889 nvlist_free(*config);
890 *config
[all...]
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_switch.h108 int max_src; /* is == config->num_lookups */
112 struct __nsw_switchconfig_v1 *config; member in struct:nscd_nsw_state
181 * ptr to ptr to the siwtch config structure
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool_ui.c1043 * config
1068 config = 5, enumerator in enum:__anon1056
1085 "config",
1171 /* config */
1172 case config:
1271 /* No bank specified in any way. Default to config space */
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_supplicant.c730 struct wpa_config *config; local
733 config = malloc(sizeof (*config));
734 if (config == NULL)
736 (void) memset(config, 0, sizeof (*config));
737 config->eapol_version = 1; /* fixed value */
743 wpa_config_free(config);
744 config = NULL;
746 config
753 wpa_config_free(struct wpa_config *config) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c429 int config)
435 if (config)
507 Dbg_file_config_dis(Lm_list *lml, const char *config, int features) argument
537 dbg_print(lml, MSG_INTL(MSG_FIL_CONFIG_ERR), config, str);
543 const char *config)
557 dbg_print(lml, MSG_INTL(MSG_FIL_CONFIG), name, config);
428 Dbg_file_filter(Lm_list *lml, const char *filter, const char *filtee, int config) argument
542 Dbg_file_config_obj(Lm_list *lml, const char *dir, const char *file, const char *config) argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_attn.c1186 // Read new mf config from shemem
1187 LM_MFCFG_READ(pdev, OFFSETOF(mf_cfg_t, func_mf_config[ABS_FUNC_ID(pdev)].config), &val);
1415 const u32_t offset = OFFSETOF(mf_cfg_t, func_mf_config[ABS_FUNC_ID(pdev)].config);
1416 u32_t config = 0; local
1421 LM_MFCFG_READ(pdev, offset, &config);
1422 pdev->hw_info.mf_info.func_mf_cfg = config ;
1426 if((config & FUNC_MF_CFG_FUNC_DISABLED) || (config & FUNC_MF_CFG_FUNC_DELETED))
1454 //mf_info->min_bw[vnic] = (GET_FLAGS(config, FUNC_MF_CFG_MIN_BW_MASK) >> FUNC_MF_CFG_MIN_BW_SHIFT);
1455 //mf_info->max_bw[vnic] = (GET_FLAGS(config, FUNC_MF_CFG_MAX_BW_MAS
[all...]

Completed in 107 milliseconds

1234567