Lines Matching refs:serr
273 char *serr = NULL; in handle_unmount() local
472 &serr, in handle_unmount()
482 printf ("%s error %d, stdout='%s', stderr='%s'\n", UMOUNT, exit_status, sout, serr); in handle_unmount()
484 if (strstr (serr, "device is busy") != NULL) { in handle_unmount()
486 device_busy (serr); in handle_unmount()
489 unknown_error (serr); in handle_unmount()
526 g_free (serr); in handle_unmount()
544 char *serr = NULL; in handle_eject() local
585 &serr, in handle_eject()
611 printf ("%s error %d, stdout='%s', stderr='%s'\n", EJECT, exit_status, sout, serr); in handle_eject()
613 unknown_error (serr); in handle_eject()
623 g_free (serr); in handle_eject()