Searched refs:_q (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.h126 #define UNREFERENCED_2PARAMETER(_p, _q) _NOTE(ARGUNUSED(_p, _q))
127 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r))
128 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q,_r, _s))
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h192 #define UNREFERENCED_2PARAMETER(_p, _q) _NOTE(ARGUNUSED(_p, _q))
193 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r))
194 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q, _r, _s))
195 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) \
196 _NOTE(ARGUNUSED(_p, _q, _r, _s, _t))
/illumos-gate/usr/src/uts/common/io/igb/
H A De1000_osdep.h153 #define UNREFERENCED_2PARAMETER(_p, _q) _NOTE(ARGUNUSED(_p, _q))
154 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r))
155 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q, _r, _s))
156 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) \
157 _NOTE(ARGUNUSED(_p, _q, _r, _s, _t))
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h56 #define UNREFERENCED_2PARAMETER(_p, _q) _NOTE(ARGUNUSED(_p, _q))
57 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r))
58 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q, _r, _s))
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_hal.h1185 #define ATH_HAL_PUTTXBUF(_ah, _q, _bufaddr) \
1186 ((*(_ah)->ah_setTxDP)((_ah), (_q), (_bufaddr)))
1187 #define ATH_HAL_GETTXBUF(_ah, _q) \
1188 ((*(_ah)->ah_getTxDP)((_ah), (_q)))
1191 #define ATH_HAL_TXSTART(_ah, _q) \
1192 ((*(_ah)->ah_startTxDma)((_ah), (_q)))
1227 #define ATH_HAL_RESETTXQUEUE(_ah, _q) \
1228 ((*(_ah)->ah_resetTxQueue)((_ah), (_q)))
1229 #define ATH_HAL_RELEASETXQUEUE(_ah, _q) \
1230 ((*(_ah)->ah_releaseTxQueue)((_ah), (_q)))
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h437 #define CONNQ_TO_IPST(_q) (Q_TO_CONN(_q)->conn_netstack->netstack_ip)
438 #define ILLQ_TO_IPST(_q) (((ill_t *)(_q)->q_ptr)->ill_ipst)
/illumos-gate/usr/src/ucbhead/sys/
H A Dtypes.h157 long double _q; member in union:__anon4492
162 long double _q; member in union:__anon4493
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h232 long double _q; member in union:__anon196
237 long double _q; member in union:__anon197
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapix.h210 #define UNREFERENCED_3PARAMETER(_p, _q, _r) _NOTE(ARGUNUSED(_p, _q, _r))
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_amd64dep.c534 fpru.ld = fps.st[i].__fpr_pad._q;
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c734 compare_gps(const void *_p, const void *_q) argument
737 const struct glob_path_stat *q = (const struct glob_path_stat *)_q;
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c646 fpru.ld = src64->st[i].__fpr_pad._q;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c1130 #define _LGRP_PLAT_MEM_SIZE(_n, _q, _t) \
1132 switch (_q) { \

Completed in 93 milliseconds