Home
last modified time | relevance | path

Searched refs:RUN_ERROR_OK (Results 1 – 10 of 10) sorted by relevance

/netbsd/usr.sbin/sysinst/arch/luna68k/
H A Dmd.c183 if (!run_program(RUN_SILENT | RUN_ERROR_OK, in copy_bootloader()
187 run_program(RUN_SILENT | RUN_ERROR_OK, "umount %s", mntdir); in copy_bootloader()
276 if (!run_program(RUN_SILENT | RUN_ERROR_OK, in md_update()
282 run_program(RUN_SILENT | RUN_ERROR_OK, "umount %s", mntdir); in md_update()
/netbsd/usr.sbin/sysinst/arch/landisk/
H A Dmd.c134 run_program(RUN_SILENT | RUN_ERROR_OK, in md_pre_disklabel()
/netbsd/usr.sbin/sysinst/
H A Drun.c678 if (actionwin == NULL && ret != 0 && !(flags & RUN_ERROR_OK)) in run_program()
702 if ((ret != 0 && !(flags & RUN_ERROR_OK)) || in run_program()
H A Dnet.c245 if (run_program(RUN_SILENT|RUN_ERROR_OK, in have_working_ipv4()
266 if (run_program(RUN_SILENT|RUN_ERROR_OK, in have_working_ipv6()
H A Ddefs.h107 #define RUN_ERROR_OK 0x0040 /* Don't wait for error confirmation */ macro
H A Dutil.c1383 run_program(RUN_SILENT | RUN_CHROOT | RUN_ERROR_OK, in do_add_entropy()
1508 RUN_ERROR_OK | RUN_PROGRESS, in get_and_unpack_sets()
1570 run_program(RUN_SILENT | RUN_CHROOT | RUN_ERROR_OK, in get_and_unpack_sets()
H A Ddisklabel.c301 if (run_program(RUN_SILENT | RUN_ERROR_OK, in disklabel_parts_read()
H A Dpartman.c1997 run_program(RUN_SILENT | RUN_ERROR_OK, in pm_lvm_commit()
3230 run_program(RUN_SILENT | RUN_ERROR_OK, in update_wedges()
H A Dgpt.c276 if (run_program(RUN_SILENT | RUN_ERROR_OK, in gpt_read_from_disk()
H A Ddisks.c1855 error = run_program(silent? RUN_SILENT|RUN_ERROR_OK : 0, "%s -p -q %s", prog, disk); in fsck_preen()