Home
last modified time | relevance | path

Searched refs:test_mode (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/usr.sbin/bta2dpd/bta2dpd/
H A Dbta2dpd.c226 static bool test_mode; /* copy to stdout */ variable
273 verbose = asSpeaker = test_mode = initDiscover = runasDaemon = false; in main()
444 test_mode = true; in main()
464 if (runasDaemon && test_mode) in main()
467 if (bdaddr_any(&info.raddr) && (!asSpeaker && !test_mode)) in main()
924 if (test_mode) in init_server()
976 if (test_mode) { in init_server()
1019 if (test_mode) in init_client()
1069 if (test_mode) { in init_client()
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-poll.c78 static test_mode_t test_mode = DUPLEX; variable
181 if (test_mode == DUPLEX || context->is_server_connection) { in connection_close_cb()
187 if (test_mode == DUPLEX || !context->is_server_connection) { in connection_close_cb()
298 !(test_mode == UNIDIRECTIONAL && context->is_server_connection)) {
609 test_mode = DUPLEX;
621 test_mode = UNIDIRECTIONAL;
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dvgreduce.c71 if (!test_mode() && !deactivate_lv(cmd, snap_seg->origin)) { in _remove_lv()
87 if (first && !test_mode() && in _remove_lv()
244 if (!test_mode()) { in _make_vg_consistent()
260 if (!test_mode()) { in _make_vg_consistent()
347 if (!test_mode()) { in _make_vg_consistent()
H A Dvgrename.c164 if (test_mode()) in vg_rename_path()
H A Dvgconvert.c182 if (test_mode()) { in vgconvert_single()
H A Dvgsplit.c463 if (!test_mode()) { in vgsplit()
H A Dpvmove.c317 if (test_mode()) in _update_metadata()
H A Dlvresize.c155 if (test_mode()) in _fsadm_cmd()
H A Dlvmcmdline.c1028 if (test_mode()) { in lvm_run_command()
/netbsd-src/games/atc/
H A Dextern.c62 int clck, safe_planes, test_mode; variable
H A Dextern.h52 extern int clck, safe_planes, test_mode;
H A Dmain.c296 test_mode = 1; in okay_game()
H A Dlog.c196 if (!test_mode && !list_em) { in log_score()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddb.c1077 void db_startup (int test_mode) in db_startup() argument
1112 current_db_path = (test_mode ? "/dev/null" : path_dhcpd_db); in db_startup()
1125 new_lease_file (test_mode); in db_startup()
1138 int new_lease_file (int test_mode) in new_lease_file() argument
1227 if (test_mode) { in new_lease_file()
/netbsd-src/external/gpl2/lvm2/dist/lib/misc/
H A Dlvm-globals.h48 int test_mode(void);
H A Dlvm-globals.c150 int test_mode() in test_mode() function
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dlvm-globals.h48 int test_mode(void);
/netbsd-src/external/gpl2/lvm2/dist/lib/activate/
H A Dactivate.c870 if (test_mode()) { in _lv_suspend()
943 if (test_mode()) { in _lv_resume()
1020 if (test_mode()) { in lv_deactivate()
1123 if (test_mode()) { in _lv_activate()
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/
H A Darchiver.c115 if (test_mode()) { in archive()
225 if (test_mode()) { in backup_locally()
H A Dformat-text.c909 if (test_mode()) { in _vg_commit_file_backup()
954 if (test_mode()) in _vg_commit_file()
/netbsd-src/sys/external/bsd/dwc2/dist/
H A Ddwc2_core.h835 u8 test_mode; member
/netbsd-src/external/gpl2/lvm2/dist/lib/device/
H A Ddev-io.c82 if (should_write && test_mode()) in _io()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreload1.cc6026 machine_mode test_mode = VOIDmode; in set_reload_reg() local
6028 test_mode = GET_MODE (rld[r].in); in set_reload_reg()
6035 if (! (rld[r].in != 0 && test_mode != VOIDmode in set_reload_reg()
6036 && !targetm.hard_regno_mode_ok (regno, test_mode))) in set_reload_reg()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreload1.c6030 machine_mode test_mode = VOIDmode; in set_reload_reg() local
6032 test_mode = GET_MODE (rld[r].in); in set_reload_reg()
6039 if (! (rld[r].in != 0 && test_mode != VOIDmode in set_reload_reg()
6040 && !targetm.hard_regno_mode_ok (regno, test_mode))) in set_reload_reg()
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h3100 int new_lease_file (int test_mode);