Searched refs:ZONE_SUBPROC_OK (Results 1 – 14 of 14) sorted by relevance
67 ?) exit $ZONE_SUBPROC_OK;;68 *) exit $ZONE_SUBPROC_OK;;73 [ $noexecute -eq 1 ] && exit $ZONE_SUBPROC_OK79 exit $ZONE_SUBPROC_OK
60 h|H ) exit $ZONE_SUBPROC_OK ;;72 exit $ZONE_SUBPROC_OK
60 exit $ZONE_SUBPROC_OK74 exit $ZONE_SUBPROC_OK
83 if (( $EXIT_CODE != $ZONE_SUBPROC_OK )); then261 EXIT_CODE=$ZONE_SUBPROC_OK263 exit $ZONE_SUBPROC_OK
104 ZONE_SUBPROC_OK=$ZONE_SUBPROC_FATAL129 exit $ZONE_SUBPROC_OK
60 if [[ $EXIT_CODE != $ZONE_SUBPROC_OK && $rm_ds == 1 ]]; then226 EXIT_CODE=$ZONE_SUBPROC_OK239 exit $ZONE_SUBPROC_OK
57 exit $ZONE_SUBPROC_OK
135 exit $ZONE_SUBPROC_OK
46 exit $ZONE_SUBPROC_OK
260 exit $ZONE_SUBPROC_OK278 exit $ZONE_SUBPROC_OK
1063 ZONE_SUBPROC_OK=0
1525 if ((verbose_failure) && (exit_code != ZONE_SUBPROC_OK)) in subproc_status()2063 return ((err == ZONE_SUBPROC_OK) ? Z_OK : Z_BRAND_ERROR); in verify_brand()3062 B_FALSE)) != ZONE_SUBPROC_OK) { in install_func()3087 status, B_FALSE)) != ZONE_SUBPROC_OK) { in install_func()3493 if (subproc_status("copy", status, B_TRUE) != ZONE_SUBPROC_OK) { in copy_zone()3772 status, B_FALSE)) != ZONE_SUBPROC_OK) { in clone_func()3818 != ZONE_SUBPROC_OK) { in clone_func()3938 ZONE_SUBPROC_OK) ? Z_OK : Z_ERR); in cleanup_zonepath()3956 ZONE_SUBPROC_OK) ? Z_OK : Z_ERR); in cleanup_zonepath()3963 return ((subproc_status(RMCOMMAND, status, B_TRUE) == ZONE_SUBPROC_OK) in cleanup_zonepath()[all …]
195 status, B_FALSE)) != ZONE_SUBPROC_OK) in pre_snapshot()216 status, B_FALSE)) != ZONE_SUBPROC_OK) in post_snapshot()323 status, B_FALSE)) != ZONE_SUBPROC_OK) in validate_snapshot()
167 #define ZONE_SUBPROC_OK 0 macro