/illumos-gate/usr/src/uts/common/sys/ |
H A D | sysmacros.h | 343 #define DECL_BITFIELD2(_a, _b) \ argument 345 #define DECL_BITFIELD3(_a, _b, _c) \ argument 347 #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 358 #define DECL_BITFIELD2(_a, _b) \ argument 360 #define DECL_BITFIELD3(_a, _b, _c) \ argument 362 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument [all …]
|
H A D | asy.h | 437 } _a; member
|
/illumos-gate/usr/src/uts/common/io/bnx/include/ |
H A D | bcmtype.h | 266 #define S64_SUB(_a, _b) ((s64_t) ((s64_t) (_a) - (s64_t) (_b))) argument 267 #define u64_SUB(_a, _b) ((u64_t) ((s64_t) (_a) - (s64_t) (_b))) argument 268 #define S32_SUB(_a, _b) ((s32_t) ((s32_t) (_a) - (s32_t) (_b))) argument 269 #define uS32_SUB(_a, _b) ((u32_t) ((s32_t) (_a) - (s32_t) (_b))) argument 270 #define S16_SUB(_a, _b) ((s16_t) ((s16_t) (_a) - (s16_t) (_b))) argument 271 #define u16_SUB(_a, _b) ((u16_t) ((s16_t) (_a) - (s16_t) (_b))) argument 272 #define PTR_SUB(_a, _b) ((u8_t *) (_a) - (u8_t *) (_b)) argument
|
H A D | lm_defs.h | 66 #define ALIGN_DELTA_TO_BOUNDARY(_p, _a) \ argument 74 #define ALIGN_PTR_TO_BOUNDARY(_p, _a) \ argument
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/ |
H A D | bcmtype.h | 284 #define S64_SUB(_a, _b) ((s64_t) ((s64_t) (_a) - (s64_t) (_b))) argument 285 #define u64_SUB(_a, _b) ((u64_t) ((s64_t) (_a) - (s64_t) (_b))) argument 286 #define S32_SUB(_a, _b) ((s32_t) ((s32_t) (_a) - (s32_t) (_b))) argument 287 #define uS32_SUB(_a, _b) ((u32_t) ((s32_t) (_a) - (s32_t) (_b))) argument 288 #define S16_SUB(_a, _b) ((s16_t) ((s16_t) (_a) - (s16_t) (_b))) argument 289 #define u16_SUB(_a, _b) ((u16_t) ((s16_t) (_a) - (s16_t) (_b))) argument 290 #define PTR_SUB(_a, _b) ((u8_t *) (_a) - (u8_t *) (_b)) argument
|
H A D | lm_defs.h | 80 #define ALIGN_DELTA_TO_BOUNDARY(_p, _a) \ argument 86 #define ALIGN_PTR_TO_BOUNDARY(_p, _a) \ argument
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | efx_hash.c | 67 #define EFX_HASH_MIX(_a, _b, _c) \ argument 91 #define EFX_HASH_FINALISE(_a, _b, _c) \ argument
|
/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/ |
H A D | showmount.c | 212 sorthost(const void *_a, const void *_b) in sorthost() 221 sortpath(const void *_a, const void *_b) in sortpath()
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/ |
H A D | db-int.h | 284 #define MAX(_a,_b) ((_a)<(_b)?(_b):(_a)) argument 287 #define MIN(_a,_b) ((_a)<(_b)?(_a):(_b)) argument
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | strplumb.c | 75 #define DBG1(_f, _a) \ argument 79 #define DBG2(_f, _a, _b) \ argument 83 #define DBG3(_f, _a, _b, _c) \ argument
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | cudbg_lib.h | 42 #define min_t(type, _a, _b) (((type)(_a) < (type)(_b)) ? (type)(_a) : (type)(_b)) argument
|
H A D | cudbg_entity.h | 126 #define ARRAY_SIZE(_a) (sizeof((_a)) / sizeof((_a)[0])) argument
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | test-sort.c | 7 int_cmp (const void *_a, const void *_b) in int_cmp()
|
H A D | storage.c | 31 static int hash_list_cmp(const void *_a, const void *_b) in hash_list_cmp() 113 static int storage_hash_cmp(const void *_a, const void *_b) in storage_hash_cmp()
|
H A D | expand.c | 959 static int compare_expressions(const void *_a, const void *_b) in compare_expressions()
|
H A D | linearize.c | 2142 static int multijmp_cmp(const void *_a, const void *_b) in multijmp_cmp()
|
/illumos-gate/usr/src/uts/common/io/bpf/ |
H A D | bpf_filter.c | 54 #define mtod(_a, _t) ((_t)((_a)->b_rptr)) argument
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | outfile.c | 60 Xword _r, _a, _b; in ld_lcm() local
|
/illumos-gate/usr/src/boot/efi/include/Uefi/ |
H A D | UefiBaseType.h | 156 #define EFIERR(_a) ENCODE_ERROR(_a) argument
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xencons.h | 166 } _a; member
|
/illumos-gate/usr/src/lib/libilb/common/ |
H A D | libilb_impl.h | 99 #define GET_AF(_a) IN6_IS_ADDR_V4MAPPED(_a)?AF_INET:AF_INET6 argument
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_ath9k.h | 620 #define REG_RMW(_a, _r, _set, _clr) \ argument 622 #define REG_RMW_FIELD(_a, _r, _f, _v) \ argument 625 #define REG_SET_BIT(_a, _r, _f) \ argument 627 #define REG_CLR_BIT(_a, _r, _f) \ argument
|
H A D | arn_regd.h | 137 #define swap(_a, _b, _size) { \ argument
|
/illumos-gate/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 346 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \ argument
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | sudev.h | 317 } _a; member
|