Searched refs:cb_propname (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c6228 char *cb_propname; member in struct:set_cbdata
6239 error = zpool_set_prop(zhp, cb->cb_propname, cb->cb_value);
6275 cb.cb_propname = argv[1];
6276 cb.cb_value = strchr(cb.cb_propname, '=');
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c1892 const char *cb_propname; member in struct:inherit_cbdata
1900 zfs_prop_t prop = zfs_name_to_prop(cb->cb_propname);
1910 return (zfs_prop_inherit(zhp, cb->cb_propname, cb->cb_received) != 0);
1918 return (zfs_prop_inherit(zhp, cb->cb_propname, cb->cb_received) != 0);
2000 cb.cb_propname = propname;

Completed in 119 milliseconds