Lines Matching defs:value
381 fatal(2, "%s: %s: Bad value for %s in %s\n", name,
741 * Note: we use the special level value below so that IP will return
6164 * Return value of named statistic for given kstat_named kstat;
6172 uint64_t value;
6184 value = (uint64_t)(knp->value.ui32);
6188 value = knp->value.ui64;
6191 value = 0LL;
6195 return (value);