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

/opensolaris-onvv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h148 int get_dependents(libzfs_handle_t *, boolean_t, const char *, char ***,
H A Dlibzfs_graph.c614 get_dependents(libzfs_handle_t *hdl, boolean_t allowrecursion, function
H A Dlibzfs_dataset.c3412 * clones). The bulk of the processing occurs in get_dependents() in
3425 if (get_dependents(zhp->zfs_hdl, allowrecursion, zhp->zfs_name,
/opensolaris-onvv-gate/usr/src/cmd/rcm_daemon/common/
H A Dsvm_rcm.c192 static int get_dependents(deventry_t *deventry, char *** dependentsp);
487 if (get_dependents(deventry, &dependents) != 0) {
575 if (get_dependents(deventry, &dependents) != 0) {
718 if (get_dependents(deventry, &dependents) != 0) {
785 if (get_dependents(deventry, &dependents) != 0) {
854 if (get_dependents(deventry, &dependents) != 0) {
916 if (get_dependents(deventry, &dependents) != 0) {
2439 get_dependents(deventry_t *deventry, char *** dependentsp) function

Completed in 108 milliseconds