/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_regs.h | 90 #define E1000_EITR(_n) (0x01680 + (0x4 * (_n))) argument 180 #define E1000_INVM_DATA_REG(_n) (0x12120 + 4*(_n)) argument 205 #define E1000_I210_TQAVHC(_n) (0x300C + 0x40 * (_n)) argument 210 #define E1000_TQAVARBCTRL_QUEUE_PRI(_n, _p) ((_p) << (2 * (_n))) argument 212 #define E1000_I210_TQAVCC(_n) (0x3004 + 0x40 * (_n)) argument 220 #define E1000_PQGPTC(_n) (0x010014 + (0x100 * (_n))) argument 223 #define E1000_I210_TXPBS_SIZE(_n, _s) ((_s) << (6 * (_n))) argument 235 #define E1000_RDBAL(_n) ((_n) < 4 ? (0x02800 + ((_n) * 0x100)) : \ argument 236 (0x0C000 + ((_n) * 0x40))) 237 #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 | 305 #define E1000_PCH_RAICC(_n) (0x05F50 + ((_n) * 4)) argument
|
/illumos-gate/usr/src/uts/common/io/igc/core/ |
H A D | igc_regs.h | 40 #define IGC_EITR(_n) (0x01680 + (0x4 * (_n))) argument 91 #define IGC_INVM_DATA_REG(_n) (0x12120 + 4*(_n)) argument 103 #define IGC_RDBAL(_n) ((_n) < 4 ? (0x02800 + ((_n) * 0x100)) : \ argument 104 (0x0C000 + ((_n) * 0x40))) 105 #define IGC_RDBAH(_n) ((_n) < 4 ? (0x02804 + ((_n) * 0x100)) : \ argument 106 (0x0C004 + ((_n) * 0x40))) 107 #define IGC_RDLEN(_n) ((_n) < 4 ? (0x02808 + ((_n) * 0x100)) : \ argument 108 (0x0C008 + ((_n) * 0x40))) 109 #define IGC_SRRCTL(_n) ((_n) < 4 ? (0x0280C + ((_n) * 0x100)) : \ argument 110 (0x0C00C + ((_n) * 0x40))) [all …]
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | m_cc.c | 161 cc->_n = 1; in __m_chtype_cc() 185 if (cc->_n != 1 || wctomb((char *)mb, cc->_wc[0]) != 1) in __m_cc_chtype() 247 for (count = i = 0; i < cc->_n; ++i, count += bytes) in __m_cc_mbs() 325 cc->_n = (short)i; in __m_mbs_cc() 369 cc->_n = i; in __m_wcs_cc() 395 cc->_n = 1; in __m_wc_cc() 427 for (width = spacing = i = 0; i < cc->_n; ++i) { in __m_cc_sort() 445 for (i = spacing; i < cc->_n; ++i) { in __m_cc_sort() 446 for (j = cc->_n - 1; i < j; --j) { in __m_cc_sort() 742 if (_M_CCHAR_MAX < cp->_n + cc->_n) in __m_cc_modify() [all …]
|
H A D | getcchar.c | 56 return ((int)c->_n); in getcchar() 61 for (i = 0; i < c->_n; ++i) in getcchar()
|
H A D | winnwstr.c | 63 if (n < cp->_n) in winnwstr() 67 for (i = 0; i < cp->_n; ++i) { in winnwstr()
|
H A D | wunctrl.c | 90 if (cc->_n <= 0) in wunctrl() 103 for (i = 0; i < cc->_n; ++i) in wunctrl()
|
/illumos-gate/usr/src/head/ |
H A D | syms.h | 54 } _n; member 62 #define n_name _n._n_name 63 #define n_nptr _n._n_nptr[1] 64 #define n_zeroes _n._n_n._n_zeroes 65 #define n_offset _n._n_n._n_offset
|
/illumos-gate/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
|
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | efsys.h | 64 #define __in_ecount(_n) argument 65 #define __in_ecount_opt(_n) argument 66 #define __in_bcount(_n) argument 67 #define __in_bcount_opt(_n) argument 71 #define __out_ecount(_n) argument 72 #define __out_ecount_opt(_n) argument 73 #define __out_bcount(_n) argument 74 #define __out_bcount_opt(_n) argument 75 #define __out_bcount_part(_n, _l) argument 76 #define __out_bcount_part_opt(_n, _l) argument [all …]
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | select.h | 87 __size_t _n; \ 90 _n = _howmany(FD_SETSIZE, _NFDBITS); \ 91 while (_n > 0) \ 92 _p->__fds_bits[--_n] = 0; \
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | m_cc.c | 154 cc->_n = 1; 177 if (cc->_n != 1 || wctomb((char *) mb, cc->_wc[0]) != 1) 245 for (count = i = 0; i < cc->_n; ++i, count += bytes) 321 cc->_n = i; in __m_mbs_cc() 362 cc->_n = i; in __m_wcs_cc() 407 for (width = spacing = i = 0; i < cc->_n; ++i) { 425 for (i = spacing; i < cc->_n; ++i) { 426 for (j = cc->_n - 1; i < j; --j) { 787 if (c1->_n != c2->_n) 794 for (i = 0; i < c1->_n; ++i) [all …]
|
H A D | getcchar.c | 54 return __m_return_int("getcchar", c->_n + 1); in getcchar() 59 for (i = 0; i < c->_n; ++i) in getcchar()
|
H A D | winnwstr.c | 61 if (n < cp->_n) 65 for (i = 0; i < cp->_n; ++i)
|
H A D | wunctrl.c | 92 if (cc->_n <= 0) 105 for (i = 0; i < cc->_n; ++i)
|
/illumos-gate/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)
|
/illumos-gate/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)
|
/illumos-gate/usr/src/lib/libdemangle/common/ |
H A D | rust.h | 68 #define SKIP_END(_st, _n) (_st)->rs_skip = (_n) argument
|
/illumos-gate/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()
|
/illumos-gate/usr/src/test/util-tests/tests/demangle/ |
H A D | rust.c | 59 #define GROUP(_n, ...) \ argument 60 static rust_test_grp_t _n = { \ 61 .name = #_n, \
|
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_type.h | 598 #define IXGBE_FHFT(_n) (0x09000 + ((_n) * 0x100)) /* Flex host filter table */ argument 600 #define IXGBE_FHFT_EXT(_n) (0x09800 + ((_n) * 0x100)) argument 601 #define IXGBE_FHFT_EXT_X550(_n) (0x09600 + ((_n) * 0x100)) argument 783 #define IXGBE_LSECTXKEY0(_n) (0x08A1C + (4 * (_n))) /* 4 of these (0-3) */ argument 784 #define IXGBE_LSECTXKEY1(_n) (0x08A2C + (4 * (_n))) /* 4 of these (0-3) */ argument 790 #define IXGBE_LSECRXKEY(_n, _m) (0x08F20 + ((0x10 * (_n)) + (4 * (_m)))) argument 805 #define IXGBE_LSECRXOK(_n) (0x08F64 + (0x04 * (_n))) /* InPktsOk */ argument 806 #define IXGBE_LSECRXINV(_n) (0x08F6C + (0x04 * (_n))) /* InPktsInvalid */ argument 807 #define IXGBE_LSECRXNV(_n) (0x08F74 + (0x04 * (_n))) /* InPktsNotValid */ argument
|