Searched defs:errNum (Results 1 – 3 of 3) sorted by relevance
22 uint32_t errNum = 0; in hax_open_device() local
216 PUBLIC const char *PktGetErrorStr (int errNum) in PktGetErrorStr()
115 #define PosixErrorToStatus(errNum) ((errNum) == 0 ? mStatus_NoError : mStatus_UnknownErr) argument