/titanic_44/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 #define BnxeDbgBreakMsgFastPath(_c, _s) BnxeDbgBreakMsg(_c, _s) argument
|
/titanic_44/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__, … argument 470 #define DbgBreakMsg(_s) do { \ argument 477 #define DbgBreakMsgFastPath(_s) DbgBreakMsg(_s) argument 478 #define dbg_out(_c, _m, _s, _d1) debug_msgx((WARN), "TrLv<%d>, %s (%4d): %p"##_s" %s\n", ((WARN) & … argument 526 #define DbgMessage(_c, _m, _s, ...) \ argument 553 #define DbgBreakMsg(_s) do { \ argument [all …]
|
H A D | utils.h | 76 #define LAST_BYTE_OF(_s,_m) (OFFSETOF(_s,_m)+sizeof( ((_s *)0)->_m)) argument
|
/titanic_44/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 #define FRONT_RING_INIT(_r, _s, __size) do { \ argument 160 #define BACK_RING_INIT(_r, _s, __size) do { \ argument 168 #define FRONT_RING_ATTACH(_r, _s, __size) do { \ argument 175 #define BACK_RING_ATTACH(_r, _s, __size) do { \ argument
|
/titanic_44/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
|
/titanic_44/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_44/usr/src/cmd/ssh/libssh/common/ |
H A D | atomicio.c | 42 void *_s; variable
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | zulu_hat.h | 108 #define ZULU_HASH_TBL_SHIFT(_s) (ZULU_HAT_BP_SHIFT + (3 * _s)) argument 110 #define ZULU_MAP_HASH_VAL(_v, _s) (((_v) >> ZULU_HASH_TBL_SHIFT(_s)) & \ argument 112 #define ZULU_MAP_HASH_HEAD(_zh, _v, _s) \ argument
|
/titanic_44/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_44/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_44/usr/src/cmd/ldmad/ |
H A D | mdesc_mutable.h | 40 #define ASSERT(_s) assert(_s) argument
|
/titanic_44/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_44/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_44/usr/src/common/crypto/sha1/ |
H A D | sha1.c | 56 #define bcopy(_s, _d, _l) ((void) memcpy((_d), (_s), (_l))) argument
|
/titanic_44/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) case _s: estr = #_s; break; in vd_decode_tag() argument 392 #define vd_decode_state(_s) (NULL) argument 393 #define vd_decode_tag(_s) (NULL) argument 4096 #define X(_s) #_s, _s argument
|
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) (vdcp->state == _s) ? #_s : in vdc_process_msg_thread() argument
|
/titanic_44/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 321 #define kmem_alloc(_s, _f) umem_alloc(_s, _f) argument 322 #define kmem_zalloc(_s, _f) umem_zalloc(_s, _f) argument 323 #define kmem_free(_b, _s) umem_free(_b, _s) argument
|
/titanic_44/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_44/usr/src/cmd/sgs/libld/common/ |
H A D | _map.h | 48 #define isspace_nonl(_s) (isspace(_s) && ((_s) != '\n')) argument
|
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | mc-us3.c | 1599 } _s; in mlayout_add() member
|
/titanic_44/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, _d, _c) argument
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 2593 char *_s; in doprf() local
|
/titanic_44/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_44/usr/src/uts/common/io/bge/ |
H A D | bge_impl.h | 92 #define OFFSETOF(_s, _f) \ argument
|