HomeSort by: relevance | last modified time | path
    Searched refs:RUN_ERROR_OK (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.sbin/sysinst/arch/luna68k/
md.c 183 if (!run_program(RUN_SILENT | RUN_ERROR_OK,
187 run_program(RUN_SILENT | RUN_ERROR_OK, "umount %s", mntdir);
276 if (!run_program(RUN_SILENT | RUN_ERROR_OK,
282 run_program(RUN_SILENT | RUN_ERROR_OK, "umount %s", mntdir);
  /src/usr.sbin/sysinst/arch/landisk/
md.c 134 run_program(RUN_SILENT | RUN_ERROR_OK,
  /src/usr.sbin/sysinst/
run.c 619 * RUN_ERROR_OK don't wait for key if program fails
677 if (actionwin == NULL && ret != 0 && !(flags & RUN_ERROR_OK))
701 if ((ret != 0 && !(flags & RUN_ERROR_OK)) ||
net.c 245 if (run_program(RUN_SILENT|RUN_ERROR_OK,
266 if (run_program(RUN_SILENT|RUN_ERROR_OK,
defs.h 107 #define RUN_ERROR_OK 0x0040 /* Don't wait for error confirmation */
util.c 1396 run_program(RUN_SILENT | RUN_CHROOT | RUN_ERROR_OK,
1521 RUN_ERROR_OK | RUN_PROGRESS,
1588 run_program(RUN_SILENT | RUN_CHROOT | RUN_ERROR_OK,
disklabel.c 301 if (run_program(RUN_SILENT | RUN_ERROR_OK,
gpt.c 276 if (run_program(RUN_SILENT | RUN_ERROR_OK,
partman.c 2005 run_program(RUN_SILENT | RUN_ERROR_OK,
3238 run_program(RUN_SILENT | RUN_ERROR_OK,
disks.c 1855 error = run_program(silent? RUN_SILENT|RUN_ERROR_OK : 0, "%s -p -q %s", prog, disk);

Completed in 140 milliseconds