Searched refs:err_pos (Results 1 – 4 of 4) sorted by relevance
56 return err_pos(last_cmd, str); in errpos()70 static void synth_err(u8 err_type, u16 err_pos) in synth_err() argument77 err_type, err_pos); in synth_err()
2105 extern unsigned int err_pos(char *cmd, const char *str);
772 return err_pos(last_cmd, str); in errpos()803 static void hist_err(struct trace_array *tr, u8 err_type, u16 err_pos) in hist_err() argument809 err_type, err_pos); in hist_err()
8361 * err_pos - find the position of a string within a command for error careting8372 unsigned int err_pos(char *cmd, const char *str) in err_pos() function