Searched defs:UNREFERENCED_PARAMETER (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.h124 #define UNREFERENCED_PARAMETER(x) _NOTE(ARGUNUSED(x)) macro
125 #define UNREFERENCED_1PARAMETER(_p) UNREFERENCED_PARAMETER(_p)
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h54 #define UNREFERENCED_PARAMETER(x) _NOTE(ARGUNUSED(x)) macro
55 #define UNREFERENCED_1PARAMETER(_p) UNREFERENCED_PARAMETER(_p)

Completed in 63 milliseconds