Home
last modified time | relevance | path

Searched defs:_r (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/uts/common/xen/public/io/
H A Dring.h147 #define FRONT_RING_INIT(_r, _s, __size) do { \ argument
154 #define BACK_RING_INIT(_r, _s, __size) do { \ argument
162 #define FRONT_RING_ATTACH(_r, _s, __size) do { \ argument
169 #define BACK_RING_ATTACH(_r, _s, __size) do { \ argument
177 #define RING_SIZE(_r) \ argument
181 #define RING_FREE_REQUESTS(_r) \ argument
187 #define RING_FULL(_r) \ argument
191 #define RING_HAS_UNCONSUMED_RESPONSES(_r) \ argument
195 #define RING_HAS_UNCONSUMED_REQUESTS(_r) ({ \ argument
203 #define RING_HAS_UNCONSUMED_REQUESTS(_r) \ argument
[all …]
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h176 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) argument
177 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q, _r, _s)) argument
178 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) \ argument
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.h120 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) argument
121 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q,_r, _s)) argument
/titanic_41/usr/src/uts/common/io/igb/
H A De1000_osdep.h157 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) argument
158 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q, _r, _s)) argument
159 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) \ argument
/titanic_41/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h48 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) argument
49 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q, _r, _s)) argument
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Doutfile.c60 Xword _r, _a, _b; in ld_lcm() local
/titanic_41/usr/src/uts/i86pc/sys/
H A Dapix.h210 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) argument
/titanic_41/usr/src/uts/common/io/arn/
H A Darn_ath9k.h620 #define REG_RMW(_a, _r, _set, _clr) \ argument
622 #define REG_RMW_FIELD(_a, _r, _f, _v) \ argument
625 #define REG_SET_BIT(_a, _r, _f) \ argument
627 #define REG_CLR_BIT(_a, _r, _f) \ argument
H A Darn_hw.h1023 #define ATH9K_POW_SM(_r, _s) (((_r) & 0x3f) << (_s)) argument
/titanic_41/usr/src/uts/common/xen/io/
H A Dxnb.c634 #define XNB_RING_HAS_UNCONSUMED_REQUESTS(_r) \ argument
/titanic_41/usr/src/lib/libast/common/comp/
H A Diconv.c1363 ssize_t _r; in _ast_iconv_write() local