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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h303 #define M_ReturnErrorIf( condition, error ) do { if ( condition ) return( error ); } while(0) macro

Completed in 18 milliseconds