Home
last modified time | relevance | path

Searched refs:_b (Results 1 – 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_hash.c71 _c += _b; \
72 _b -= _a; \
75 _c -= _b; \
77 _b += _a; \
80 _c += _b; \
81 _b -= _a; \
84 _c -= _b; \
86 _b += _a; \
93 _c ^= _b; \
97 _b ^= _a; \
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dsysmacros.h343 #define DECL_BITFIELD2(_a, _b) \ argument
344 uint8_t _a, _b
346 uint8_t _a, _b, _c
348 uint8_t _a, _b, _c, _d
350 uint8_t _a, _b, _c, _d, _e
352 uint8_t _a, _b, _c, _d, _e, _f
359 uint8_t _b, _a
361 uint8_t _c, _b, _a
363 uint8_t _d, _c, _b, _a
365 uint8_t _e, _d, _c, _b, _a
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dbcmtype.h284 #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/uts/common/io/bnx/include/
H A Dbcmtype.h266 #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/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h284 #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 Ddebug.h53 #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 Dlibses_plugin.h112 #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 Dshowmount.c212 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/tools/smatch/src/
H A Dtest-sort.c7 int_cmp (const void *_a, const void *_b) in int_cmp() argument
10 const int *b = _b; in int_cmp()
H A Dstorage.c31 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 Dexpand.c959 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 Dlinearize.c2142 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/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dlm5706.h209 #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/cmd/sgs/libld/common/
H A Doutfile.c60 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 Dcudbg_lib.h42 #define min_t(type, _a, _b) (((type)(_a) < (type)(_b)) ? (type)(_a) : (type)(_b)) argument
/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c79 #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 Dzfs_context.h346 #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 Demlxs_fc.h2235 #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 Demlxs_fcf.h96 struct XRIobj *_b; member
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_regd.h137 #define swap(_a, _b, _size) { \ argument
138 uint8_t *s = _b; \
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c8159 (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()
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()
8400 (xrip->_b)->_f = xrip->_f; in emlxs_sli4_alloc_xri()
8401 (xrip->_f)->_b = xrip->_b; in emlxs_sli4_alloc_xri()
8403 xrip->_b = NULL; in emlxs_sli4_alloc_xri()
8494 (xrip->_f)->_b = xrip->_b; in emlxs_sli4_free_xri()
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c210 #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 Dmaketerm.ed308 1;/^#define auto_left_margin/,/^#define xon_xoff/s/CURB.*/CUR _b/
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dgenerated_libdwarf.h.in1561 When using dwarf_elf_init[_b]() we still want the file path
2662 /* The _b form is new October 2011. */
H A Dlibdwarf.h.in1561 When using dwarf_elf_init[_b]() we still want the file path
2662 /* The _b form is new October 2011. */

12