Searched refs:dodefault (Results 1 – 1 of 1) sorted by relevance
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | dsl_prop.c | 45 dodefault(zfs_prop_t prop, int intsz, int numints, void *buf) in dodefault() function 152 err = dodefault(prop, intsz, numints, buf); in dsl_prop_get_dd() 626 isint = (dodefault(zfs_name_to_prop(propname), 8, 1, &intval) == 0); in dsl_prop_set_sync_impl() 1184 if (dodefault(prop, 8, 1, &default_value) == 0 && in dsl_prop_nvlist_add_uint64()
|