Lines Matching defs:value
52 * name-value pairs.
120 * allow value to be aligned on 8 byte boundary
495 * verify string values and get the value size.
709 * This function calculates the size of an nvpair value.
724 /* Calculate required size for holding value */
853 * nvlist_add_common - Add new <name,value> pair to nvlist
872 * Verify type and nelem and get the value size.
1148 /* reading name-value pairs */
1602 * value of the "...[index]" array index in *ip. For an array reference that
1665 /* determine the index value */
1678 /* skip white space index value and check for ']' */
1710 * o 'idxp' is set if there was an index, and value 'idx'.
2601 char *value = native->n_curr - nvp->nvp_size + NVP_VALOFF(nvp);
2603 nvlist_t *packed = (nvlist_t *)((uintptr_t)value + len);
2610 bzero(value, len);
2683 * Verify type and nelem and get the value size.
2757 /* try to read the size value from the stream */
2762 /* sanity check the size value */
2946 * Verify type and nelem and get the value size.
2957 /* value */