Home
last modified time | relevance | path

Searched defs:_d (Results 1 – 10 of 10) sorted by relevance

/titanic_51/usr/src/uts/common/sys/
H A Dsysmacros.h343 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
345 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
347 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
349 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
351 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
358 DECL_BITFIELD4(_a,_b,_c,_d) global() argument
360 DECL_BITFIELD5(_a,_b,_c,_d,_e) global() argument
362 DECL_BITFIELD6(_a,_b,_c,_d,_e,_f) global() argument
364 DECL_BITFIELD7(_a,_b,_c,_d,_e,_f,_g) global() argument
366 DECL_BITFIELD8(_a,_b,_c,_d,_e,_f,_g,_h) global() argument
[all...]
H A Dtypes.h222 double _d; member
227 double _d; member
/titanic_51/usr/src/ucbhead/sys/
H A Dtypes.h146 double _d; member
151 double _d; member
/titanic_51/usr/src/common/crypto/sha1/
H A Dsha1.c56 #define bcopy(_s, _d, _l) ((void) memcpy((_d), (_s), (_l))) argument
/titanic_51/usr/src/head/iso/
H A Dmath_iso.h49 double _d; member
/titanic_51/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c78 #define platform_consoles(_m, _di, _d, _f) \ argument
/titanic_51/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h97 #define MBPF_PROMISC_ADD(_m, _h, _o, _d, _p, _f) \ argument
/titanic_51/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h325 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \ argument
629 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \ argument
/titanic_51/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, _ argument
[all...]
/titanic_51/usr/src/uts/common/sys/scsi/generic/
H A Dsmp_frames.h866 #define SMP_ROUTE_PHY(_d, _s, _i) \ argument