Home
last modified time | relevance | path

Searched refs:RUN_PROGRESS (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/usr.sbin/sysinst/
H A Dconfigmenu.c223 if (run_program(RUN_PROGRESS | RUN_CHROOT, in set_root_shell()
284 run_program(RUN_PROGRESS | RUN_CHROOT, in add_new_user()
288 run_program(RUN_PROGRESS | RUN_CHROOT, in add_new_user()
290 run_program(RUN_DISPLAY | RUN_PROGRESS | RUN_CHROOT, in add_new_user()
299 run_program(RUN_DISPLAY | RUN_PROGRESS | RUN_CHROOT | RUN_STDSCR, in root_pw_setup()
310 if (run_program(RUN_DISPLAY | RUN_PROGRESS | RUN_CHROOT, in change_root_password()
348 if (run_program(RUN_DISPLAY | RUN_PROGRESS | RUN_CHROOT, in set_binpkg()
358 run_program(RUN_DISPLAY | RUN_PROGRESS | RUN_CHROOT, in set_binpkg()
362 run_program(RUN_DISPLAY | RUN_PROGRESS | RUN_CHROOT, in set_binpkg()
H A Dnet.c881 run_program(RUN_DISPLAY | RUN_PROGRESS, in config_network()
883 run_program(RUN_DISPLAY | RUN_PROGRESS, in config_network()
892 network_up = !run_program(RUN_DISPLAY | RUN_PROGRESS, in config_network()
1000 rval = run_program(RUN_DISPLAY | RUN_PROGRESS | RUN_XFER_DIR, in do_ftp_fetch()
1254 if (run_program(RUN_DISPLAY | RUN_PROGRESS, in config_wlan()
1285 dhcpautoconf = run_program(RUN_DISPLAY | RUN_PROGRESS, in config_dhcp()
H A Dpartman.c906 if (run_program(RUN_DISPLAY | RUN_PROGRESS, in pm_raid_commit()
908 run_program(RUN_DISPLAY | RUN_PROGRESS, in pm_raid_commit()
910 run_program(RUN_DISPLAY | RUN_PROGRESS, in pm_raid_commit()
912 run_program(RUN_DISPLAY | RUN_PROGRESS, in pm_raid_commit()
1218 run_program(RUN_DISPLAY | RUN_PROGRESS, "mkdir -p %s ", in pm_vnd_commit()
1221 error = run_program(RUN_DISPLAY | RUN_PROGRESS, in pm_vnd_commit()
1232 error = run_program(RUN_DISPLAY | RUN_PROGRESS, in pm_vnd_commit()
1241 error = run_program(RUN_DISPLAY | RUN_PROGRESS, in pm_vnd_commit()
1466 if (run_program(RUN_DISPLAY | RUN_PROGRESS, in pm_cgd_commit()
1487 if (run_program(RUN_DISPLAY | RUN_PROGRESS, in pm_cgd_commit()
[all …]
H A Ddisks.c1284 error = run_program(RUN_DISPLAY | RUN_PROGRESS, in make_filesystems()
1406 error = run_program(RUN_DISPLAY | RUN_PROGRESS, in make_filesystems()
1913 run_program(RUN_DISPLAY | RUN_PROGRESS, in fixsb()
1916 run_program(RUN_DISPLAY | RUN_PROGRESS, in fixsb()
2762 return run_program(RUN_DISPLAY | RUN_PROGRESS, in clone_partition_data()
H A Dutil.c1057 rval = run_program(RUN_DISPLAY | RUN_PROGRESS, in extract_file_to()
1062 rval = run_program(RUN_DISPLAY | RUN_PROGRESS, in extract_file_to()
1259 rv = run_program(RUN_DISPLAY | RUN_PROGRESS, in entropy_get_file()
1521 RUN_ERROR_OK | RUN_PROGRESS, in get_and_unpack_sets()
H A Drun.c620 * RUN_PROGRESS don't wait for key if program has output
702 (y + x != 0 && !(flags & RUN_PROGRESS))) { in run_program()
H A Ddefs.h108 #define RUN_PROGRESS 0x0080 /* Output is just progess test */ macro
/netbsd-src/usr.sbin/sysinst/arch/luna68k/
H A Dmd.c221 if (run_program(RUN_DISPLAY | RUN_PROGRESS, in md_post_newfs()