Searched refs:errstrlist (Results 1 – 4 of 4) 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() local47 if ((unsigned int)error->type >= RTE_DIM(errstrlist) || in print_err_msg()48 !errstrlist[error->type]) in print_err_msg()51 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()
1495 static const char *const errstrlist[] = { in port_flow_complain() local1518 if ((unsigned int)error->type >= RTE_DIM(errstrlist) || in port_flow_complain()1519 !errstrlist[error->type]) in port_flow_complain()1522 errstr = errstrlist[error->type]; in port_flow_complain()