Home
last modified time | relevance | path

Searched refs:DBG_EXEC (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.h40 #define DBG_EXEC 1 /* path and args for each fork/exec */ macro
H A Dsyseventconfd.c336 if (debug_level >= DBG_EXEC) { in exec_cmd()
337 printmsg(DBG_EXEC, "path=%s\n", path); in exec_cmd()
338 printmsg(DBG_EXEC, "cmd=%s\n", cmdline); in exec_cmd()
/titanic_41/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.h39 #define DBG_EXEC 2 /* path and args to exec */ macro
H A Dsysevent_conf_mod.c1707 if (debug_level >= DBG_EXEC) { in queue_event()
1708 syseventd_print(DBG_EXEC, "%s, line %d: path = %s\n", in queue_event()
1710 syseventd_print(DBG_EXEC, " cmd = %s\n", line->s_str); in queue_event()