Searched refs:errstrlist (Results 1 – 5 of 5) sorted by relevance
18 static const char *const errstrlist[] = { in fs_flow_complain() local36 if ((unsigned int)error->type >= RTE_DIM(errstrlist) || in fs_flow_complain()37 !errstrlist[error->type]) in fs_flow_complain()40 errstr = errstrlist[error->type]; in fs_flow_complain()
23 static const char *const errstrlist[] = { in print_err_msg() local45 if ((unsigned int)error->type >= RTE_DIM(errstrlist) || in print_err_msg()46 !errstrlist[error->type]) in print_err_msg()49 errstr = errstrlist[error->type]; in print_err_msg()
31 static const char *const errstrlist[] = { in print_err_msg() local91 if ((unsigned int)error->type >= RTE_DIM(errstrlist) || in print_err_msg()92 !errstrlist[error->type]) in print_err_msg()95 errstr = errstrlist[error->type]; in print_err_msg()
1679 static const char *const errstrlist[] = { in port_flow_complain() local1702 if ((unsigned int)error->type >= RTE_DIM(errstrlist) || in port_flow_complain()1703 !errstrlist[error->type]) in port_flow_complain()1706 errstr = errstrlist[error->type]; in port_flow_complain()
843 static const char *const errstrlist[] = { in port_flow_complain() local866 if ((unsigned int)error->type >= RTE_DIM(errstrlist) || in port_flow_complain()867 !errstrlist[error->type]) in port_flow_complain()870 errstr = errstrlist[error->type]; in port_flow_complain()