/titanic_51/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_debug.h | 71 #define DbgMessageXX(_c, _m, _s, ...) \ argument 85 #define DbgBreakMsg(_s) cmn_err(CE_PANIC, "%s(%d): " _s, \ argument 98 #define DbgBreakMsgFastPath(_s) DbgBreakMsg(_s) argument 101 #define dbg_out(_c, _m, _s, _d1) DbgMessageXX(_c, _m, _s, _d1) argument 115 #define BnxeDbgBreakMsg(_c, _s) cmn_err(CE_PANIC, "%s: %s(%d): " _s, \ argument 130 BnxeDbgBreakMsgFastPath(_c,_s) global() argument [all...] |
/titanic_51/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | debug.h | 274 #define EXECUTE_LOGGERS(_s) do {\ argument 291 #define EXECUTE_LOGGERS(_s) DbgMessage(NULL, FATAL, _s); argument 303 #define EXECUTE_LOGGERS(_s) DbgMessage(NULL, FATAL, _s); argument 332 #define EXECUTE_LOGGERS(_s) argument 379 #define EXECUTE_LOGGERS(_s) debug_execute_loggers( __WFILE_STRIPPED__ , __LINE__, WIDEN(#_s##) ) argument 470 #define DbgBreakMsg(_s) d argument 477 DbgBreakMsgFastPath(_s) global() argument 478 dbg_out(_c,_m,_s,_d1) global() argument 526 DbgMessage(_c,_m,_s,...) global() argument 553 DbgBreakMsg(_s) global() argument 562 DbgBreakMsgFastPath(_s) global() argument 566 dbg_out(_c,_m,_s,_d1) global() argument 589 DbgMessage(_c,_m,_s,...) global() argument 617 DbgBreakMsg(_s) global() argument 626 DbgBreakMsgFastPath(_s) global() argument 629 dbg_out(_c,_m,_s,_d1) global() argument 687 DbgMessageXX(_c,_m,_s...) global() argument 694 DbgMessageXX(_c,_m,_s...) global() argument 727 DbgBreakMsgFastPath(_s) global() argument 729 dbg_out(_c,_m,_s,_d1) global() argument 734 DbgMessage(_c,_m,_s,...) global() argument 737 DbgBreakMsg(_s) global() argument 740 DbgBreakMsgFastPath(_s) global() argument 741 dbg_out(_c,_m,_s,_d1) global() argument 794 DbgMessage(_c,_m,_s,...) global() argument 822 DbgBreakMsgFastPath(_s) global() argument 825 dbg_out(_c,_m,_s,_d1) global() argument 860 DbgBreakMsg(_s) global() argument 865 DbgBreakMsgNoLog(_s) global() argument 870 DbgBreakMsgFastPath(_s) global() argument 875 DbgBreakMsg(_s) global() argument 878 DbgBreakMsgFastPath(_s) global() argument [all...] |
H A D | utils.h | 76 #define LAST_BYTE_OF(_s,_m) (OFFSETOF(_s,_m)+sizeof( ((_s *)0)->_m)) argument
|
/titanic_51/usr/src/uts/common/xen/public/io/ |
H A D | ring.h | 53 #define __CONST_RING_SIZE(_s, _sz) \ argument 59 #define __RING_SIZE(_s, _sz) \ argument 147 #define SHARED_RING_INIT(_s) do { \ argument 153 FRONT_RING_INIT(_r,_s,__size) global() argument 160 BACK_RING_INIT(_r,_s,__size) global() argument 168 FRONT_RING_ATTACH(_r,_s,__size) global() argument 175 BACK_RING_ATTACH(_r,_s,__size) global() argument [all...] |
/titanic_51/usr/src/uts/common/sys/ |
H A D | mdesc.h | 48 #define U8(_s) _s argument 49 #define U16(_s) _s argument 50 #define U32(_s) _s argument 51 #define U64(_s) _s argument [all...] |
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | atomicio.c | 44 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) in atomicio() argument
|
/titanic_51/usr/src/uts/common/io/e1000g/ |
H A D | e1000_osdep.h | 194 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q, _r, _s)) argument 195 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) \ argument
|
/titanic_51/usr/src/uts/common/io/igb/ |
H A D | e1000_osdep.h | 155 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q, _r, _s)) argument 156 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) \ argument
|
/titanic_51/usr/src/cmd/ldmad/ |
H A D | mdesc_mutable.h | 40 #define ASSERT(_s) assert(_s) argument
|
/titanic_51/usr/src/uts/sun4u/starfire/sys/ |
H A D | idn_smr.h | 185 } _s; member
|
H A D | idn_sigb.h | 384 } _s; member
|
/titanic_51/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_osdep.h | 129 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q,_r, _s)) argument
|
/titanic_51/usr/src/common/crypto/sha1/ |
H A D | sha1.c | 56 #define bcopy(_s, _d, _l) ((void) memcpy((_d), (_s), (_l))) argument
|
/titanic_51/usr/src/uts/sun4v/io/ |
H A D | vds.c | 319 #define CASE_STATE(_s) case _s: str = #_s; break; in vd_decode_state() argument 341 #define CASE_TYPE(_s) case _s: tstr = #_s; break; in vd_decode_tag() argument 352 #define CASE_SUBTYPE(_s) case _s: sstr = #_s; break; in vd_decode_tag() argument 363 #define CASE_ENV(_s) cas in vd_decode_tag() argument 392 vd_decode_state(_s) global() argument 393 vd_decode_tag(_s) global() argument 4096 X(_s) global() argument [all...] |
H A D | vdc.c | 2104 #define Q(_s) case _s : ms = #_s; break; in vdc_decode_tag() argument 2113 #define Q(_s) case _s : ss = #_s; break; in vdc_decode_tag() argument 2122 #define Q(_s) case _s : ses = #_s; break; in vdc_decode_tag() argument 4442 #define Q(_s) (vdc in vdc_process_msg_thread() argument [all...] |
/titanic_51/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 322 #define kmem_alloc(_s, _f) umem_alloc(_s, _f) argument 323 #define kmem_zalloc(_s, _f) umem_zalloc(_s, _f) argument 324 #define kmem_free(_b, _s) umem_free(_b, _s) argument
|
/titanic_51/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.h | 49 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q, _r, _s)) argument
|
/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | _map.h | 48 #define isspace_nonl(_s) (isspace(_s) && ((_s) != '\n')) argument
|
/titanic_51/usr/src/uts/sun4u/io/ |
H A D | mc-us3.c | 1599 } _s; in mlayout_add() member [all...] |
/titanic_51/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 2202 #define SWAP32_BCOPY(_s, _d, _c) emlxs_swap32_bcopy(_s, _d, _c) argument 2232 #define LE_SWAP32_BCOPY(_s, _d, _c) SWAP32_BCOPY(_s, _d, _c) argument 2248 #define LE_SWAP32_BCOPY(_s, _d, _c) bcopy(_s, _d, _c) argument 2259 #define BE_SWAP32_BCOPY(_s, _d, _c) SWAP32_BCOPY(_s, _d, _c) argument 2265 #define BE_SWAP32_BCOPY(_s, _d, _c) bcopy(_s, _ argument [all...] |
/titanic_51/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 2593 char *_s; in doprf() local
|
/titanic_51/usr/src/uts/common/io/e1000api/ |
H A D | e1000_regs.h | 223 #define E1000_I210_TXPBS_SIZE(_n, _s) ((_s) << (6 * (_n))) argument
|
/titanic_51/usr/src/uts/common/io/bge/ |
H A D | bge_impl.h | 92 #define OFFSETOF(_s, _f) \ argument
|
/titanic_51/usr/src/uts/common/sys/scsi/generic/ |
H A D | smp_frames.h | 866 #define SMP_ROUTE_PHY(_d, _s, _i) \ argument
|
/titanic_51/usr/src/uts/common/io/arn/ |
H A D | arn_hw.h | 1023 #define ATH9K_POW_SM(_r, _s) (((_r) & 0x3f) << (_s)) argument
|