/titanic_44/usr/src/uts/common/io/igb/ |
H A D | e1000_osdep.h | 153 #define UNREFERENCED_2PARAMETER(_p, _q) _NOTE(ARGUNUSED(_p, _q)) argument 154 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) argument 155 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q, _r, _s)) argument 156 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) \ argument 157 _NOTE(ARGUNUSED(_p, _q, _r, _s, _t))
|
/titanic_44/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_osdep.h | 127 #define UNREFERENCED_2PARAMETER(_p, _q) _NOTE(ARGUNUSED(_p, _q)) argument 128 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) argument 129 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q,_r, _s)) argument
|
/titanic_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000_osdep.h | 192 #define UNREFERENCED_2PARAMETER(_p, _q) _NOTE(ARGUNUSED(_p, _q)) argument 193 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) argument 194 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q, _r, _s)) argument 195 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) \ argument 196 _NOTE(ARGUNUSED(_p, _q, _r, _s, _t))
|
/titanic_44/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.h | 47 #define UNREFERENCED_2PARAMETER(_p, _q) _NOTE(ARGUNUSED(_p, _q)) argument 48 #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_44/usr/src/uts/common/io/ath/ |
H A D | ath_hal.h | 1185 #define ATH_HAL_PUTTXBUF(_ah, _q, _bufaddr) \ argument 1186 ((*(_ah)->ah_setTxDP)((_ah), (_q), (_bufaddr))) 1187 #define ATH_HAL_GETTXBUF(_ah, _q) \ argument 1188 ((*(_ah)->ah_getTxDP)((_ah), (_q))) 1191 #define ATH_HAL_TXSTART(_ah, _q) \ argument 1192 ((*(_ah)->ah_startTxDma)((_ah), (_q))) 1227 #define ATH_HAL_RESETTXQUEUE(_ah, _q) \ argument 1228 ((*(_ah)->ah_resetTxQueue)((_ah), (_q))) 1229 #define ATH_HAL_RELEASETXQUEUE(_ah, _q) \ argument 1230 ((*(_ah)->ah_releaseTxQueue)((_ah), (_q))) [all …]
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip_stack.h | 437 #define CONNQ_TO_IPST(_q) (Q_TO_CONN(_q)->conn_netstack->netstack_ip) argument 438 #define ILLQ_TO_IPST(_q) (((ill_t *)(_q)->q_ptr)->ill_ipst) argument
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | types.h | 157 long double _q; member 162 long double _q; member
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | types.h | 233 long double _q; member 238 long double _q; member
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | apix.h | 210 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r)) argument
|
/titanic_44/usr/src/lib/libc/port/regex/ |
H A D | glob.c | 721 compare_gps(const void *_p, const void *_q) in compare_gps() argument 724 const struct glob_path_stat *q = (const struct glob_path_stat *)_q; in compare_gps()
|
/titanic_44/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_amd64dep.c | 534 fpru.ld = fps.st[i].__fpr_pad._q; in pt_fpregs()
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | lgrpplat.c | 1130 #define _LGRP_PLAT_MEM_SIZE(_n, _q, _t) \ argument 1132 switch (_q) { \
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 646 fpru.ld = src64->st[i].__fpr_pad._q; in prfpregset_n_to_32()
|