Searched refs:cb_propname (Results 1 – 2 of 2) sorted by relevance
2041 const char *cb_propname; member2049 zfs_prop_t prop = zfs_name_to_prop(cb->cb_propname); in inherit_recurse_cb()2059 return (zfs_prop_inherit(zhp, cb->cb_propname, cb->cb_received) != 0); in inherit_recurse_cb()2067 return (zfs_prop_inherit(zhp, cb->cb_propname, cb->cb_received) != 0); in inherit_cb()2149 cb.cb_propname = propname; in zfs_do_inherit()
8359 char *cb_propname; member8370 error = zpool_set_prop(zhp, cb->cb_propname, cb->cb_value); in set_callback()8406 cb.cb_propname = argv[1]; in zpool_do_set()8407 cb.cb_value = strchr(cb.cb_propname, '='); in zpool_do_set()