Lines Matching refs:intsz
46 dodefault(zfs_prop_t prop, int intsz, int numints, void *buf) in dodefault() argument
58 if (intsz != 1) in dodefault()
63 if (intsz != 8 || numints < 1) in dodefault()
74 int intsz, int numints, void *buf, char *setpoint, boolean_t snapshot) in dsl_prop_get_dd() argument
108 propname, intsz, numints, buf); in dsl_prop_get_dd()
127 recvdstr, intsz, numints, buf); in dsl_prop_get_dd()
151 err = dodefault(prop, intsz, numints, buf); in dsl_prop_get_dd()
161 int intsz, int numints, void *buf, char *setpoint) in dsl_prop_get_ds() argument
178 err = zap_lookup(mos, zapobj, propname, intsz, numints, buf); in dsl_prop_get_ds()
203 intsz, numints, buf); in dsl_prop_get_ds()
215 intsz, numints, buf, setpoint, ds->ds_is_snapshot)); in dsl_prop_get_ds()
314 int intsz, int numints, void *buf, char *setpoint) in dsl_prop_get() argument
324 intsz, numints, buf, setpoint); in dsl_prop_get()
611 zprop_source_t source, int intsz, int numints, const void *value, in dsl_prop_set_sync_impl() argument
670 intsz, numints, value, tx)); in dsl_prop_set_sync_impl()
692 intsz, numints, value, tx); in dsl_prop_set_sync_impl()