Lines Matching defs:values

36  * property groups, properties, and property values.  All but the last are
38 * structures. (Property values are kept in the rn_values member of the
95 * An ITER_START for an ENTITY_VALUE makes sure the node has its values
97 * the proper values and updates the offset information.
2542 * values as authorizations to pcp. pg must not be locked on entry, and it is
2608 * its values as authorizations to pcp. If pgtype is NULL, it is not checked.
2667 * If pg has a property named propname, and is string typed, add its values as
3478 * property values.
3672 * Return a pointer to a string containing all the values of the command
3685 char *values = NULL;
3693 * space separating the values. Thus, we need to find the total
3697 * quote marks in the values. So for each quote in the value we
3710 values = malloc(byte_count);
3711 if (values == NULL)
3713 *values = 0;
3715 /* Now build up the string of values. */
3719 free(values);
3722 (void) strlcat(values, "\"", byte_count);
3723 for (cp = cur_value, vp = values + strlen(values);
3733 str_size = strlcat(values, "\" ", byte_count);
3737 values[str_size - 1] = 0; /* get rid of trailing space */
3738 return (values);
5121 * These values are used when generating audit events.
6129 * _NOT_FOUND - property has no values
6130 * _TRUNCATED - property has >1 values (first is written into out)
6341 * _BAD_REQUEST - iter walks values
6715 /* general/action_authorization values can be used. */
6821 * Return 1 if the given transaction commands only modify the values of
7099 /* If value_authorization values are ok, add them. */