Home
last modified time | relevance | path

Searched refs:__drv_when (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/dev/sfxge/common/
H A Dsiena_impl.h381 __out_opt __drv_when(count > 0, __notnull)
383 __out_ecount_opt(count) __drv_when(count > 0, __notnull)
H A Def10_phy.c522 __out_opt __drv_when(count > 0, __notnull)
524 __out_ecount_opt(count) __drv_when(count > 0, __notnull)
H A Dsiena_phy.c639 __out_opt __drv_when(count > 0, __notnull)
641 __out_ecount_opt(count) __drv_when(count > 0, __notnull)
H A Def10_impl.h634 __out_opt __drv_when(count > 0, __notnull)
636 __out_ecount_opt(count) __drv_when(count > 0, __notnull)
H A Defsys.h222 #define __drv_when(_p, _c) macro