Searched refs:debug_high (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/rcap/common/ |
H A D | utils.h | 81 extern void debug_high(char *, ...); 86 static void debug_high(char *format, ...) /*ARGSUSED*/ {} in debug_high() function
|
H A D | utils.c | 97 debug_high(char *format, ...) in debug_high() function
|
/titanic_50/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_main.c | 268 debug_high("list_walk_all lpc %d\n", (int)pid); in list_walk_process_cb() 270 debug_high("list_walk_all aborted at lpc %d\n", in list_walk_process_cb() 327 debug_high("%d/psinfo, trying cached fd %d\n", in get_psinfo() 340 debug_high("opened %s, fd %d\n", pathbuf, fd); in get_psinfo() 347 debug_high("closed fd %d\n", fd); in get_psinfo() 356 debug_high("closed %s fd %d\n", fd_update_cb == NULL ? in get_psinfo() 362 debug_high("get_psinfo ret %d, fd %d, %s\n", ((fd >= 0) ? 0 : -1), fd, in get_psinfo() 859 debug_high("process %d freed\n", (int)pid); in lprocess_free()
|
H A D | rcapd_scanner.c | 555 debug_high("pr_memcntl [%p-%p): %d", (void *)start, (void *)end, res); in pageout()
|
/titanic_50/usr/src/lib/efcode/engine/ |
H A D | debug.c | 400 token_t debug_low[MAX_DEBUG_STACK], debug_high[MAX_DEBUG_STACK]; variable 431 debug_high[top] = in check_for_debug_entry() 434 debug_high[top] = 0; /* marker... */ in check_for_debug_entry() 447 if (debug_high[top] == 0) { in check_for_debug_exit() 451 (token_t)IP <= debug_high[top]) { in check_for_debug_exit() 465 if ((token_t)(IP - 1) == debug_high[top]) { in check_semi_debug_exit()
|