Lines Matching refs:curr_event
1258 debug_sprintf_entry_t *curr_event; in __debug_sprintf_event() local
1275 curr_event = (debug_sprintf_entry_t *) DEBUG_DATA(active); in __debug_sprintf_event()
1277 curr_event->string = string; in __debug_sprintf_event()
1279 curr_event->args[idx] = va_arg(ap, long); in __debug_sprintf_event()
1293 debug_sprintf_entry_t *curr_event; in __debug_sprintf_exception() local
1311 curr_event = (debug_sprintf_entry_t *)DEBUG_DATA(active); in __debug_sprintf_exception()
1313 curr_event->string = string; in __debug_sprintf_exception()
1315 curr_event->args[idx] = va_arg(ap, long); in __debug_sprintf_exception()
1688 debug_sprintf_entry_t *curr_event = (debug_sprintf_entry_t *)inbuf; in debug_sprintf_format_fn() local
1699 rc = strscpy(out_buf, curr_event->string, out_buf_size); in debug_sprintf_format_fn()
1714 curr_event->string, curr_event->args[index[0]], in debug_sprintf_format_fn()
1715 curr_event->args[index[1]], curr_event->args[index[2]], in debug_sprintf_format_fn()
1716 curr_event->args[index[3]], curr_event->args[index[4]], in debug_sprintf_format_fn()
1717 curr_event->args[index[5]], curr_event->args[index[6]], in debug_sprintf_format_fn()
1718 curr_event->args[index[7]], curr_event->args[index[8]], in debug_sprintf_format_fn()
1719 curr_event->args[index[9]]); in debug_sprintf_format_fn()