Searched refs:UNREFERENCED_3PARAMETER (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_osdep.h | 133 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) macro
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | e1000_osdep.h | 154 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) macro
|
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_vf.c | 355 UNREFERENCED_3PARAMETER(vmdq, enable_addr, index); in ixgbe_set_rar_vf() 569 UNREFERENCED_3PARAMETER(hw, speed, autoneg_wait_to_complete); in ixgbe_setup_mac_link_vf()
|
/illumos-gate/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
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000_osdep.h | 193 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) macro
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | apix.h | 211 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) macro
|
/illumos-gate/usr/src/uts/i86pc/io/apix/ |
H A D | apix.c | 765 UNREFERENCED_3PARAMETER(ipl, min_ipl, max_ipl); in apix_addspl() 798 UNREFERENCED_3PARAMETER(ipl, min_ipl, max_ipl); in apix_delspl()
|