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

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2714 * entry to prop_updates with the input needed to predict the value of the named
2719 nvlist_t *cmdprops, nvlist_t *recvdprops, nvlist_t *prop_updates,
2724 ASSERT(!nvlist_exists(prop_updates, propname));
2742 (void) zfs_prop_nvlist_add(hdl, prop_updates,
2748 (void) zfs_prop_nvlist_add(hdl, prop_updates,
2760 if (!nvlist_exists(prop_updates, propname)) {
2783 (void) zfs_prop_nvlist_add(hdl, prop_updates, propname,
2810 nvlist_t *prop_updates; local
2828 VERIFY(0 == nvlist_alloc(&prop_updates, NV_UNIQUE_NAME, 0));
2835 recvdprops, prop_updates, setflag
2718 describe_prop_update(libzfs_handle_t *hdl, const char *propname, nvlist_t *cmdprops, nvlist_t *recvdprops, nvlist_t *prop_updates, zprop_setflags_t flags) argument
[all...]

Completed in 20 milliseconds