/titanic_41/usr/src/uts/common/sys/ |
H A D | sysmacros.h | 340 #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 D | types.h | 76 double _d; 80 double _d; 222 double _d; member 227 double _d; member
|
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_fil.h | 239 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 D | lastlogin.sh | 51 _d="`date +%y-%m-%d`" 59 sed -e "s/^[^ ]*[ ]\([^ ]*\)[ ].*/$_d \1/" | \
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | math.h | 192 #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 D | idn.h | 2238 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 D | bpfdesc.h | 97 #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 D | types.h | 146 double _d; member 151 double _d; member
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 2202 #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 D | zfs_context.h | 324 #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 D | math_iso.h | 49 double _d; member 58 #define HUGE_VAL __huge_val._d
|
H A D | stdio_iso.h | 79 double _d;
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | zulumod.h | 59 #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 D | ttymux_dacf.c | 76 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 D | llib-lm | 40 double _d;
|
/titanic_41/usr/src/uts/common/sys/scsi/generic/ |
H A D | smp_frames.h | 866 #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 D | sha1.c | 56 #define bcopy(_s, _d, _l) ((void) memcpy((_d), (_s), (_l))) argument
|
/titanic_41/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_proto.c | 10571 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 D | nvtype.c | 126 #define alignof(t) ((char*)&((_Align_*)0)->_d##t-(char*)&((_Align_*)0)->_c##t)
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | sh.memo | 1004 TIME='"${_d[_s]}$_x1:$_x2:$_x3"'
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 12095 :te=\E~_b:ti=\E~_d\E[2J:tc=ts100:
|
H A D | terminfo.src | 13644 rmcup=\E~_b, smcup=\E~_d\E[2J, use=ts100,
|