/titanic_50/usr/src/uts/common/xen/public/io/ |
H A D | ring.h | 53 #define __CONST_RING_SIZE(_s, _sz) \ argument 54 (__RD32(((_sz) - offsetof(struct _s##_sring, ring)) / \ 55 sizeof(((struct _s##_sring *)0)->ring[0]))) 59 #define __RING_SIZE(_s, _sz) \ argument 60 (__RD32(((_sz) - (long)(_s)->ring + (long)(_s)) / sizeof((_s)->ring[0]))) 147 #define SHARED_RING_INIT(_s) do { \ argument 148 (_s)->req_prod = (_s)->rsp_prod = 0; \ 149 (_s)->req_event = (_s)->rsp_event = 1; \ 150 (void)memset((_s)->pad, 0, sizeof((_s)->pad)); \ 153 #define FRONT_RING_INIT(_r, _s, __size) do { \ argument [all …]
|
/titanic_50/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 53 #define U8(_s) ((uint8_t)(_s)) 54 #define U16(_s) ((uint16_t)(_s)) 55 #define U32(_s) ((uint32_t)(_s)) 56 #define U64(_s) ((uint64_t)(_s))
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | debug.h | 274 #define EXECUTE_LOGGERS(_s) do {\ argument 275 printf(_s); \ 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 472 debug_msgx(FATAL, "Debug Break Message: " _s); \ 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 [all …]
|
H A D | utils.h | 76 #define LAST_BYTE_OF(_s,_m) (OFFSETOF(_s,_m)+sizeof( ((_s *)0)->_m)) argument
|
/titanic_50/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_debug.h | 71 #define DbgMessageXX(_c, _m, _s, ...) \ argument 72 DbgMessageFunc(_c, _m, "!%s <0x%08x> %s(%d): " _s, \ 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_50/usr/src/uts/sun4u/starfire/sys/ |
H A D | idn_sigb.h | 384 } _s; member 390 #define idn_evt _s._evt 391 #define idn_reserved1 _s._reserved1 392 #define idn_cookie_str _s._u._ss._cookie 393 #define idn_version_byte _s._u._ss._version 394 #define idn_cookie _s._u._sn._cookie 395 #define idn_version _s._u._sn._version
|
H A D | idn_smr.h | 185 } _s; member 190 #define sl_free _u._s._sl_free 191 #define sl_inuse _u._s._sl_inuse 192 #define sl_head _u._s._sl_head
|
H A D | idn.h | 1072 uint_t _s = ((domid) & 0xf) * 6; \ 1073 int _i = _s >> 5; \ 1074 uint_t _s0 = _s & 0x1f; \ 1086 uint_t _s = ((domid) & 0xf) * 6; \ 1087 int _i = _s >> 5; \ 1088 uint_t _s0 = _s & 0x1f; \ 1089 uint_t _s1 = (_s + 6) & 0x1f; \ 1696 } _s; member 1743 #define dcfgphase _u._s._dcfgphase 1744 #define dcfgsnddone _u._s._dcfgsnddone [all …]
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | atomicio.c | 39 atomicio(f, fd, _s, n) 42 void *_s; variable 45 char *s = _s;
|
/titanic_50/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 157 _NOTE(ARGUNUSED(_p, _q, _r, _s, _t))
|
/titanic_50/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 46 char *s = _s; in atomicio()
|
/titanic_50/usr/src/cmd/ldmad/ |
H A D | mdesc_mutable.h | 40 #define ASSERT(_s) assert(_s) argument 44 #define ASSERT(_s)
|
/titanic_50/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 196 _NOTE(ARGUNUSED(_p, _q, _r, _s, _t))
|
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | mc-us3.c | 1599 } _s; in mlayout_add() member 1620 bank_curr->valid = mcreg._s.valid; in mlayout_add() 1623 if (!mcreg._s.valid) { in mlayout_add() 1637 ifactor = (mcreg._s.lk ^ 0xF) + 1; in mlayout_add() 1638 size = (((mcreg._s.uk & 0x3FF) + 1) * 0x4000000) / ifactor; in mlayout_add() 1639 base = mcreg._s.um & ~mcreg._s.uk; in mlayout_add() 1642 bank_curr->uk = mcreg._s.uk; in mlayout_add() 1643 bank_curr->um = mcreg._s.um; in mlayout_add() 1644 bank_curr->lk = mcreg._s.lk; in mlayout_add() 1645 bank_curr->lm = mcreg._s.lm; in mlayout_add() [all …]
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | _map.h | 48 #define isspace_nonl(_s) (isspace(_s) && ((_s) != '\n')) argument
|
/titanic_50/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 323 #define kmem_alloc(_s, _f) umem_alloc(_s, _f) argument 324 #define kmem_zalloc(_s, _f) umem_zalloc(_s, _f) argument 325 #define kmem_free(_b, _s) umem_free(_b, _s) argument
|
/titanic_50/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_50/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_50/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_50/usr/src/uts/common/sys/scsi/generic/ |
H A D | smp_frames.h | 866 #define SMP_ROUTE_PHY(_d, _s, _i) \ argument 867 ((_d)->srtd_phy_bitmap[(48 - (_i) + (_s)) >> 3] & \ 868 (1 << ((48 - (_i) + (_s)) & 7)))
|
/titanic_50/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_50/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 2593 char *_s; in doprf() local 2659 _s = va_arg(args, char *); in doprf() 2660 _i = strlen(_s); in doprf() 2671 while (((c = *_s++) != 0) && prec--) { in doprf() 2731 _s = local; in doprf() 2733 *_s++ = string[num % base]; in doprf() 2748 *_s++ = '0'; in doprf() 2766 PUTC(*--_s); in doprf() 2767 } while (_s > local); in doprf()
|
/titanic_50/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
|
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_fil.h | 243 { i6addr_t *_s = (i6addr_t *)(a); \ 245 _d->i6[3] = NLADD(_s->i6[3], x); \ 246 if (ntohl(_d->i6[3]) < ntohl(_s->i6[3])) { \ 248 if (ntohl(_d->i6[2]) < ntohl(_s->i6[2])) { \ 250 if (ntohl(_d->i6[1]) < ntohl(_s->i6[1])) { \
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.c | 255 char *_s = (cp); \ 258 while (_s < (ep)) { \ 259 if ((_c = *_s) == '%') { \ 260 H2A(_s, (ep), _c); \ 263 _s++; \
|