Searched defs:values (Results 1 - 25 of 61) sorted by relevance

123

/illumos-gate/usr/src/lib/libsasl/include/
H A Dprop.h13 * and _then_ request values for all properties. Any change to the request
14 * list will discard any existing values. This assumption allows a very
38 * the resulting structure for property values
46 const char **values; member in struct:propval
48 * list of strings, values == NULL if property not
49 * found, *values == NULL if property found with
50 * no values
73 * possible other return values include: SASL_NOMEM, SASL_BADPARAM
84 * NOTE: may clear values from context as side-effect
86 * possible other return values includ
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dget_krbhst.c64 char **values, **cpp, *cp; local
80 retval = profile_get_values(context->profile, realm_kdc_names, &values);
92 for (cpp = values; *cpp; cpp++) {
103 count = cpp - values;
110 unsigned int len = strlen (values[i]) + 1;
116 memcpy (rethosts[i], values[i], len);
126 profile_free_list(values);
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_mon.c227 __inout_ecount(EFX_MON_NSTATS) efx_mon_stat_value_t *values)
235 return (emop->emo_stats_update(enp, esmp, values));
224 efx_mon_stats_update( __in efx_nic_t *enp, __in efsys_mem_t *esmp, __inout_ecount(EFX_MON_NSTATS) efx_mon_stat_value_t *values) argument
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPool.java107 * in values. Only resources which are associated with this pool are
110 * @param values A list of values to be used to qualify the search.
114 public List getResources(List values) throws PoolsException argument
119 _conf.getConf(), getPool(), values)) == null) {
H A DResource.java121 * criteria in values. Only components which are controlled by
124 * @param values A list of values to be used to qualify the search.
128 public List getComponents(List values) throws PoolsException argument
133 _conf.getConf(), getResource(), values)) == null) {
H A DConfiguration.java329 * in values.
331 * @param values A list of values to be used to qualify the search.
335 public List getPools(List values) throws PoolsException argument
339 if ((pools = PoolInternal.pool_query_pools(getConf(), values))
437 * in values.
439 * @param values A list of values to be used to qualify the search.
443 public List getResources(List values) throws PoolsException argument
448 values))
520 getComponents(List values) argument
580 checkComponents(List values) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dstats.c89 uint64_t *values, char **names, size_t nr)
98 ctr.value = values[i];
88 rdsv3_stats_info_copy(struct rdsv3_info_iterator *iter, uint64_t *values, char **names, size_t nr) argument
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_profile.c99 char **values = NULL; local
121 retval = profile_get_values(profile, names, &values);
122 if (retval == 0 && values != NULL)
136 retval = profile_get_values(profile, names, &values);
137 if (retval == 0 && values != NULL)
141 if (values == NULL)
144 *ret_value = values;
155 char **values = NULL; local
157 retval = pkinit_kdcdefault_strings(context, realmname, option, &values);
161 if (values[
236 char **values = NULL; local
319 char **values = NULL; local
[all...]
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-misc.c51 char **values)
56 if ((list == NULL) || (name == NULL) || (values == NULL))
59 for (i = 0; ((result == PAPI_OK) && (values[i] != NULL));
62 values[i]);
86 char **values = NULL; local
95 addlist(&values, value);
97 if (values != NULL) {
100 *strings = values;
50 papiAttributeListAddLPStrings(papi_attribute_t ***list, int flags, char *name, char **values) argument
/illumos-gate/usr/src/lib/print/libipp-core/common/
H A Dwrite.c120 papi_attribute_value_t **values; local
126 values = attribute->values;
135 if (values == NULL) {
160 for (i = 0; values[i] != NULL; i++) {
161 papi_attribute_value_t *value = values[i];
329 /* write values */
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_impl.c170 char *values = NULL; local
214 unpack_properties(&results, &values);
215 *resultsp = values;
H A Dhotplugd_door.c467 char *values = NULL; local
497 status = private_options(path, connection, cmd, options, &values);
507 /* Construct an nvlist if values were returned */
508 if (values != NULL) {
513 free(values);
517 /* Add values and status to the results */
519 (nvlist_add_string(results, HPD_OPTIONS, values) != 0)) {
522 free(values);
526 /* The values string is no longer needed */
527 free(values);
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkconf.c123 struct profile_string_list values; local
170 if (code = init_list(&values)) {
177 code = add_to_list(&values, token);
189 end_list(&values, &ret_values);
/illumos-gate/usr/src/uts/common/io/audio/ac97/
H A Dac97_cmi.c124 static const char *values[] = { local
133 NULL, 0, values };
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_services.c124 /* check for the validity of the values */
188 char **values=NULL, *attr[] = { "krbRealmReferences", NULL}; local
229 /* check for the validity of the values */
268 if ((values=ldap_get_values(ld, ent, "krbRealmReferences")) != NULL) {
269 count = ldap_count_values(values);
270 if ((st=copy_arrays(values, &oldrealmrefs, count)) != 0)
272 ldap_value_free(values);
420 char **values=NULL; local
472 if ((values=ldap_get_values(ld, ent, "krbServiceFlags")) != NULL) {
473 lservice->krbserviceflags = atoi(values[
[all...]
H A Dkdb_ldap.c174 *Return values:
188 char *attrs[]={"supportedSASLMechanisms", NULL}, **values=NULL; local
233 values = ldap_get_values(ld, msg, "supportedSASLMechanisms");
234 if (values == NULL) {
240 for (i = 0; values[i] != NULL; i++) {
241 if (strcmp(values[i], "EXTERNAL"))
254 if (values != NULL)
255 ldap_value_free(values);
H A Dldap_principal.c151 char **subtree=NULL, *princ_name=NULL, *realm=NULL, **values=NULL, *filter=NULL; local
208 if ((values=ldap_get_values(ld, ent, "krbprincipalname")) != NULL) {
209 for (i=0; values[i] != NULL; ++i) {
210 if (values[i])
211 if (krb5_ldap_parse_principal_name(values[i], &princ_name) != 0)
230 ldap_value_free(values);
330 * other principals' keys are exisiting/left-over. So delete all the values.
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dcommon.c108 get_string_list(papi_attribute_t **attributes, char *name, char ***values) argument
120 list_append(values, value);
142 * we will need to add the associated uri for each. Valid values would
287 /* Windows clients appear to have a problem with very large values */
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_get.c133 struct profile_string_list values; local
140 if ((retval = init_list(&values)))
147 add_to_list(&values, value);
150 if (values.num == 0) {
155 end_list(&values, ret_values);
159 end_list(&values, 0);
343 struct profile_string_list values; local
350 if ((retval = init_list(&values)))
357 add_to_list(&values, name);
360 end_list(&values, ret_name
379 struct profile_string_list values; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dthreads.c43 struct tsd_block { void *values[K5_KEY_MAX]; }; member in struct:tsd_block
57 void *values[K5_KEY_MAX]; member in struct:tsd_block
77 if (destructors_set[i] && destructors[i] && t->values[i]) {
78 void *v = t->values[i];
79 t->values[i] = 0;
112 void *values[K5_KEY_MAX]; member in struct:tsd_block
199 if (destructors_set[i] && destructors[i] && t->values[i]) {
200 void *v = t->values[i];
201 t->values[i] = 0;
247 return t->values[keynu
[all...]
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Denum.c28 "type \atypename\a that can only store any one of the values in the indexed "
32 "[i:ignorecase?The values are case insensitive.]"
51 "[+?The variable can have one of the following values\fvalues\f. "
52 "The the values are \fcase\fcase sensitive.]"
54 "[+?If no \aname\as are specified then the names and values of all "
94 const char *values[1]; member in struct:Enum
107 sfprintf(out,"\b%s\b%c",ep->values[0],0);
109 sfprintf(out,"\b%s\b",ep->values[0]);
116 else while(v=ep->values[n++])
149 while(v=ep->values[
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttribute.java78 Vector values = null; field in class:ServiceLocationAttribute
89 * @param values_in Vector of one or more attribute values. Vector
107 values = (Vector)values_in.clone();
109 verifyValueTypes(values, false);
170 values = SrvLocHeader.parseCommaSeparatedListIn(rest, true);
174 int i, n = values.size();
178 String value = (String)values.elementAt(i);
184 values.setElementAt(o, i);
196 verifyValueTypes(values, allowMultiValuedBooleans);
264 * @return A vector of attribute values, o
[all...]
/illumos-gate/usr/src/common/zfs/
H A Dzprop_common.c73 int objset_types, const char *values, const char *colname,
92 pd->pd_values = values;
104 zprop_attr_t attr, int objset_types, const char *values,
108 objset_types, values, colname, B_FALSE, B_TRUE, NULL);
114 zprop_attr_t attr, int objset_types, const char *values,
118 objset_types, values, colname, B_TRUE, B_TRUE, NULL);
123 zprop_attr_t attr, int objset_types, const char *values,
127 objset_types, values, colname, B_TRUE, B_TRUE, idx_tbl);
396 * For fixed-width values, make sure the width is large enough to hold
71 zprop_register_impl(int prop, const char *name, zprop_type_t type, uint64_t numdefault, const char *strdefault, zprop_attr_t attr, int objset_types, const char *values, const char *colname, boolean_t rightalign, boolean_t visible, const zprop_index_t *idx_tbl) argument
103 zprop_register_string(int prop, const char *name, const char *def, zprop_attr_t attr, int objset_types, const char *values, const char *colname) argument
113 zprop_register_number(int prop, const char *name, uint64_t def, zprop_attr_t attr, int objset_types, const char *values, const char *colname) argument
122 zprop_register_index(int prop, const char *name, uint64_t def, zprop_attr_t attr, int objset_types, const char *values, const char *colname, const zprop_index_t *idx_tbl) argument
/illumos-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc-impl.c270 * values returns the counter values.
274 uint64_t *event_p, uint64_t values[NUM_MAX_COUNTERS])
302 &values[counter], IS_READ)) != SUCCESS)
306 PRIx64 "\n", reggroup, counter, rval, values[counter]);
273 fpc_perfcnt_read(int devnum, fire_perfcnt_t reggroup, uint64_t *event_p, uint64_t values[NUM_MAX_COUNTERS]) argument
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dr300_cmdbuf.c266 int values[64]; local
273 DRM_ERROR("Cannot emit more than 64 values at a time "
278 values[i] = ((int *)(uintptr_t)cmdbuf->buf)[i];
283 if (!RADEON_CHECK_OFFSET(dev_priv, (u32) values[i])) {
298 OUT_RING_TABLE(values, sz);
342 * the rest of the data is safe to emit, whatever the values

Completed in 117 milliseconds

123