Searched refs:UNREFERENCED_3PARAMETER (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_osdep.h | 120 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) macro
|
/titanic_41/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.h | 48 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) macro
|
/titanic_41/usr/src/uts/common/io/igb/ |
H A D | e1000_osdep.h | 157 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) macro
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000_osdep.h | 176 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) macro
|
/titanic_41/usr/src/uts/i86pc/sys/ |
H A D | apix.h | 210 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) macro
|
/titanic_41/usr/src/uts/i86pc/io/apix/ |
H A D | apix.c | 784 UNREFERENCED_3PARAMETER(ipl, min_ipl, max_ipl); in apix_addspl() 817 UNREFERENCED_3PARAMETER(ipl, min_ipl, max_ipl); in apix_delspl()
|