Searched defs:__CHECK_RESULT (Results 1 – 2 of 2) sorted by relevance
110 #define __CHECK_RESULT(result) (((result) == OK) ? OK : errnoGet()) macro