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() argument 77 err_type, err_pos); in synth_err()
2079 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() argument 809 err_type, err_pos); in hist_err()
7960 * err_pos - find the position of a string within a command for error careting7971 unsigned int err_pos(char *cmd, const char *str) in err_pos() function