Searched refs:__drv_when (Results 1 – 5 of 5) sorted by relevance
381 __out_opt __drv_when(count > 0, __notnull)383 __out_ecount_opt(count) __drv_when(count > 0, __notnull)
522 __out_opt __drv_when(count > 0, __notnull)524 __out_ecount_opt(count) __drv_when(count > 0, __notnull)
639 __out_opt __drv_when(count > 0, __notnull)641 __out_ecount_opt(count) __drv_when(count > 0, __notnull)
634 __out_opt __drv_when(count > 0, __notnull)636 __out_ecount_opt(count) __drv_when(count > 0, __notnull)
222 #define __drv_when(_p, _c) macro