Searched refs:_index (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | efx_impl.h | 885 #define EFX_BAR_TBL_READD(_enp, _reg, _index, _edp, _lock) \ argument 889 (_reg ## _OFST + ((_index) * _reg ## _STEP)), \ 892 uint32_t, (_index), \ 898 #define EFX_BAR_TBL_WRITED(_enp, _reg, _index, _edp, _lock) \ argument 902 uint32_t, (_index), \ 906 (_reg ## _OFST + ((_index) * _reg ## _STEP)), \ 911 #define EFX_BAR_TBL_WRITED2(_enp, _reg, _index, _edp, _lock) \ argument 915 uint32_t, (_index), \ 921 ((_index) * _reg ## _STEP)), \ 926 #define EFX_BAR_TBL_WRITED3(_enp, _reg, _index, _edp, _lock) \ argument [all …]
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_hw.h | 326 #define set11nTries(_series, _index) \ argument 327 (SM((_series)[_index].Tries, AR_XmitDataTries##_index)) 329 #define set11nRate(_series, _index) \ argument 330 (SM((_series)[_index].Rate, AR_XmitRate##_index)) 332 #define set11nPktDurRTSCTS(_series, _index) \ argument 333 (SM((_series)[_index].PktDuration, AR_PacketDur##_index) | \ 334 ((_series)[_index].RateFlags & ATH9K_RATESERIES_RTS_CTS ? \ 335 AR_RTSCTSQual##_index : 0)) 337 #define set11nRateFlags(_series, _index) \ argument 338 (((_series)[_index].RateFlags & ATH9K_RATESERIES_2040 ? \ [all …]
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | mbaddch.c | 175 win->_index = 1; in _mbaddch() 179 wch[win->_index] = (char)wc; in _mbaddch() 180 win->_index += 1; in _mbaddch() 184 if (win->_index < win->_nbyte) in _mbaddch()
|
H A D | dupwin.c | 150 new->_index = win->_index; in dupwin()
|
H A D | makenew.c | 123 win->_index = 0; in _makenew()
|
H A D | curses.ed | 180 short _index; /* index to hold coming char */
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_locking.c | 748 struct expression *assign_expr, void *_index) in match_lock_held() argument 750 int index = PTR_INT(_index); in match_lock_held() 771 struct expression *assign_expr, void *_index) in match_lock_failed() argument 773 int index = PTR_INT(_index); in match_lock_failed() 794 void *_index) in match_returns_locked() argument 796 int index = PTR_INT(_index); in match_returns_locked() 809 static void match_lock_unlock(const char *fn, struct expression *expr, void *_index) in match_lock_unlock() argument 811 int index = PTR_INT(_index); in match_lock_unlock() 1228 struct expression *assign_expr, void *_index) in match_dma_resv_lock_NULL() argument
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | package.sh | 4450 eval x='$'${host}_index 4451 eval ${host}_index=1
|