HomeSort by relevance Sort by last modified time
    Searched defs:values (Results 1 - 25 of 55) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/lib/libsasl/include/
prop.h 13 * 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 include: SASL_NOMEM, SASL_BADPARA
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/qualifier/
QualifierStringEnum.java 35 * values to a given set.
41 * The set of legal string values.
43 protected String[] values; field in class:QualifierStringEnum
50 * @param values
51 * The set of legal string values.
53 public QualifierStringEnum(String[] values) {
54 this.values = values;
58 * Get the set of legal string values.
61 * The set of legal string values
    [all...]
QualifierIntegerEnum.java 36 * values to a given set.
42 * The set of legal integer values.
44 protected int[] values; field in class:QualifierIntegerEnum
51 * @param values
52 * The set of legal integer values.
54 public QualifierIntegerEnum(int[] values) {
55 this.values = values;
59 * Get the set of legal integer values.
62 * The set of legal integer values
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
get_krbhst.c 64 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);
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
ServerAttribute.java 42 * The primary difference is that values substitute AttributeString
67 // Substitute for string values.
69 if (values != null) {
70 Object o = values.elementAt(0);
74 int i, n = values.size();
77 String s = (String)values.elementAt(i);
80 values.setElementAt(as, i);
95 // Get values by changing the attribute string objects into strings.
ServiceLocationAttribute.java 78 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, or null if the attribute i
    [all...]
SLPTemplateRegistry.java 195 Vector values = new Vector(); local
196 values.addElement(serviceType.toString());
198 new ServiceLocationAttribute(SERVICE_ATTR_ID, values);
204 values = new Vector();
205 values.addElement(version);
207 new ServiceLocationAttribute(VERSION_ATTR_ID, values);
ServiceLocationAttributeV1.java 362 values = attr.values;
407 values = SrvLocHeader.parseCommaSeparatedListIn(rest, true);
411 int i, n = values.size();
415 String value = (String)values.elementAt(i);
428 values.setElementAt(o, i);
440 verifyValueTypes(values, allowMultiValuedBooleans);
512 if (values == null) { // keyword attribute...
518 for (Enumeration e = values.elements(); e.hasMoreElements(); ) {
ServiceLocationManager.java 207 // Get the min-refresh-interval attribute values for all DA's from
245 // Sort through the attribute values to determine reply.
253 Vector values = (attr != null ? attr.getValues():new Vector()); local
254 int i, n = values.size();
257 Integer mri = (Integer)values.elementAt(i);
  /onnv/onnv-gate/usr/src/cmd/lp/lib/papi/
lpsched-misc.c 51 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;
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
CharMap.h 24 T *values; member in class:SP_NAMESPACE::CharMapColumn
37 CharMapColumn<T> *values; member in class:SP_NAMESPACE::CharMapPage
76 if (pg.values) {
77 const CharMapColumn<T> &column = pg.values[(c >> level3bits) & ((1 << level2bits) - 1)];
78 if (column.values)
79 return column.values[c & ((1 << level3bits) - 1)];
92 if (pg.values) {
93 const CharMapColumn<T> &column = pg.values[(c >> level3bits) & ((1 << level2bits) - 1)];
94 if (column.values) {
96 return column.values[c & ((1 << level3bits) - 1)]
    [all...]
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
pkinit_profile.c 99 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[0] == NULL)
236 char **values = NULL; local
319 char **values = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/print/libipp-core/common/
write.c 120 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 */
  /onnv/onnv-gate/usr/src/cmd/hotplugd/
hotplugd_impl.c 170 char *values = NULL; local
214 unpack_properties(&results, &values);
215 *resultsp = values;
hotplugd_door.c 469 char *values = NULL; local
499 status = private_options(path, connection, cmd, options, &values);
509 /* Construct an nvlist if values were returned */
510 if (values != NULL) {
515 free(values);
519 /* Add values and status to the results */
521 (nvlist_add_string(results, HPD_OPTIONS, values) != 0)) {
524 free(values);
528 /* The values string is no longer needed */
529 free(values);
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
prof_get.c 138 struct profile_string_list values; local
145 if ((retval = init_list(&values)))
152 add_to_list(&values, value);
155 if (values.num == 0) {
160 end_list(&values, ret_values);
164 end_list(&values, 0);
348 struct profile_string_list values; local
355 if ((retval = init_list(&values)))
362 add_to_list(&values, name);
365 end_list(&values, ret_names)
384 struct profile_string_list values; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
kdb_ldap.c 174 *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);
ldap_services.c 124 /* 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[0])
    [all...]
ldap_principal.c 151 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.
  /onnv/onnv-gate/usr/src/uts/common/io/audio/ac97/
ac97_cmi.c 125 static const char *values[] = { local
134 NULL, 0, values };
  /onnv/onnv-gate/usr/src/lib/libshell/common/bltins/
enum.c 28 "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[i]
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/support/
threads.c 43 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[keynum]
    [all...]
  /onnv/onnv-gate/usr/src/lib/krb5/kadm5/
alt_prof.c 154 * krb5_aprof_getvals() - Get values from alternate profile.
159 * retdata - Returned data values.
211 char **values; local
216 kret = krb5_aprof_getvals (acontext, hierarchy, &values);
221 while (values[idx])
225 valp = values[idx];
256 char **values; local
260 if (!(kret = krb5_aprof_getvals(acontext, hierarchy, &values))) {
263 for (idx=0; values[idx]; idx++);
266 valp = values[idx]
299 char **values; local
343 char **values; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
Aggregate.java 122 for (Aggregation a : map.values()) {
123 for (AggregationRecord r : a.asMap().values()) {
171 list.addAll(map.values());
220 for (Aggregation a : map.values()) {
221 list.addAll(a.asMap().values());
  /onnv/onnv-gate/usr/src/uts/intel/io/drm/
r300_cmdbuf.c 50 * Values for R300_RE_CLIPRECT_CNTL depending on the number of
266 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 600 milliseconds

1 2 3