Home
last modified time | relevance | path

Searched refs:debug_flag (Results 1 – 5 of 5) sorted by relevance

/titanic_53/usr/src/cmd/hotplugd/
H A Dhotplugd.c73 static boolean_t debug_flag = B_FALSE; variable
114 debug_flag = B_TRUE; in main()
139 if (!debug_flag) in main()
144 if (!debug_flag) { in main()
153 if (!debug_flag) { in main()
361 if (debug_flag || !log_flag) in log_err()
381 if (debug_flag || !log_flag) in log_info()
400 if (debug_flag) { in dprintf()
/titanic_53/usr/src/cmd/mdb/sun4u/modules/lw8/sgenv/
H A Dsgenv.c45 int debug_flag; in sgenv_parameters() local
61 err = mdb_readvar(&debug_flag, "sgenv_debug"); in sgenv_parameters()
63 mdb_printf("sgenv_debug = 0x%x\n", debug_flag); in sgenv_parameters()
/titanic_53/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c105 static int32_t debug_flag = 1; variable
107 static int32_t debug_flag = 0; variable
557 if (debug_flag) in thread_setup()
568 if (debug_flag) { in load_policy()
576 if (debug_flag) { in load_policy()
668 if (debug_flag) in load_interval()
681 if (debug_flag) in load_interval()
691 if (debug_flag) in load_interval()
701 if (debug_flag) in load_interval()
757 if (debug_flag) in init_daemon()
[all …]
/titanic_53/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregnexec.c33 #define DEBUG_TEST(f,y,n) ((debug&(debug_flag=f))?(y):(n))
38 static unsigned long debug_flag; variable
408 …stdout, "AHA#%04d 0x%04x parserep %s %d %d %d %d `%-.*s'\n", __LINE__, debug_flag, rexname(rex->re… in parserep()
444 …4x PUSH %d (%z,%z)(%z,%z)(%z,%z) (%z,%z)(%z,%z)(%z,%z)\n", __LINE__, debug_flag, rex->re.group.n… in parserep()
447 …(sfstdout, "AHA#%04d 0x%04x parserep parse %d %d `%-.*s'\n", __LINE__, debug_flag, rex->re.group.n… in parserep()
452 …x POP %d %d (%z,%z)(%z,%z)(%z,%z) (%z,%z)(%z,%z)(%z,%z)\n", __LINE__, debug_flag, rex->re.group.n… in parserep()
819 DEBUG_TEST(0x0008,(sfprintf(sfstdout, "AHA#%04d 0x%04x parse %s `%-.*s'\n", __LINE__, debug_flag, r… in parse()
1040 …4d 0x%04x %s (%z,%z)(%z,%z)(%z,%z)(%z,%z) (%z,%z)(%z,%z)\n", __LINE__, debug_flag, rexname(rex), e… in parse()
1071 …4d 0x%04x %s (%z,%z)(%z,%z)(%z,%z)(%z,%z) (%z,%z)(%z,%z)\n", __LINE__, debug_flag, rexname(rex), e… in parse()
1179 DEBUG_TEST(0x0200,(sfprintf(sfstdout,"AHA#%04d 0x%04x parse %s `%-.*s'\n", __LINE__, debug_flag, re… in parse()
[all …]
H A Dregcomp.c41 #define DEBUG_TEST(f,y,n) ((debug&(debug_flag=f))?(y):(n))
46 static unsigned long debug_flag; variable