Home
last modified time | relevance | path

Searched refs:g_prog (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/plockstat/
H A Dplockstat.c353 static char g_prog[4096]; variable
448 bcopy(prog, g_prog + g_proglen, len + 1); in dprog_add()
450 assert(g_proglen < sizeof (g_prog)); in dprog_add()
461 (void) fputs(g_prog, stderr); in dprog_compile()
465 if ((prog = dtrace_program_strcompile(g_dtp, g_prog, in dprog_compile()
/titanic_50/usr/src/cmd/lockstat/
H A Dlockstat.c117 static char *g_prog; variable
609 if ((g_prog = realloc(g_prog, g_proglen)) == NULL) in dprog_add()
612 (void) vsnprintf(&g_prog[offs], size, fmt, args); in dprog_add()
770 (void) fputs(g_prog, stderr); in dprog_compile()
774 if ((prog = dtrace_program_strcompile(g_dtp, g_prog, in dprog_compile()
/titanic_50/usr/src/cmd/intrstat/
H A Dintrstat.c67 static const char *g_prog = variable
491 if ((prog = dtrace_program_strcompile(g_dtp, g_prog, in main()