Searched refs:RUN_PROGRESS (Results 1 – 8 of 8) sorted by relevance
/netbsd/usr.sbin/sysinst/ |
H A D | configmenu.c | 223 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() 337 if (run_program(RUN_DISPLAY | RUN_PROGRESS | RUN_CHROOT, in set_binpkg() 347 run_program(RUN_DISPLAY | RUN_PROGRESS | RUN_CHROOT, in set_binpkg() 351 run_program(RUN_DISPLAY | RUN_PROGRESS | RUN_CHROOT, in set_binpkg()
|
H A D | net.c | 881 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() 998 rval = run_program(RUN_DISPLAY | RUN_PROGRESS | RUN_XFER_DIR, in do_ftp_fetch() 1252 if (run_program(RUN_DISPLAY | RUN_PROGRESS, in config_wlan() 1283 dhcpautoconf = run_program(RUN_DISPLAY | RUN_PROGRESS, in config_dhcp()
|
H A D | partman.c | 904 if (run_program(RUN_DISPLAY | RUN_PROGRESS, in pm_raid_commit() 906 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() 1228 error = run_program(RUN_DISPLAY | RUN_PROGRESS, in pm_vnd_commit() 1460 if (run_program(RUN_DISPLAY | RUN_PROGRESS, in pm_cgd_commit() 1481 if (run_program(RUN_DISPLAY | RUN_PROGRESS, in pm_cgd_commit() 2450 run_program(RUN_DISPLAY | RUN_PROGRESS, in pm_shred() 2569 if (run_program(RUN_DISPLAY | RUN_PROGRESS, in pm_umount() 2732 if (run_program(RUN_DISPLAY | RUN_PROGRESS, [all …]
|
H A D | disks.c | 1284 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 D | util.c | 1044 rval = run_program(RUN_DISPLAY | RUN_PROGRESS, in extract_file_to() 1049 rval = run_program(RUN_DISPLAY | RUN_PROGRESS, in extract_file_to() 1246 rv = run_program(RUN_DISPLAY | RUN_PROGRESS, in entropy_get_file() 1508 RUN_ERROR_OK | RUN_PROGRESS, in get_and_unpack_sets()
|
H A D | run.c | 703 (y + x != 0 && !(flags & RUN_PROGRESS))) { in run_program()
|
H A D | defs.h | 108 #define RUN_PROGRESS 0x0080 /* Output is just progess test */ macro
|
/netbsd/usr.sbin/sysinst/arch/luna68k/ |
H A D | md.c | 221 if (run_program(RUN_DISPLAY | RUN_PROGRESS, in md_post_newfs()
|