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

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c5308 char *cb_propname; member in struct:set_cbdata
5319 error = zpool_set_prop(zhp, cb->cb_propname, cb->cb_value);
5355 cb.cb_propname = argv[1];
5356 cb.cb_value = strchr(cb.cb_propname, '=');
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c1837 const char *cb_propname; member in struct:inherit_cbdata
1845 zfs_prop_t prop = zfs_name_to_prop(cb->cb_propname);
1855 return (zfs_prop_inherit(zhp, cb->cb_propname, cb->cb_received) != 0);
1863 return (zfs_prop_inherit(zhp, cb->cb_propname, cb->cb_received) != 0);
1945 cb.cb_propname = propname;

Completed in 387 milliseconds