Searched defs:rstp_err_no (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_in.c920 STP_IN_get_error_explanation (int rstp_err_no) argument
925 if (rstp_err_no < STP_OK) {
928 if (rstp_err_no >= STP_LAST_DUMMY) {
932 return rstp_error_names[rstp_err_no];

Completed in 149 milliseconds