/netbsd-src/usr.sbin/bta2dpd/bta2dpd/ |
H A D | bta2dpd.c | 226 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 D | test-poll.c | 78 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 D | vgreduce.c | 71 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 D | vgrename.c | 164 if (test_mode()) in vg_rename_path()
|
H A D | vgconvert.c | 182 if (test_mode()) { in vgconvert_single()
|
H A D | vgsplit.c | 463 if (!test_mode()) { in vgsplit()
|
H A D | pvmove.c | 317 if (test_mode()) in _update_metadata()
|
H A D | lvresize.c | 155 if (test_mode()) in _fsadm_cmd()
|
H A D | lvmcmdline.c | 1028 if (test_mode()) { in lvm_run_command()
|
/netbsd-src/games/atc/ |
H A D | extern.c | 62 int clck, safe_planes, test_mode; variable
|
H A D | extern.h | 52 extern int clck, safe_planes, test_mode;
|
H A D | main.c | 296 test_mode = 1; in okay_game()
|
H A D | log.c | 196 if (!test_mode && !list_em) { in log_score()
|
/netbsd-src/external/mpl/dhcp/dist/server/ |
H A D | db.c | 1077 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 D | lvm-globals.h | 48 int test_mode(void);
|
H A D | lvm-globals.c | 150 int test_mode() in test_mode() function
|
/netbsd-src/external/gpl2/lvm2/dist/include/ |
H A D | lvm-globals.h | 48 int test_mode(void);
|
/netbsd-src/external/gpl2/lvm2/dist/lib/activate/ |
H A D | activate.c | 870 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 D | archiver.c | 115 if (test_mode()) { in archive() 225 if (test_mode()) { in backup_locally()
|
H A D | format-text.c | 909 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 D | dwc2_core.h | 835 u8 test_mode; member
|
/netbsd-src/external/gpl2/lvm2/dist/lib/device/ |
H A D | dev-io.c | 82 if (should_write && test_mode()) in _io()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | reload1.cc | 6026 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 D | reload1.c | 6030 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 D | dhcpd.h | 3100 int new_lease_file (int test_mode);
|