Searched defs:prop_errors (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/psm/stand/cpr/common/
H A Dsupport.c94 int fd, len, rc, prop_errors; local
133 for (prop_errors = 0, prop = cdef.props, tail = prop + CPR_MAXPROP;
147 prop_errors++;
151 return (prop_errors ? -1 : 0);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c3379 nvlist_t *prop_errors; local
3381 zc.zc_nvlist_dst_size, &prop_errors, 0));
3385 while ((prop_err = nvlist_next_nvpair(prop_errors,
3419 nvlist_free(prop_errors);

Completed in 70 milliseconds