Home
last modified time | relevance | path

Searched refs:ZONE_SUBPROC_OK (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dpostattach.ksh67 ?) exit $ZONE_SUBPROC_OK;;
68 *) exit $ZONE_SUBPROC_OK;;
73 [ $noexecute -eq 1 ] && exit $ZONE_SUBPROC_OK
79 exit $ZONE_SUBPROC_OK
H A Dpreuninstall.ksh60 h|H ) exit $ZONE_SUBPROC_OK ;;
72 exit $ZONE_SUBPROC_OK
H A Ddetach.ksh60 exit $ZONE_SUBPROC_OK
74 exit $ZONE_SUBPROC_OK
H A Dimage_install.ksh83 if (( $EXIT_CODE != $ZONE_SUBPROC_OK )); then
261 EXIT_CODE=$ZONE_SUBPROC_OK
263 exit $ZONE_SUBPROC_OK
H A Duninstall.ksh104 ZONE_SUBPROC_OK=$ZONE_SUBPROC_FATAL
129 exit $ZONE_SUBPROC_OK
H A Dattach.ksh60 if [[ $EXIT_CODE != $ZONE_SUBPROC_OK && $rm_ds == 1 ]]; then
226 EXIT_CODE=$ZONE_SUBPROC_OK
239 exit $ZONE_SUBPROC_OK
H A Dprestate.ksh57 exit $ZONE_SUBPROC_OK
H A Dclone.ksh135 exit $ZONE_SUBPROC_OK
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dquery.ksh46 exit $ZONE_SUBPROC_OK
H A Duninstall.ksh260 exit $ZONE_SUBPROC_OK
278 exit $ZONE_SUBPROC_OK
H A Dcommon.ksh1063 ZONE_SUBPROC_OK=0
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c1535 if ((verbose_failure) && (exit_code != ZONE_SUBPROC_OK)) in subproc_status()
3072 B_FALSE)) != ZONE_SUBPROC_OK) { in install_func()
3097 status, B_FALSE)) != ZONE_SUBPROC_OK) { in install_func()
3783 status, B_FALSE)) != ZONE_SUBPROC_OK) { in clone_func()
3829 != ZONE_SUBPROC_OK) { in clone_func()
3949 ZONE_SUBPROC_OK) ? Z_OK : Z_ERR); in cleanup_zonepath()
3967 ZONE_SUBPROC_OK) ? Z_OK : Z_ERR); in cleanup_zonepath()
4412 status, B_FALSE) != ZONE_SUBPROC_OK) { in detach_func()
4429 status, B_FALSE)) != ZONE_SUBPROC_OK) { in detach_func()
4866 status, B_FALSE) != ZONE_SUBPROC_OK) { in attach_func()
[all …]
H A Dzfs.c203 status, B_FALSE)) != ZONE_SUBPROC_OK) in pre_snapshot()
224 status, B_FALSE)) != ZONE_SUBPROC_OK) in post_snapshot()
331 status, B_FALSE)) != ZONE_SUBPROC_OK) in validate_snapshot()
/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h182 #define ZONE_SUBPROC_OK 0 macro