Lines Matching refs:exit_status
274 int exit_status; in handle_unmount() local
473 &exit_status, in handle_unmount()
481 if (exit_status != 0) { in handle_unmount()
482 printf ("%s error %d, stdout='%s', stderr='%s'\n", UMOUNT, exit_status, sout, serr); in handle_unmount()
496 audit_volume (adt_data, ADT_detach, WEXITSTATUS(exit_status), in handle_unmount()
545 int exit_status; in handle_eject() local
586 &exit_status, in handle_eject()
597 if (WEXITSTATUS(exit_status) == 4) { in handle_eject()
598 exit_status = 0; in handle_eject()
603 audit_volume (adt_data, ADT_remove, WEXITSTATUS(exit_status), in handle_eject()
610 if (exit_status != 0) { in handle_eject()
611 printf ("%s error %d, stdout='%s', stderr='%s'\n", EJECT, exit_status, sout, serr); in handle_eject()