Searched defs:conf (Results 1 - 25 of 111) sorted by relevance

12345

/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dconftab.c13 /* : : generated by conf from /home/gisburn/ksh93/ast_ksh_20100309/build_i386_64bit/src/lib/libast/comp/conf.tab : : */
43 * conf strings sorted in ascending order
46 const Conf_t conf[] = variable
392 int conf_elements = (int)sizeof(conf) / (int)sizeof(conf[0]);
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dconftab.c13 /* : : generated by conf from /home/gisburn/ksh93/ast_ksh_20100309/build_i386_32bit/src/lib/libast/comp/conf.tab : : */
43 * conf strings sorted in ascending order
46 const Conf_t conf[] = variable
392 int conf_elements = (int)sizeof(conf) / (int)sizeof(conf[0]);
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dconftab.c13 /* : : generated by conf from /home/gisburn/ksh93/ast_ksh_20100309/build_sparc_32bit/src/lib/libast/comp/conf.tab : : */
43 * conf strings sorted in ascending order
46 const Conf_t conf[] = variable
392 int conf_elements = (int)sizeof(conf) / (int)sizeof(conf[0]);
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dconftab.c13 /* : : generated by conf from /home/gisburn/ksh93/ast_ksh_20100309/build_sparc_64bit/src/lib/libast/comp/conf.tab : : */
43 * conf strings sorted in ascending order
46 const Conf_t conf[] = variable
392 int conf_elements = (int)sizeof(conf) / (int)sizeof(conf[0]);
/illumos-gate/usr/src/cmd/cdrw/
H A Ddumpinfo.c43 uchar_t *toc, *p, *conf; local
73 conf = (uchar_t *)my_zalloc(MMC_FTR_HDR_LEN);
76 MMC_FTR_HDR_LEN, conf))
77 print_profile_name(read_scsi16(&conf[6]), 0, 1);
81 free(conf);
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAssert.java48 SLPConfig conf = SLPConfig.getSLPConfig();
49 printMessageAndDie(conf, msgTag, params);
55 printMessageAndDie(SLPConfig conf, String msgTag, Object[] params) { argument
56 ResourceBundle msgs = conf.getMessageBundle(conf.getLocale());
58 String msg = conf.formatMessage(msgTag, params);
69 SLPConfig conf = SLPConfig.getSLPConfig();
71 conf.formatMessage("null_parameter", new Object[] {param});
H A DDATable.java52 protected static SLPConfig conf; field in class:DATable
188 conf = SLPConfig.getSLPConfig();
293 if (conf.traceAll()) {
294 conf.writeLog("unknown_da_address",
340 Vector interfaces = conf.getInterfaces();
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DMonitor.java48 * @param conf The configuration to be monitored.
53 public void initialize(Configuration conf) throws PoolsException, argument
H A DSolver.java47 * @param conf The configuration to be manipulated.
50 public void initialize(Configuration conf) throws PoolsException; argument
H A DSystemMonitor.java51 private Configuration conf; field in class:SystemMonitor
113 * @param conf The configuration which is monitored.
115 public SystemMonitor(Configuration conf) argument
117 this.conf = conf;
126 * @param conf The configuration which is monitored.
133 public void initialize(Configuration conf) throws PoolsException, argument
137 this.conf = conf;
145 interval = (int)conf
[all...]
/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd_conf.c166 modify_config(rcfg_t *conf) argument
187 conf->rcfg_memory_cap_enforcement_pressure, 0)
195 conf->rcfg_reconfiguration_interval, 0) != SCF_SUCCESS) {
202 conf->rcfg_rss_sample_interval, 0) != SCF_SUCCESS) {
209 conf->rcfg_report_interval, 0) != SCF_SUCCESS) {
216 conf->rcfg_proc_walk_interval, 0) != SCF_SUCCESS) {
/illumos-gate/usr/src/man/man4/
H A DMakefile45 crypt.conf.4 \
49 dacf.conf.4 \
50 dat.conf.4 \
63 driver.conf.4 \
76 gsscred.conf.4 \
77 hba.conf.4 \
91 inetd.conf.4 \
95 ipaddrsel.conf.4 \
99 kdc.conf.4 \
101 krb5.conf
[all...]
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_misc.c223 bool_t conf; local
239 major = gss_unseal(&minor, context, &in_buf, &out_buf, &conf,
254 if (!conf || qop != qop_check)
315 int conf; local
321 conf = 0;
323 conf = 1;
328 context, conf, qop,
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/keyhash_provider/
H A Dk5_md5des.c42 /* des-cbc(xorkey, conf | rsa-md5(conf | data)) */
55 unsigned char conf[CONFLENGTH]; local
72 data.data = (char *) conf;
111 (CK_BYTE_PTR)conf, (CK_ULONG)sizeof(conf))) != CKR_OK) {
136 (void) memcpy(output->data, conf, CONFLENGTH);
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dulimit.c78 char* conf; local
195 if(!tp->conf || !*(conf = astconf(tp->conf, NiL, NiL)))
196 conf = (char*)e_nosupport;
197 sfputr(sfstdout,conf,'\n');
/illumos-gate/usr/src/cmd/pools/pooladm/
H A Dpooladm.c72 config_print(pool_conf_t *conf) argument
78 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDONLY)
83 pool_get_property(conf, pool_conf_to_elem(conf), "system.name",
89 if ((buf = pool_conf_info(conf, PO_TRUE)) == NULL)
95 (void) pool_conf_close(conf);
99 config_destroy(pool_conf_t *conf) argument
101 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDWR)
104 if (pool_conf_remove(conf) != PO_SUCCESS)
109 config_commit(pool_conf_t *conf, cons argument
137 pool_conf_t *conf = NULL; local
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DComponent.java56 * @param conf The configuration to which this component belongs
60 Component(Configuration conf, long comp) throws PoolsException argument
62 _conf = conf;
75 * @return conf the pointer to the component represented by this object
H A DPool.java51 * @param conf The configuration to which this pool belongs.
55 Pool(Configuration conf, long pool) throws PoolsException argument
57 _conf = conf;
H A DResource.java54 * @param conf The configuration to which this pool belongs.
59 Resource(Configuration conf, long resource) throws PoolsException argument
61 _conf = conf;
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dsa_libpool.c52 static pool_conf_t *conf; variable
65 conf = configuration;
68 if ((conf = pool_conf_alloc()) == NULL)
70 if (pool_conf_open(conf, conf_loc, PO_RDONLY | PO_UPDATE)
85 if (pool_conf_update(conf, &changed) != PO_SUCCESS)
146 if ((pset_reso = pool_get_resource(conf, PSET_TYPE_NAME, sbag->sb_name))
149 if ((pset_elem = pool_resource_to_elem(conf, pset_reso)) == NULL)
153 if (pool_walk_properties(conf, pset_elem, &ud,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/slpd/
H A Dslpd.c55 /* This is an index which points into the args array at the conf file arg */
68 "/etc/inet/slp.conf",
99 char *conf = NULL; local
104 conf = optarg;
110 if (conf != NULL) {
115 env_size = strlen(prefix) + strlen(conf) + 1;
121 (void) strlcat(conf_env, conf, env_size);
125 slpd_args[CONF_INDEX] = conf;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_generic.c87 static struct __nsw_switchconfig *conf = NULL; local
92 if (conf == NULL) {
94 conf = __nsw_getconfig("automount", &pserr);
95 if (conf == NULL) {
102 lkp = conf->lookups;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/keyhash_provider/
H A Dk5_kmd5des.c52 /* des-cbc(xorkey, conf | rsa-md5(conf | data)) */
67 unsigned char conf[CONFLENGTH]; local
83 data.data = (char *) conf;
92 hash_input[0].data = (char *)conf;
119 bcopy(conf, output->data, CONFLENGTH);
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_subr.c143 rdc_create_svinfo(char *host, struct netbuf *svaddr, struct knetconfig *conf) argument
148 if (conf == NULL) {
167 bcopy((void *)conf, (void *)nvp->ri_knconf, sizeof (*nvp->ri_knconf));
178 (void) strncpy(nvp->ri_knconf->knc_protofmly, conf->knc_protofmly,
180 (void) strncpy(nvp->ri_knconf->knc_proto, conf->knc_proto, KNC_STRSIZE);
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss_misc.c243 bool_t conf = FALSE; local
261 major = kgss_unseal(&minor, context, &in_buf, &out_buf, &conf,
279 if (!conf || qop != qop_check)

Completed in 135 milliseconds

12345