Home
last modified time | relevance | path

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

/arch/s390/kernel/
Ddebug.c101 char *out_buf, debug_sprintf_entry_t *curr_event);
1027 debug_sprintf_entry_t *curr_event; in debug_sprintf_event() local
1042 curr_event=(debug_sprintf_entry_t *) DEBUG_DATA(active); in debug_sprintf_event()
1044 curr_event->string=string; in debug_sprintf_event()
1046 curr_event->args[idx]=va_arg(ap,long); in debug_sprintf_event()
1065 debug_sprintf_entry_t *curr_event; in debug_sprintf_exception() local
1081 curr_event=(debug_sprintf_entry_t *)DEBUG_DATA(active); in debug_sprintf_exception()
1083 curr_event->string=string; in debug_sprintf_exception()
1085 curr_event->args[idx]=va_arg(ap,long); in debug_sprintf_exception()
1494 char *out_buf, debug_sprintf_entry_t *curr_event) in debug_sprintf_format_fn() argument
[all …]