Home
last modified time | relevance | path

Searched defs:_s (Results 1 – 25 of 30) sorted by relevance

12

/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_debug.h71 #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 Ddebug.h274 #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 Dutils.h76 #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 Dring.h53 #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 Dmdesc.h48 #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 Datomicio.c44 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 Datomicio.c42 void *_s; variable
/titanic_44/usr/src/uts/sun4u/sys/
H A Dzulu_hat.h108 #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 De1000_osdep.h194 #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 De1000_osdep.h155 #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 Dmdesc_mutable.h40 #define ASSERT(_s) assert(_s) argument
/titanic_44/usr/src/uts/sun4u/starfire/sys/
H A Didn_smr.h185 } _s; member
H A Didn_sigb.h384 } _s; member
/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.h129 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) _NOTE(ARGUNUSED(_p, _q,_r, _s)) argument
/titanic_44/usr/src/common/crypto/sha1/
H A Dsha1.c56 #define bcopy(_s, _d, _l) ((void) memcpy((_d), (_s), (_l))) argument
/titanic_44/usr/src/uts/sun4v/io/
H A Dvds.c319 #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 Dvdc.c2104 #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 Dzfs_context.h321 #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 Di40e_osdep.h49 #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.h48 #define isspace_nonl(_s) (isspace(_s) && ((_s) != '\n')) argument
/titanic_44/usr/src/uts/sun4u/io/
H A Dmc-us3.c1599 } _s; in mlayout_add() member
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2202 #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 Dutil.c2593 char *_s; in doprf() local
/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_regs.h223 #define E1000_I210_TXPBS_SIZE(_n, _s) ((_s) << (6 * (_n))) argument
/titanic_44/usr/src/uts/common/io/bge/
H A Dbge_impl.h92 #define OFFSETOF(_s, _f) \ argument

12