Searched refs:CIST_RECST (Results 1 – 1 of 1) sorted by relevance
216 #define CIST_RECST 10 macro228 #define getcistrecst(ci) (((ci)->callstatus >> CIST_RECST) & 7)231 ((ci)->callstatus = ((ci)->callstatus & ~(7 << CIST_RECST)) \232 | ((st) << CIST_RECST)))
Completed in 4 milliseconds