Home
last modified time | relevance | path

Searched defs:_b (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dsysmacros.h336 #define DECL_BITFIELD2(_a, _b) \ argument
338 #define DECL_BITFIELD3(_a, _b, _c) \ argument
340 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
342 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
344 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
346 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
348 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
351 #define DECL_BITFIELD2(_a, _b) \ argument
353 #define DECL_BITFIELD3(_a, _b, _c) \ argument
355 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
[all …]
/titanic_41/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
/titanic_41/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
/titanic_41/usr/src/uts/sun4u/sys/
H A Dzulumod.h55 #define zulud_set_itlb_pc(_devp, _a, _b) \ argument
57 #define zulud_set_dtlb_pc(_devp, _a, _b) \ argument
59 #define zulud_write_tte(_devp, _a, _b, _c, _d, _e, _f) \ argument
61 #define zulud_tlb_done(_devp, _a, _b, _c) \ argument
63 #define zulud_demap_page(_devp, _a, _b, _c) \ argument
65 #define zulud_demap_ctx(_devp, _a, _b) \ argument
/titanic_41/usr/src/lib/scsi/libses/common/
H A Dlibses_plugin.h112 #define SES_NV_CTLBOOL(_l, _n, _b) \ argument
119 #define SES_NV_CTLBOOL_INVERT(_l, _n, _b) \ argument
/titanic_41/usr/src/uts/common/io/
H A Dstrplumb.c79 #define DBG2(_f, _a, _b) \ argument
83 #define DBG3(_f, _a, _b, _c) \ argument
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Doutfile.c60 Xword _r, _a, _b; in ld_lcm() local
/titanic_41/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h323 #define kmem_free(_b, _s) umem_free(_b, _s) argument
324 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \ argument
328 #define kmem_cache_free(_c, _b) umem_cache_free(_c, _b) argument
628 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \ argument
/titanic_41/usr/src/uts/common/io/arn/
H A Darn_regd.h137 #define swap(_a, _b, _size) { \ argument
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2201 #define SWAP32_BUFFER(_b, _c) emlxs_swap32_buffer(_b, _c) argument
2231 #define LE_SWAP32_BUFFER(_b, _c) SWAP32_BUFFER(_b, _c) argument
2247 #define LE_SWAP32_BUFFER(_b, _c) argument
2258 #define BE_SWAP32_BUFFER(_b, _c) SWAP32_BUFFER(_b, _c) argument
2264 #define BE_SWAP32_BUFFER(_b, _c) argument
H A Demlxs_fcf.h95 struct XRIobj *_b; member
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c192 #define UNDO_HOOK(_f, _b, _e, _h) \ argument