Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/can/
H A Dctu_can_fd_regs.h814 uint32_t err_pos : 5; member
827 uint32_t err_pos : 5;
/openbmc/linux/kernel/trace/
H A Dtrace_events_synth.c58 ret = err_pos(last_cmd, str); in errpos()
75 static void synth_err(u8 err_type, u16 err_pos) in synth_err() argument
82 err_type, err_pos); in synth_err()
H A Dtrace.h1908 extern unsigned int err_pos(char *cmd, const char *str);
H A Dtrace_events_hist.c770 return err_pos(last_cmd, str); in errpos()
808 static void hist_err(struct trace_array *tr, u8 err_type, u16 err_pos) in hist_err() argument
814 err_type, err_pos); in hist_err()
H A Dtrace.c8044 unsigned int err_pos(char *cmd, const char *str) in err_pos() function