/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | e1000_regs.h | 87 #define E1000_EITR(_n) (0x01680 + (0x4 * (_n))) argument 175 #define E1000_INVM_DATA_REG(_n) (0x12120 + 4*(_n)) argument 200 #define E1000_I210_TQAVHC(_n) (0x300C + 0x40 * (_n)) argument 205 #define E1000_TQAVARBCTRL_QUEUE_PRI(_n, _p) ((_p) << (2 * _n)) argument 207 #define E1000_I210_TQAVCC(_n) (0x3004 + 0x40 * (_n)) argument 215 #define E1000_PQGPTC(_n) (0x010014 + (0x100 * (_n))) argument 218 #define E1000_I210_TXPBS_SIZE(_n, _s) ((_s) << (6 * _n)) argument 230 #define E1000_RDBAL(_n) ((_n) < 4 ? (0x02800 + ((_n) * 0x100)) : \ argument 231 (0x0C000 + ((_n) * 0x40))) 232 #define E1000_RDBAH(_n) ((_n) < 4 ? (0x02804 + ((_n) * 0x100)) : \ argument [all …]
|
H A D | e1000_vf.h | 54 #define E1000_SRRCTL(_n) ((_n) < 4 ? (0x0280C + ((_n) * 0x100)) : \ argument 55 (0x0C00C + ((_n) * 0x40))) 73 #define E1000_EITR(_n) (0x01680 + ((_n) << 2)) argument
|
H A D | e1000_82571.h | 48 #define E1000_EITR_82574(_n) (0x000E8 + (0x4 * (_n))) argument
|
H A D | e1000_ich8lan.h | 282 #define E1000_PCH_RAICC(_n) (0x05F50 + ((_n) * 4)) argument
|
/titanic_41/usr/src/lib/scsi/libses/common/ |
H A D | libses_plugin.h | 97 #define SES_NV_ADD(_t, _e, _l, _n, ...) \ argument 98 if (((_e) = nvlist_add_##_t((_l), (_n), __VA_ARGS__)) != 0) \ 99 return (ses_set_nverrno((_e), (_n))) 101 #define SES_NV_ADD_OR_FREE(_t, _e, _l, _n, ...) \ argument 102 if (((_e) = nvlist_add_##_t((_l), (_n), __VA_ARGS__)) != 0) { \ 103 nvlist_free(_l); return (ses_set_nverrno((_e), (_n))); } 112 #define SES_NV_CTLBOOL(_l, _n, _b) \ argument 115 (void) nvlist_lookup_boolean_value((_l), (_n), &v); \ 119 #define SES_NV_CTLBOOL_INVERT(_l, _n, _b) \ argument 122 (void) nvlist_lookup_boolean_value((_l), (_n), &v); \ [all …]
|
/titanic_41/usr/src/head/ |
H A D | syms.h | 56 } _n; member 64 #define n_name _n._n_name 65 #define n_nptr _n._n_nptr[1] 66 #define n_zeroes _n._n_n._n_zeroes 67 #define n_offset _n._n_n._n_offset
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | m_cc.c | 163 cc->_n = 1; in __m_chtype_cc() 187 if (cc->_n != 1 || wctomb((char *)mb, cc->_wc[0]) != 1) in __m_cc_chtype() 249 for (count = i = 0; i < cc->_n; ++i, count += bytes) in __m_cc_mbs() 327 cc->_n = (short)i; in __m_mbs_cc() 371 cc->_n = i; in __m_wcs_cc() 397 cc->_n = 1; in __m_wc_cc() 429 for (width = spacing = i = 0; i < cc->_n; ++i) { in __m_cc_sort() 447 for (i = spacing; i < cc->_n; ++i) { in __m_cc_sort() 448 for (j = cc->_n - 1; i < j; --j) { in __m_cc_sort() 744 if (_M_CCHAR_MAX < cp->_n + cc->_n) in __m_cc_modify() [all …]
|
H A D | getcchar.c | 58 return ((int)c->_n); in getcchar() 63 for (i = 0; i < c->_n; ++i) in getcchar()
|
H A D | winnwstr.c | 65 if (n < cp->_n) in winnwstr() 69 for (i = 0; i < cp->_n; ++i) { in winnwstr()
|
H A D | wunctrl.c | 92 if (cc->_n <= 0) in wunctrl() 105 for (i = 0; i < cc->_n; ++i) in wunctrl()
|
H A D | waddwchn.c | 59 for (x = w->_curx; x < n && cp->_n != 0 && cp->_wc[0] != '\0'; in wadd_wchnstr()
|
/titanic_41/usr/src/uts/common/io/arn/ |
H A D | arn_reg.h | 1459 #define AR_KEYTABLE(_n) (AR_KEYTABLE_0 + ((_n)*32)) argument 1472 #define AR_KEYTABLE_KEY0(_n) (AR_KEYTABLE(_n) + 0) argument 1473 #define AR_KEYTABLE_KEY1(_n) (AR_KEYTABLE(_n) + 4) argument 1474 #define AR_KEYTABLE_KEY2(_n) (AR_KEYTABLE(_n) + 8) argument 1475 #define AR_KEYTABLE_KEY3(_n) (AR_KEYTABLE(_n) + 12) argument 1476 #define AR_KEYTABLE_KEY4(_n) (AR_KEYTABLE(_n) + 16) argument 1477 #define AR_KEYTABLE_TYPE(_n) (AR_KEYTABLE(_n) + 20) argument 1478 #define AR_KEYTABLE_MAC0(_n) (AR_KEYTABLE(_n) + 24) argument 1479 #define AR_KEYTABLE_MAC1(_n) (AR_KEYTABLE(_n) + 28) argument
|
H A D | arn_core.h | 586 #define ATH_BA_ISSET(_bm, _n) (((_n) < (WME_BA_BMP_SIZE)) && \ argument 587 ((_bm)[(_n) >> 5] & (1 << ((_n) & 31)))) 674 #define ATH_NODE(_n) ((struct ath_node *)(_n)) argument
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | m_cc.c | 156 cc->_n = 1; 179 if (cc->_n != 1 || wctomb((char *) mb, cc->_wc[0]) != 1) 247 for (count = i = 0; i < cc->_n; ++i, count += bytes) 323 cc->_n = i; in __m_mbs_cc() 364 cc->_n = i; in __m_wcs_cc() 409 for (width = spacing = i = 0; i < cc->_n; ++i) { 427 for (i = spacing; i < cc->_n; ++i) { 428 for (j = cc->_n - 1; i < j; --j) { 789 if (c1->_n != c2->_n) 796 for (i = 0; i < c1->_n; ++i) [all …]
|
H A D | getcchar.c | 56 return __m_return_int("getcchar", c->_n + 1); in getcchar() 61 for (i = 0; i < c->_n; ++i) in getcchar()
|
H A D | winnwstr.c | 63 if (n < cp->_n) 67 for (i = 0; i < cp->_n; ++i)
|
H A D | wunctrl.c | 94 if (cc->_n <= 0) 107 for (i = 0; i < cc->_n; ++i)
|
H A D | waddwchn.c | 61 for (x = w->_curx; x < n && cp->_n != 0; x += width, ++cp)
|
H A D | wadd_wch.c | 88 uc._n = 1;
|
/titanic_41/usr/src/uts/common/io/xge/hal/include/ |
H A D | xge-list.h | 157 #define xge_list_for_each_safe(_p, _n, _h) \ argument 158 for (_p = (_h)->next, _n = _p->next; _p != (_h); \ 159 _p = _n, _n = _p->next)
|
/titanic_41/usr/src/uts/common/io/bpf/net/ |
H A D | bpfdesc.h | 91 #define MBPF_OPEN(_m, _n, _p, _z) (_m)->bpr_open(_n, (uintptr_t *)_p, _z) argument 100 #define MBPF_GET_LINKID(_m, _n, _ip, _z) \ argument 101 (_m)->bpr_getlinkid(_n, _ip, _z)
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_util.c | 60 unsigned long _n = n >> 1; in log2_align() local 62 while (_n) in log2_align() 64 _n >>= 1; in log2_align()
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_type.h | 363 #define IXGBE_FHFT(_n) (0x09000 + (_n * 0x100)) /* Flex host filter table */ argument 365 #define IXGBE_FHFT_EXT(_n) (0x09800 + (_n * 0x100)) argument 471 #define IXGBE_LSECTXKEY0(_n) (0x08A1C + (4 * (_n))) /* 4 of these (0-3) */ argument 472 #define IXGBE_LSECTXKEY1(_n) (0x08A2C + (4 * (_n))) /* 4 of these (0-3) */ argument 478 #define IXGBE_LSECRXKEY(_n, _m) (0x08F20 + ((0x10 * (_n)) + (4 * (_m)))) argument 493 #define IXGBE_LSECRXOK(_n) (0x08F64 + (0x04 * (_n))) /* InPktsOk */ argument 494 #define IXGBE_LSECRXINV(_n) (0x08F6C + (0x04 * (_n))) /* InPktsInvalid */ argument 495 #define IXGBE_LSECRXNV(_n) (0x08F74 + (0x04 * (_n))) /* InPktsNotValid */ argument
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 427 #define EMLXS_SET_DFC_STATE(_n, _state) if (_n && _n->nlp_active)\ argument 428 {(_n)->dfc_state = (_state); } 466 #define EMLXS_NODE_TO_RPI(_p, _n) \ argument 467 ((_n)?((_n->rpip)?_n->rpip:emlxs_rpi_find(_p, _n->nlp_Rpi)):NULL)
|
/titanic_41/usr/src/uts/common/io/ath/ |
H A D | ath_impl.h | 156 #define ATH_NODE(_n) ((struct ath_node *)(_n)) argument
|