HomeSort by: relevance | last modified time | path
    Searched refs:test_mode (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/games/atc/
extern.c 62 int clck, safe_planes, test_mode; variable
extern.h 52 extern int clck, safe_planes, test_mode;
log.c 196 if (!test_mode && !list_em) {
main.c 296 test_mode = 1;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
aarch64-mte-core.exp 84 proc test_mode { mode } {
173 test_mode $mode
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
aarch64-mte-core.exp 84 proc test_mode { mode } {
175 test_mode $mode
  /src/external/gpl2/lvm2/dist/include/
lvm-globals.h 48 int test_mode(void);
  /src/external/gpl2/lvm2/dist/lib/misc/
lvm-globals.h 48 int test_mode(void);
lvm-globals.c 150 int test_mode() function
  /src/external/gpl2/lvm2/dist/tools/
vgreduce.c 71 if (!test_mode() && !deactivate_lv(cmd, snap_seg->origin)) {
87 if (first && !test_mode() &&
244 if (!test_mode()) {
260 if (!test_mode()) {
347 if (!test_mode()) {
vgconvert.c 182 if (test_mode()) {
vgrename.c 164 if (test_mode())
vgsplit.c 463 if (!test_mode()) {
pvmove.c 317 if (test_mode())
lvresize.c 155 if (test_mode())
lvmcmdline.c 1028 if (test_mode()) {
  /src/external/mit/libuv/dist/test/
test-poll.c 79 static test_mode_t test_mode = DUPLEX; variable
182 if (test_mode == DUPLEX || context->is_server_connection) {
188 if (test_mode == DUPLEX || !context->is_server_connection) {
299 !(test_mode == UNIDIRECTIONAL && context->is_server_connection)) {
610 test_mode = DUPLEX;
622 test_mode = UNIDIRECTIONAL;
  /src/usr.sbin/bta2dpd/bta2dpd/
bta2dpd.c 226 static bool test_mode; /* copy to stdout */ variable
273 verbose = asSpeaker = test_mode = initDiscover = runasDaemon = false;
444 test_mode = true;
464 if (runasDaemon && test_mode)
467 if (bdaddr_any(&info.raddr) && (!asSpeaker && !test_mode))
924 if (test_mode)
976 if (test_mode) {
1019 if (test_mode)
1069 if (test_mode) {
  /src/external/gpl2/lvm2/dist/lib/format_text/
archiver.c 115 if (test_mode()) {
225 if (test_mode()) {
format-text.c 909 if (test_mode()) {
954 if (test_mode())
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-selftests.cc 161 poly_test_mode_t test_mode,
169 switch (test_mode)
  /src/external/mpl/dhcp/dist/server/
db.c 1077 void db_startup (int test_mode)
1112 current_db_path = (test_mode ? "/dev/null" : path_dhcpd_db);
1125 new_lease_file (test_mode);
1138 int new_lease_file (int test_mode)
1227 if (test_mode) {
  /src/external/gpl2/lvm2/dist/lib/activate/
activate.c 870 if (test_mode()) {
943 if (test_mode()) {
1020 if (test_mode()) {
1123 if (test_mode()) {
  /src/sys/external/bsd/dwc2/dist/
dwc2_core.h 688 * @test_mode: USB test mode requested by the host
835 u8 test_mode; member in struct:dwc2_hsotg
  /src/external/gpl2/lvm2/dist/lib/device/
dev-io.c 82 if (should_write && test_mode())

Completed in 30 milliseconds

1 2