/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | conftab.c | 13 /* : : 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 D | conftab.c | 13 /* : : 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 D | conftab.c | 13 /* : : 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 D | conftab.c | 13 /* : : 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 D | dumpinfo.c | 43 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 D | Assert.java | 48 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 D | DATable.java | 52 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 D | Monitor.java | 48 * @param conf The configuration to be monitored. 53 public void initialize(Configuration conf) throws PoolsException, argument
|
H A D | Solver.java | 47 * @param conf The configuration to be manipulated. 50 public void initialize(Configuration conf) throws PoolsException; argument
|
H A D | SystemMonitor.java | 51 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 D | rcapd_conf.c | 166 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 D | Makefile | 45 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 D | rpcsec_gss_misc.c | 223 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 D | k5_md5des.c | 42 /* 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 D | ulimit.c | 78 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 D | pooladm.c | 72 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 D | Component.java | 56 * @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 D | Pool.java | 51 * @param conf The configuration to which this pool belongs. 55 Pool(Configuration conf, long pool) throws PoolsException argument 57 _conf = conf;
|
H A D | Resource.java | 54 * @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 D | sa_libpool.c | 52 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 D | slpd.c | 55 /* 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 D | ns_generic.c | 87 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 D | k5_kmd5des.c | 52 /* 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 D | rdc_subr.c | 143 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 D | rpcsec_gss_misc.c | 243 bool_t conf = FALSE; local 261 major = kgss_unseal(&minor, context, &in_buf, &out_buf, &conf, 279 if (!conf || qop != qop_check)
|