Symbol: sm_debug
usr/src/cmd/sendmail/include/sm/debug.h
56
typedef struct sm_debug SM_DEBUG_T;
usr/src/test/os-tests/tests/cores/secmapper/secmapper.c
202
sm->sm_debug = sm->sm_symtab = sm->sm_ctf = B_TRUE;
usr/src/test/os-tests/tests/cores/secmapper/secmapper.c
210
sm->sm_debug = sm->sm_symtab = sm->sm_ctf = B_TRUE;
usr/src/test/os-tests/tests/cores/secmapper/secmapper.c
299
if (sm->sm_debug && (secmap_content & CC_CONTENT_DEBUG) != 0 &&
usr/src/test/os-tests/tests/cores/secmapper/secmapper.c
66
boolean_t sm_debug;
usr/src/tools/smatch/src/smatch_conditions.c
501
sm_debug("%d in __split_whole_condition\n", get_lineno());
usr/src/tools/smatch/src/smatch_conditions.c
513
sm_debug("%d done __split_whole_condition\n", get_lineno());
usr/src/tools/smatch/src/smatch_conditions.c
518
sm_debug("%d in __handle_logic\n", get_lineno());
usr/src/tools/smatch/src/smatch_conditions.c
532
sm_debug("%d done __handle_logic\n", get_lineno());
usr/src/tools/smatch/src/smatch_conditions.c
565
sm_debug("%d in __handle_condition_assigns\n", get_lineno());
usr/src/tools/smatch/src/smatch_conditions.c
609
sm_debug("%d done __handle_condition_assigns\n", get_lineno());
usr/src/tools/smatch/src/smatch_conditions.c
637
sm_debug("%d in __handle_ternary_assigns\n", get_lineno());
usr/src/tools/smatch/src/smatch_conditions.c
676
sm_debug("%d done __handle_ternary_assigns\n", get_lineno());
usr/src/tools/smatch/src/smatch_flow.c
1581
sm_debug("new function: %s\n", cur_func);
usr/src/tools/smatch/src/smatch_flow.c
1695
sm_debug("inline function: %s\n", cur_func);
usr/src/tools/smatch/src/smatch_ranges.c
577
sm_debug("XXX: trouble parsing %s c = %s", str, c);
usr/src/tools/smatch/src/smatch_sval.c
473
sm_debug("%s: divide by zero", __func__);
usr/src/tools/smatch/src/smatch_sval.c
528
sm_debug("%s: divide by zero", __func__);
usr/src/tools/smatch/src/smatch_sval.c
531
sm_debug("%s: invalid divide LLONG_MIN/-1", __func__);