Searched refs:_n (Results 26 - 46 of 46) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dslk.c321 for (wp = wcs, width = 0; label != '\0'; label += i, wp += cc._n) {
329 (void) wcsncpy(wp, cc._wc, cc._n);
H A Dwacs.c179 || acs->_n != 1 || wctomb((char *) mb, acs->_wc[0]) != 1)
H A Dwins_wch.c143 uc._n = 1;
H A Ddoupdate.c780 cp->_n = -1;
/opensolaris-onvv-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h156 #define ATH_NODE(_n) ((struct ath_node *)(_n))
/opensolaris-onvv-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_type.h323 #define IXGBE_FHFT(_n) (0x09000 + (_n * 0x100)) /* Flex host filter table */
325 #define IXGBE_FHFT_EXT(_n) (0x09800 + (_n * 0x100))
428 #define IXGBE_LSECTXKEY0(_n) (0x08A1C + (4 * (_n))) /* 4 of these (0-3) */
429 #define IXGBE_LSECTXKEY1(_n) (0x08A2C + (4 * (_n))) /* 4 of these (0-3) */
435 #define IXGBE_LSECRXKEY(_n, _m) (0x08F20 + ((0x10 * (_n))
[all...]
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dslk.c352 for (wp = wcs, width = 0; *label != '\0'; label += i, wp += cc._n) {
362 (void) wcsncpy(wp, cc._wc, cc._n);
H A Ddoupdate.c910 cp->_n = -1;
/opensolaris-onvv-gate/usr/src/uts/common/io/arn/
H A Darn_core.h583 * return whether a bit at index _n in bitmap _bm is set
586 #define ATH_BA_ISSET(_bm, _n) (((_n) < (WME_BA_BMP_SIZE)) && \
587 ((_bm)[(_n) >> 5] & (1 << ((_n) & 31))))
674 #define ATH_NODE(_n) ((struct ath_node *)(_n))
H A Darn_phy.h42 #define AR_PHY(_n) (AR_PHY_BASE + ((_n)<<2))
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c2577 int _c, _n; local
2647 _n = (int)(width - _i);
2653 while (_n-- > 0)
2660 while (_n-- > 0)
2730 _n = (int)(prec - ssize);
2731 while ((_n-- > 0) &&
2739 _n = (int)(width - ssize - psize);
2740 while (_n-- > 0) {
2759 _n = (int)(width - ssize - psize);
2760 while (_n
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c236 int _n = 0; \
241 _n *= 0x10; \
244 _n += _hc - '0'; \
246 _n += _hc - 'W'; \
248 _n += _hc - '7'; \
251 (c) = _n; \
/opensolaris-onvv-gate/usr/src/lib/libshell/common/tests/
H A Dnameref.sh360 typeset _n sp
/opensolaris-onvv-gate/usr/src/uts/common/inet/nca/
H A Dnca.h813 int _n = MIN((d_sz), 63); \
815 bcopy((d), _p->data, _n); \
816 bzero(&_p->data[_n], 64 - _n); \
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h463 #define EMLXS_NODE_TO_RPI(_h, _n) \
464 ((_n)?((_n->RPIp)?_n->RPIp:emlxs_sli4_find_rpi(_h, _n->nlp_Rpi)):NULL)
/opensolaris-onvv-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c456 if (strncmp(q->_n._n_name,
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c1124 * Count number of memory pages (_t) based on mnode id (_n) and query type (_t).
1126 #define _LGRP_PLAT_MEM_SIZE(_n, _q, _t) \
1127 if (mem_node_config[_n].exists) { \
1130 _t += MNODE_PGCNT(_n); \
1133 _t += mem_node_memlist_pages(_n, phys_avail); \
1136 _t += mem_node_memlist_pages(_n, phys_install); \
/opensolaris-onvv-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_element_ctl.c1778 #define CTL_DESC(_e, _n) \
1781 .scd_props = _n##_props, \
1782 .scd_setdef = elem_setdef_##_n \
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/
H A Dzuluvm.c89 #define ZULUVM_MONDO(_zdev, _n) \
91 (ZULUVM_INO_MASK & (_n))
/opensolaris-onvv-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h133 short _n; /* Number of elements in wc[]. */ member in struct:__anon4558
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h132 short _n; /* Number of elements in wc[]. */ member in struct:__anon4572

Completed in 169 milliseconds

12