Lines Matching refs:curr_event
94 char *out_buf, debug_sprintf_entry_t *curr_event);
1014 debug_sprintf_entry_t *curr_event; in __debug_sprintf_event() local
1031 curr_event = (debug_sprintf_entry_t *) DEBUG_DATA(active); in __debug_sprintf_event()
1033 curr_event->string = string; in __debug_sprintf_event()
1035 curr_event->args[idx] = va_arg(ap, long); in __debug_sprintf_event()
1049 debug_sprintf_entry_t *curr_event; in __debug_sprintf_exception() local
1067 curr_event = (debug_sprintf_entry_t *)DEBUG_DATA(active); in __debug_sprintf_exception()
1069 curr_event->string = string; in __debug_sprintf_exception()
1071 curr_event->args[idx] = va_arg(ap, long); in __debug_sprintf_exception()
1436 char *out_buf, debug_sprintf_entry_t *curr_event) in debug_sprintf_format_fn() argument
1448 strcpy(out_buf, curr_event->string); in debug_sprintf_format_fn()
1449 rc = strlen(curr_event->string); in debug_sprintf_format_fn()
1461 rc = sprintf(out_buf, curr_event->string, curr_event->args[index[0]], in debug_sprintf_format_fn()
1462 curr_event->args[index[1]], curr_event->args[index[2]], in debug_sprintf_format_fn()
1463 curr_event->args[index[3]], curr_event->args[index[4]], in debug_sprintf_format_fn()
1464 curr_event->args[index[5]], curr_event->args[index[6]], in debug_sprintf_format_fn()
1465 curr_event->args[index[7]], curr_event->args[index[8]], in debug_sprintf_format_fn()
1466 curr_event->args[index[9]]); in debug_sprintf_format_fn()