Home
last modified time | relevance | path

Searched refs:_n (Results 1 – 25 of 49) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_regs.h235 #define E1000_RDBAL(_n) ((_n) < 4 ? (0x02800 + ((_n) * 0x100)) : \ argument
237 #define E1000_RDBAH(_n) ((_n) < 4 ? (0x02804 + ((_n) * 0x100)) : \ argument
239 #define E1000_RDLEN(_n) ((_n) < 4 ? (0x02808 + ((_n) * 0x100)) : \ argument
243 #define E1000_RDH(_n) ((_n) < 4 ? (0x02810 + ((_n) * 0x100)) : \ argument
245 #define E1000_RXCTL(_n) ((_n) < 4 ? (0x02814 + ((_n) * 0x100)) : \ argument
248 #define E1000_RDT(_n) ((_n) < 4 ? (0x02818 + ((_n) * 0x100)) : \ argument
252 #define E1000_RQDPC(_n) ((_n) < 4 ? (0x02830 + ((_n) * 0x100)) : \ argument
254 #define E1000_TDBAL(_n) ((_n) < 4 ? (0x03800 + ((_n) * 0x100)) : \ argument
256 #define E1000_TDBAH(_n) ((_n) < 4 ? (0x03804 + ((_n) * 0x100)) : \ argument
260 #define E1000_TDH(_n) ((_n) < 4 ? (0x03810 + ((_n) * 0x100)) : \ argument
[all …]
H A De1000_vf.h54 #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 De1000_82571.h48 #define E1000_EITR_82574(_n) (0x000E8 + (0x4 * (_n))) argument
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_regs.h103 #define IGC_RDBAL(_n) ((_n) < 4 ? (0x02800 + ((_n) * 0x100)) : \ argument
105 #define IGC_RDBAH(_n) ((_n) < 4 ? (0x02804 + ((_n) * 0x100)) : \ argument
107 #define IGC_RDLEN(_n) ((_n) < 4 ? (0x02808 + ((_n) * 0x100)) : \ argument
111 #define IGC_RDH(_n) ((_n) < 4 ? (0x02810 + ((_n) * 0x100)) : \ argument
113 #define IGC_RDT(_n) ((_n) < 4 ? (0x02818 + ((_n) * 0x100)) : \ argument
117 #define IGC_RQDPC(_n) ((_n) < 4 ? (0x02830 + ((_n) * 0x100)) : \ argument
119 #define IGC_TDBAL(_n) ((_n) < 4 ? (0x03800 + ((_n) * 0x100)) : \ argument
121 #define IGC_TDBAH(_n) ((_n) < 4 ? (0x03804 + ((_n) * 0x100)) : \ argument
123 #define IGC_TDLEN(_n) ((_n) < 4 ? (0x03808 + ((_n) * 0x100)) : \ argument
125 #define IGC_TDH(_n) ((_n) < 4 ? (0x03810 + ((_n) * 0x100)) : \ argument
[all …]
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dlibses_plugin.h97 #define SES_NV_ADD(_t, _e, _l, _n, ...) \ argument
99 return (ses_set_nverrno((_e), (_n)))
101 #define SES_NV_ADD_OR_FREE(_t, _e, _l, _n, ...) \ argument
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); \
126 #define SES_NV_CTL64(_l, _n, _v) \ argument
129 (void) nvlist_lookup_uint64((_l), (_n), &v); \
133 #define SES_NV_CTL16(_l, _n, _v) \ argument
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c161 cc->_n = 1; in __m_chtype_cc()
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()
742 if (_M_CCHAR_MAX < cp->_n + cc->_n) in __m_cc_modify()
745 for (i = cp->_n, j = 0; j < cc->_n; ++i, ++j) in __m_cc_modify()
747 cp->_n = (short)i; in __m_cc_modify()
952 if (c1->_n != c2->_n) in __m_cc_equal()
954 for (i = 0; i < c1->_n; ++i) in __m_cc_equal()
973 if (c1->_n != c2->_n) in __m_cc_compare()
[all …]
H A Dgetcchar.c56 return ((int)c->_n); in getcchar()
61 for (i = 0; i < c->_n; ++i) in getcchar()
H A Dwinnwstr.c63 if (n < cp->_n) in winnwstr()
67 for (i = 0; i < cp->_n; ++i) { in winnwstr()
H A Dwunctrl.c90 if (cc->_n <= 0) in wunctrl()
103 for (i = 0; i < cc->_n; ++i) in wunctrl()
H A Dwaddwchn.c57 for (x = w->_curx; x < n && cp->_n != 0 && cp->_wc[0] != '\0'; in wadd_wchnstr()
/illumos-gate/usr/src/head/
H A Dsyms.h54 } _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 Darn_reg.h1459 #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 Darn_core.h586 #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 Defsys.h64 #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
82 #define __inout_ecount(_n) argument
83 #define __inout_ecount_opt(_n) argument
[all …]
/illumos-gate/usr/src/boot/sys/sys/
H A Dselect.h87 __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 Dm_cc.c154 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 Dgetcchar.c54 return __m_return_int("getcchar", c->_n + 1); in getcchar()
59 for (i = 0; i < c->_n; ++i) in getcchar()
H A Dwinnwstr.c61 if (n < cp->_n)
65 for (i = 0; i < cp->_n; ++i)
H A Dwunctrl.c92 if (cc->_n <= 0)
105 for (i = 0; i < cc->_n; ++i)
H A Dwaddwchn.c59 for (x = w->_curx; x < n && cp->_n != 0; x += width, ++cp)
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-list.h157 #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 Dbpfdesc.h91 #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 Drust.h68 #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 Dlm_util.c60 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 Drust.c59 #define GROUP(_n, ...) \ argument
60 static rust_test_grp_t _n = { \
61 .name = #_n, \

12