/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | efx_hash.c | 67 #define EFX_HASH_MIX(_a, _b, _c) \ argument 71 _c += _b; \ 72 _b -= _a; \ 73 _b ^= EFX_HASH_ROTATE(_a, 6); \ 75 _c -= _b; \ 76 _c ^= EFX_HASH_ROTATE(_b, 8); \ 77 _b += _a; \ 80 _c += _b; \ 81 _b -= _a; \ 82 _b ^= EFX_HASH_ROTATE(_a, 19); \ [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sysmacros.h | 343 #define DECL_BITFIELD2(_a, _b) \ argument 344 uint8_t _a, _b 345 #define DECL_BITFIELD3(_a, _b, _c) \ argument 346 uint8_t _a, _b, _c 347 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument 348 uint8_t _a, _b, _c, _d 349 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument 350 uint8_t _a, _b, _c, _d, _e 351 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument 352 uint8_t _a, _b, _c, _d, _e, _f [all …]
|
/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
|
/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
|
/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/contrib/ast/src/lib/libast/include/ |
H A D | debug.h | 53 #define DEBUG_PRINT(fd,s,v) do {char _b[1024];write(fd,_b,sfsprintf(_b,sizeof(_b),s,v));} while(0)
|
/illumos-gate/usr/src/lib/scsi/libses/common/ |
H A D | libses_plugin.h | 112 #define SES_NV_CTLBOOL(_l, _n, _b) \ argument 116 (_b) = v; \ 119 #define SES_NV_CTLBOOL_INVERT(_l, _n, _b) \ argument 123 (_b) = !v; \
|
/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/ |
H A D | showmount.c | 212 sorthost(const void *_a, const void *_b) in sorthost() argument 215 struct mountbody **b = (struct mountbody **)_b; in sorthost() 221 sortpath(const void *_a, const void *_b) in sortpath() argument 224 struct mountbody **b = (struct mountbody **)_b; in sortpath()
|
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/ |
H A D | lm5706.h | 209 #define S64_SUB(_a, _b) ((s64_t) ((s64_t) (_a) - (s64_t) (_b))) 210 #define u64_SUB(_a, _b) ((u64_t) ((s64_t) (_a) - (s64_t) (_b))) 211 #define S32_SUB(_a, _b) ((s32_t) ((s32_t) (_a) - (s32_t) (_b))) 212 #define uS32_SUB(_a, _b) ((u32_t) ((s32_t) (_a) - (s32_t) (_b))) 213 #define S16_SUB(_a, _b) ((s16_t) ((s16_t) (_a) - (s16_t) (_b))) 214 #define u16_SUB(_a, _b) ((u16_t) ((s16_t) (_a) - (s16_t) (_b))) 215 #define PTR_SUB(_a, _b) ((u8_t *) (_a) - (u8_t *) (_b))
|
/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() argument 10 const int *b = _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() argument 34 const struct storage_hash *b = _b; in hash_list_cmp() 113 static int storage_hash_cmp(const void *_a, const void *_b) in storage_hash_cmp() argument 116 const struct storage_hash *b = _b; in storage_hash_cmp()
|
H A D | expand.c | 959 static int compare_expressions(const void *_a, const void *_b) in compare_expressions() argument 962 const struct expression *b = _b; in compare_expressions()
|
H A D | linearize.c | 2142 static int multijmp_cmp(const void *_a, const void *_b) in multijmp_cmp() argument 2145 const struct multijmp *b = _b; in multijmp_cmp()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | outfile.c | 60 Xword _r, _a, _b; in ld_lcm() local 64 if ((_b = b) == 0) in ld_lcm() 67 if (_a > _b) in ld_lcm() 68 _a = b, _b = a; in ld_lcm() 69 while ((_r = _b % _a) != 0) in ld_lcm() 70 _b = _a, _a = _r; in ld_lcm()
|
/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
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | strplumb.c | 79 #define DBG2(_f, _a, _b) \ argument 81 printf("strplumb: " _f, (_a), (_b)) 83 #define DBG3(_f, _a, _b, _c) \ argument 85 printf("strplumb: " _f, (_a), (_b), (_c))
|
/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 347 sysevent_post_event(_c, _d, _b, "libzpool", _e, _f)
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 2235 #define SWAP32_BUFFER(_b, _c) emlxs_swap32_buffer(_b, _c) argument 2265 #define LE_SWAP32_BUFFER(_b, _c) SWAP32_BUFFER(_b, _c) argument 2281 #define LE_SWAP32_BUFFER(_b, _c) argument 2292 #define BE_SWAP32_BUFFER(_b, _c) SWAP32_BUFFER(_b, _c) argument 2298 #define BE_SWAP32_BUFFER(_b, _c) argument
|
H A D | emlxs_fcf.h | 96 struct XRIobj *_b; member
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_regd.h | 137 #define swap(_a, _b, _size) { \ argument 138 uint8_t *s = _b; \
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_sli4.c | 8025 xrip->_b = hba->sli.sli4.XRIfree_b; in emlxs_sli4_resource_alloc() 8159 (xrip->_b)->_f = xrip->_f; in emlxs_sli4_reserve_xri() 8160 (xrip->_f)->_b = xrip->_b; in emlxs_sli4_reserve_xri() 8162 xrip->_b = NULL; in emlxs_sli4_reserve_xri() 8166 xrip->_b = hba->sli.sli4.XRIinuse_b; in emlxs_sli4_reserve_xri() 8245 (xrip->_b)->_f = xrip->_f; in emlxs_sli4_unreserve_xri() 8246 (xrip->_f)->_b = xrip->_b; in emlxs_sli4_unreserve_xri() 8248 xrip->_b = NULL; in emlxs_sli4_unreserve_xri() 8252 xrip->_b = hba->sli.sli4.XRIfree_b; in emlxs_sli4_unreserve_xri() 8400 (xrip->_b)->_f = xrip->_f; in emlxs_sli4_alloc_xri() [all …]
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 210 #define UNDO_HOOK(_f, _b, _e, _h) \ argument 213 if (ifs->_b) { \ 216 ifs->_b = (tmp != 0 && tmp != ENXIO); \ 217 if (!ifs->_b && ifs->_h != NULL) { \
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | maketerm.ed | 308 1;/^#define auto_left_margin/,/^#define xon_xoff/s/CURB.*/CUR _b/
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | generated_libdwarf.h.in | 1561 When using dwarf_elf_init[_b]() we still want the file path 2662 /* The _b form is new October 2011. */
|
H A D | libdwarf.h.in | 1561 When using dwarf_elf_init[_b]() we still want the file path 2662 /* The _b form is new October 2011. */
|