Home
last modified time | relevance | path

Searched defs:RET_OR_BLOCK (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/utopia_core/
H A Dutopia_dapi.h15 #define RET_OR_BLOCK(ret) MS_PANIC(0); return ret; /* fix compiling warning */ macro
17 #define RET_OR_BLOCK(ret) return ret macro