Home
last modified time | relevance | path

Searched refs:RUN_FATAL (Results 1 – 7 of 7) sorted by relevance

/netbsd/usr.sbin/sysinst/arch/amd64/
H A Dmd.c17 run_program(RUN_CHROOT|RUN_FATAL, in amd64_md_boot_cfg_finalize()
/netbsd/usr.sbin/sysinst/arch/ews4800mips/
H A Dmd.c176 flags = RUN_DISPLAY | RUN_FATAL; in md_post_newfs()
/netbsd/usr.sbin/sysinst/arch/x68k/
H A Dmd.c346 return run_program(RUN_FATAL|RUN_DISPLAY, in md_newdisk()
/netbsd/usr.sbin/sysinst/
H A Dtarget.c440 run_program(RUN_FATAL, "mv %s %s", realfrom, realto); in mv_within_target_or_die()
H A Drun.c738 if (ret != 0 && flags & RUN_FATAL) in run_program()
H A Ddefs.h103 #define RUN_FATAL 0x0002 /* errors are fatal */ macro
H A Dutil.c1538 run_program(RUN_CHROOT|RUN_FATAL, in get_and_unpack_sets()