Lines Matching defs:intval
214 uint64_t intval;
233 intval = zpool_get_prop_int(zhp, prop, &src);
234 (void) snprintf(buf, len, "%llu", intval);
270 intval = zpool_get_prop_int(zhp, prop, &src);
276 (void) zfs_nicenum(intval, buf, len);
281 (u_longlong_t)intval);
286 (u_longlong_t)(intval / 100),
287 (u_longlong_t)(intval % 100));
298 (void) strlcpy(buf, zpool_state_to_name(intval,
302 (void) snprintf(buf, len, "%llu", intval);
307 intval = zpool_get_prop_int(zhp, prop, &src);
308 if (zpool_prop_index_to_string(prop, intval, &strval)
519 uint64_t intval;
552 &strval, &intval, errbuf) != 0)
560 if (intval < version || intval > SPA_VERSION) {
563 propname, intval);