Searched refs:errorcode (Results 1 – 4 of 4) sorted by relevance
13 roc_nix_tm_err_to_rte_err(int errorcode) in roc_nix_tm_err_to_rte_err() argument17 switch (errorcode) { in roc_nix_tm_err_to_rte_err()60 if (abs(errorcode) < 300) in roc_nix_tm_err_to_rte_err()61 err_type = errorcode; in roc_nix_tm_err_to_rte_err()
9 roc_error_msg_get(int errorcode) in roc_error_msg_get() argument13 switch (errorcode) { in roc_error_msg_get()236 if (abs(errorcode) < 300) in roc_error_msg_get()237 err_msg = strerror(abs(errorcode)); in roc_error_msg_get()
9 int __roc_api roc_nix_tm_err_to_rte_err(int errorcode);
11 const char *__roc_api roc_error_msg_get(int errorcode);