Home
last modified time | relevance | path

Searched refs:intsz (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_prop.h65 int intsz, int numints, void *buf, char *setpoint);
71 int intsz, int numints, void *buf, char *setpoint);
75 int intsz, int numints, void *buf, char *setpoint,
81 zprop_source_t source, int intsz, int numints, const void *value,
/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddsl_prop.c45 dodefault(const char *propname, int intsz, int numints, void *buf) in dodefault() argument
59 if (intsz != 1) in dodefault()
64 if (intsz != 8 || numints < 1) in dodefault()
75 int intsz, int numints, void *buf, char *setpoint, boolean_t snapshot) in dsl_prop_get_dd() argument
109 propname, intsz, numints, buf); in dsl_prop_get_dd()
128 recvdstr, intsz, numints, buf); in dsl_prop_get_dd()
152 err = dodefault(propname, intsz, numints, buf); in dsl_prop_get_dd()
162 int intsz, int numints, void *buf, char *setpoint) in dsl_prop_get_ds() argument
179 err = zap_lookup(mos, zapobj, propname, intsz, numints, buf); in dsl_prop_get_ds()
204 intsz, numints, buf); in dsl_prop_get_ds()
[all …]