Lines Matching defs:value
893 /* lookup the property again, this time get the value */
1819 uint_t value;
1835 * property value. Block devices may support
1836 * Nblocks/nblocks or Size/size property value.
1875 value = ldi_prop_get_int(lh,
1894 if ((uint64_t)value >= (UINT64_MAX >> blkshift))
1898 (((u_offset_t)value) << blkshift);
1915 value = ldi_prop_get_int(lh,
1917 *sizep = (uint64_t)value;
1947 * value, update rvalp to point to a temporary variable.