Searched refs:C2_REFUSED (Results 1 – 5 of 5) sorted by relevance
27 template<> constexpr c2_status_t _c2_errno2status_impl<EACCES>() { return C2_REFUSED; }28 template<> constexpr c2_status_t _c2_errno2status_impl<EPERM>() { return C2_REFUSED; }
963 return C2_REFUSED; in render()972 return C2_REFUSED; in render()989 return C2_REFUSED; in render()
42 case C2_REFUSED: return "REFUSED"; in asString()
109 C2_REFUSED = EACCES, ///< missing permission to complete operation enumerator
2846 case C2_REFUSED: in toStatusT()