Home
last modified time | relevance | path

Searched refs:UNREFERENCED_PARAMETER (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.h130 #define UNREFERENCED_PARAMETER(x) _NOTE(ARGUNUSED(x)) macro
131 #define UNREFERENCED_1PARAMETER(_p) UNREFERENCED_PARAMETER(_p)
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h45 #define UNREFERENCED_PARAMETER(x) _NOTE(ARGUNUSED(x)) macro
46 #define UNREFERENCED_1PARAMETER(_p) UNREFERENCED_PARAMETER(_p)