Home
last modified time | relevance | path

Searched refs:_d (Results 1 – 22 of 22) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dsysmacros.h340 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
341 uint8_t _a, _b, _c, _d
342 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
343 uint8_t _a, _b, _c, _d, _e
344 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
345 uint8_t _a, _b, _c, _d, _e, _f
346 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
347 uint8_t _a, _b, _c, _d, _e, _f, _g
348 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
349 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
[all …]
H A Dtypes.h76 double _d;
80 double _d;
222 double _d; member
227 double _d; member
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h239 i6addr_t *_d = (i6addr_t *)(d); \
240 _d->i6[3] = NLADD(_s->i6[3], x); \
241 if (ntohl(_d->i6[3]) < ntohl(_s->i6[3])) { \
242 _d->i6[2] = NLADD(_d->i6[2], 1); \
243 if (ntohl(_d->i6[2]) < ntohl(_s->i6[2])) { \
244 _d->i6[1] = NLADD(_d->i6[1], 1); \
245 if (ntohl(_d->i6[1]) < ntohl(_s->i6[1])) { \
246 _d->i6[0] = NLADD(_d->i6[0], 1); \
253 i6addr_t *_d = (i6addr_t *)(d); \
254 _d->i6[0] = _s1->i6[0] & _s2->i6[0]; \
[all …]
/titanic_41/usr/src/cmd/acct/
H A Dlastlogin.sh51 _d="`date +%y-%m-%d`"
59 sed -e "s/^[^ ]*[ ]\([^ ]*\)[ ].*/$_d \1/" | \
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dmath.h192 #define RETURNFLOAT(x) { union {double _d; float _f } _kluge; _kluge._f = (x); return _kluge._d; }
193 #define ASSIGNFLOAT(x,y) { union {double _d; float _f } _kluge; _kluge._d = (y); x = _kluge._f; }
/titanic_41/usr/src/uts/sun4u/starfire/sys/
H A Didn.h2238 register int _d; \
2242 for (_d = 0; _d < (csp)->ch_recv_domcount; _d++) { \
2244 (_d * 4)) & 0xf) == (dom)) \
2249 if (_d == (csp)->ch_recv_domcount) { \
2255 for (_d = 0; _d < 16; \
2256 _d += (csp)->ch_recv_domcount) { \
2264 register int _d; \
2268 for (_d = 0; _d < (csp)->ch_recv_domcount; _d++) { \
2270 (_d * 4)) & 0xf) == (dom)) \
2275 if (_d < (csp)->ch_recv_domcount) { \
[all …]
/titanic_41/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h97 #define MBPF_PROMISC_ADD(_m, _h, _o, _d, _p, _f) \ argument
98 (_m)->bpr_promisc_add(_h, _o, _d, _p, _f)
/titanic_41/usr/src/ucbhead/sys/
H A Dtypes.h146 double _d; member
151 double _d; member
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2202 #define SWAP32_BCOPY(_s, _d, _c) emlxs_swap32_bcopy(_s, _d, _c) argument
2232 #define LE_SWAP32_BCOPY(_s, _d, _c) SWAP32_BCOPY(_s, _d, _c) argument
2248 #define LE_SWAP32_BCOPY(_s, _d, _c) bcopy(_s, _d, _c) argument
2259 #define BE_SWAP32_BCOPY(_s, _d, _c) SWAP32_BCOPY(_s, _d, _c) argument
2265 #define BE_SWAP32_BCOPY(_s, _d, _c) bcopy(_s, _d, _c) argument
/titanic_41/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h324 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \ argument
325 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
628 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \ argument
629 sysevent_post_event(_c, _d, _b, "libzpool", _e, _f)
/titanic_41/usr/src/head/iso/
H A Dmath_iso.h49 double _d; member
58 #define HUGE_VAL __huge_val._d
H A Dstdio_iso.h79 double _d;
/titanic_41/usr/src/uts/sun4u/sys/
H A Dzulumod.h59 #define zulud_write_tte(_devp, _a, _b, _c, _d, _e, _f) \ argument
60 ZULUDCHKFUNC((_devp)->dops, write_tte, (_a, _b, _c, _d, _e, _f))
/titanic_41/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c76 dev_t _d, uint_t _f);
78 #define platform_consoles(_m, _di, _d, _f) \ argument
80 ? find_platform_consoles(_m, _di, _d, _f) \
81 : (nulldev(_m, _di, _d, _f), (char *)0))
/titanic_41/usr/src/lib/libm/common/
H A Dllib-lm40 double _d;
/titanic_41/usr/src/uts/common/sys/scsi/generic/
H A Dsmp_frames.h866 #define SMP_ROUTE_PHY(_d, _s, _i) \ argument
867 ((_d)->srtd_phy_bitmap[(48 - (_i) + (_s)) >> 3] & \
/titanic_41/usr/src/common/crypto/sha1/
H A Dsha1.c56 #define bcopy(_s, _d, _l) ((void) memcpy((_d), (_s), (_l))) argument
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c10571 register int _d; \
10574 for (_d = 0; _d < MAX_DOMAINS; _d++) { \
10575 if (DOMAIN_IN_SET((csp)->ch_recv_domset, _d)) { \
10576 (mmp)[_d] = \
10577 &idn_domain[_d].dmbox.m_recv[chan]; \
10579 (mmp)[_d] = NULL; \
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dnvtype.c126 #define alignof(t) ((char*)&((_Align_*)0)->_d##t-(char*)&((_Align_*)0)->_c##t)
/titanic_41/usr/src/lib/libshell/common/
H A Dsh.memo1004 TIME='"${_d[_s]}$_x1:$_x2:$_x3"'
/titanic_41/usr/src/cmd/terminfo/
H A Dtermcap.src12095 :te=\E~_b:ti=\E~_d\E[2J:tc=ts100:
H A Dterminfo.src13644 rmcup=\E~_b, smcup=\E~_d\E[2J, use=ts100,