Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsysmacros.h347 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
349 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
351 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
353 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
355 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
362 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
364 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
366 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
368 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
370 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
H A Dtypes.h244 double _d; member
249 double _d; member
/illumos-gate/usr/src/test/util-tests/tests/demangle/
H A Drust.c51 #define T(_m, _d) { .mangled = _m, .demangled = _d } argument
/illumos-gate/usr/src/ucbhead/sys/
H A Dtypes.h146 double _d; member
151 double _d; member
/illumos-gate/usr/src/head/iso/
H A Dmath_iso.h41 double _d; member
/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c71 #define bcopy(_s, _d, _l) ((void) memcpy((_d), (_s), (_l))) argument
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h97 #define MBPF_PROMISC_ADD(_m, _h, _o, _d, _p, _f) \ argument
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h346 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \ argument
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2236 #define SWAP32_BCOPY(_s, _d, _c) emlxs_swap32_bcopy(_s, _d, _c) argument
2266 #define LE_SWAP32_BCOPY(_s, _d, _c) SWAP32_BCOPY(_s, _d, _c) argument
2282 #define LE_SWAP32_BCOPY(_s, _d, _c) bcopy(_s, _d, _c) argument
2293 #define BE_SWAP32_BCOPY(_s, _d, _c) SWAP32_BCOPY(_s, _d, _c) argument
2299 #define BE_SWAP32_BCOPY(_s, _d, _c) bcopy(_s, _d, _c) argument
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dsmp_frames.h866 #define SMP_ROUTE_PHY(_d, _s, _i) \ argument