Searched refs:code_str (Results 1 – 2 of 2) sorted by relevance
940 const struct tok *code_str; in of13_error_print() local949 code_str = uint2tokary(of13_ofpet2tokary, type); in of13_error_print()950 if (code_str != NULL) in of13_error_print()952 tok2str(code_str, "invalid (0x%04x)", code)); in of13_error_print()
2073 const struct tok *code_str; in of10_error_print() local2082 code_str = uint2tokary(of10_ofpet2tokary, type); in of10_error_print()2083 if (code_str != NULL) in of10_error_print()2085 tok2str(code_str, "invalid (0x%04x)", code)); in of10_error_print()