Home
last modified time | relevance | path

Searched defs:_c (Results 1 – 20 of 20) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/
H A Dbnxe_debug.h71 #define DbgMessageXX(_c, _m, _s, ...) \ argument
99 #define DbgBreakIfFastPath(_c) DbgBreakIf(_c) argument
101 #define dbg_out(_c, _m, _s, _d1) DbgMessageXX(_c, _m, _s, _d1) argument
110 #define BnxeDbgBreak(_c) cmn_err(CE_PANIC, "%s: %s(%d): DbgBreak!", \ argument
115 #define BnxeDbgBreakMsg(_c, _s) cmn_err(CE_PANIC, "%s: %s(%d): " _s, \ argument
120 #define BnxeDbgBreakIf(_c, _cond) \ argument
129 #define BnxeDbgBreakFastPath(_c) BnxeDbgBreak(_c) argument
130 #define BnxeDbgBreakMsgFastPath(_c, _s) BnxeDbgBreakMsg(_c, _s) argument
131 #define BnxeDbgBreakIfFastPath(_c, _cond) BnxeDbgBreakIf(_c, _cond) argument
/titanic_50/usr/src/uts/common/sys/
H A Dctype.h38 #define ISDIGIT(_c) \ argument
41 #define ISXDIGIT(_c) \ argument
46 #define ISLOWER(_c) \ argument
49 #define ISUPPER(_c) \ argument
52 #define ISALPHA(_c) \ argument
56 #define ISALNUM(_c) \ argument
60 #define ISPRINT(_c) \ argument
63 #define ISSPACE(_c) \ argument
H A Dcondvar_impl.h76 #define CVW_INIT(_c) { \ argument
82 #define CVW_ENTER_READ(_c) { \ argument
90 #define CVW_ENTER_WRITE(_c) { \ argument
98 #define CVW_EXIT_READ(_c) { \ argument
106 #define CVW_EXIT_WRITE(_c) { \ argument
114 #define CVW_WRITE_TO_READ(_c) { \ argument
122 #define CVW_DESTROY(_c) { \ argument
H A Dsysmacros.h341 #define DECL_BITFIELD3(_a, _b, _c) \ argument
343 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
345 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
347 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
349 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
351 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
356 #define DECL_BITFIELD3(_a, _b, _c) \ argument
358 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
360 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
362 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
[all …]
H A Dnet80211.h193 #define IEEE80211_IS_CHAN_2GHZ(_c) \ argument
195 #define IEEE80211_IS_CHAN_5GHZ(_c) \ argument
/titanic_50/usr/src/uts/common/io/net80211/
H A Dnet80211_impl.h146 #define IEEE80211_IS_CHAN_FHSS(_c) \ argument
148 #define IEEE80211_IS_CHAN_A(_c) \ argument
150 #define IEEE80211_IS_CHAN_B(_c) \ argument
152 #define IEEE80211_IS_CHAN_PUREG(_c) \ argument
154 #define IEEE80211_IS_CHAN_G(_c) \ argument
156 #define IEEE80211_IS_CHAN_ANYG(_c) \ argument
158 #define IEEE80211_IS_CHAN_T(_c) \ argument
161 #define IEEE80211_IS_CHAN_108G(_c) \ argument
163 #define IEEE80211_IS_CHAN_ST(_c) \ argument
166 #define IEEE80211_IS_CHAN_OFDM(_c) \ argument
[all …]
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Ddebug.h309 #define DbgBreakIfAll(_c) \ argument
319 #define DbgBreakIfAll(_c) \ 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
566 #define dbg_out(_c, _m, _s, _d1) debug_msgx((WARN), "TrLv<%d>, %s (%4d): %p"##_s" %s\n", ((WARN) & … argument
589 #define DbgMessage(_c, _m, _s, ...) \ argument
629 #define dbg_out(_c, _m, _s, _d1) printf(_s, _d1) argument
687 #define DbgMessageXX(_c, _m, _s...) \ argument
694 #define DbgMessageXX(_c, _m, _s...) \ argument
706 #define DbgBreakIf(_c) \ argument
[all …]
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A D_crypt.c169 struct _crypt *_c = __crypt; in setkey() local
300 struct _crypt *_c = __crypt; in encrypt() local
395 struct _crypt *_c = __crypt; in _crypt() local
459 struct _crypt *_c = __crypt; in _cryptinit() local
/titanic_50/usr/src/uts/common/io/uath/
H A Duath_var.h57 #define UATH_IS_CHAN_A(_c) \ argument
59 #define UATH_IS_CHAN_B(_c) \ argument
61 #define UATH_IS_CHAN_PUREG(_c) \ argument
63 #define UATH_IS_CHAN_G(_c) \ argument
65 #define UATH_IS_CHAN_ANYG(_c) \ argument
68 #define UATH_IS_CHAN_OFDM(_c) \ argument
70 #define UATH_IS_CHAN_CCK(_c) \ argument
/titanic_50/usr/src/uts/common/io/mwl/
H A Dmwl_var.h124 #define IEEE80211_IS_CHAN_2GHZ_F(_c) \ argument
126 #define IEEE80211_IS_CHAN_5GHZ_F(_c) \ argument
129 #define IEEE80211_IS_CHAN_FHSS(_c) \ argument
131 #define IEEE80211_IS_CHAN_A(_c) \ argument
133 #define IEEE80211_IS_CHAN_B(_c) \ argument
135 #define IEEE80211_IS_CHAN_PUREG(_c) \ argument
137 #define IEEE80211_IS_CHAN_G(_c) \ argument
139 #define IEEE80211_IS_CHAN_ANYG(_c) \ argument
141 #define IEEE80211_IS_CHAN_ST(_c) \ argument
143 #define IEEE80211_IS_CHAN_108A(_c) \ argument
[all …]
/titanic_50/usr/src/uts/common/io/arn/
H A Darn_ath9k.h496 #define IS_CHAN_A(_c) ((((_c)->channelFlags & CHANNEL_A) == CHANNEL_A) || \ argument
500 #define IS_CHAN_G(_c) ((((_c)->channelFlags & (CHANNEL_G)) == CHANNEL_G) || \ argument
504 #define IS_CHAN_OFDM(_c) (((_c)->channelFlags & CHANNEL_OFDM) != 0) argument
505 #define IS_CHAN_5GHZ(_c) (((_c)->channelFlags & CHANNEL_5GHZ) != 0) argument
506 #define IS_CHAN_2GHZ(_c) (((_c)->channelFlags & CHANNEL_2GHZ) != 0) argument
507 #define IS_CHAN_PASSIVE(_c) (((_c)->channelFlags & CHANNEL_PASSIVE) != 0) argument
508 #define IS_CHAN_HALF_RATE(_c) (((_c)->channelFlags & CHANNEL_HALF) != 0) argument
509 #define IS_CHAN_QUARTER_RATE(_c) \ argument
513 #define IS_CHAN_B(_c) ((_c)->chanmode == CHANNEL_B) argument
514 #define IS_CHAN_HT20(_c) (((_c)->chanmode == CHANNEL_A_HT20) || \ argument
[all …]
H A Darn_core.h166 #define IEEE80211_IS_CHAN_HTA(_c) \ argument
170 #define IEEE80211_IS_CHAN_HTG(_c) \ argument
/titanic_50/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h326 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \ argument
328 #define kmem_cache_destroy(_c) umem_cache_destroy(_c) argument
329 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f) argument
330 #define kmem_cache_free(_c, _b) umem_cache_free(_c, _b) argument
332 #define kmem_cache_reap_now(_c) /* nothing */ argument
333 #define kmem_cache_set_move(_c, _cb) /* nothing */ argument
630 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \ argument
/titanic_50/usr/src/uts/common/io/
H A Dstrplumb.c83 #define DBG3(_f, _a, _b, _c) \ argument
/titanic_50/usr/src/uts/common/io/iwi/
H A Dipw2200.c260 #define IEEE80211_IS_CHAN_2GHZ(_c) \ argument
262 #define IEEE80211_IS_CHAN_5GHZ(_c) \ argument
/titanic_50/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
2202 #define SWAP32_BCOPY(_s, _d, _c) emlxs_swap32_bcopy(_s, _d, _c) argument
2231 #define LE_SWAP32_BUFFER(_b, _c) SWAP32_BUFFER(_b, _c) argument
2232 #define LE_SWAP32_BCOPY(_s, _d, _c) SWAP32_BCOPY(_s, _d, _c) argument
2247 #define LE_SWAP32_BUFFER(_b, _c) argument
2248 #define LE_SWAP32_BCOPY(_s, _d, _c) bcopy(_s, _d, _c) argument
2258 #define BE_SWAP32_BUFFER(_b, _c) SWAP32_BUFFER(_b, _c) argument
2259 #define BE_SWAP32_BCOPY(_s, _d, _c) SWAP32_BCOPY(_s, _d, _c) argument
2264 #define BE_SWAP32_BUFFER(_b, _c) argument
2265 #define BE_SWAP32_BCOPY(_s, _d, _c) bcopy(_s, _d, _c) argument
/titanic_50/usr/src/lib/libshell/common/edit/
H A Dvi.c81 static genchar _c; variable
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dutil.c2592 int _c, _n; in doprf() local
/titanic_50/usr/src/uts/common/io/ath/
H A Dath_hal.h1287 #define ATH_HAL_GETCHANNOISE(_ah, _c) (-96) argument
1291 #define ATH_HAL_GETCHANNOISE(_ah, _c) \ argument
/titanic_50/usr/src/uts/common/io/urtw/
H A Durtw.c2418 #define IEEE80211_IS_CHAN_G(_c) \ in urtw_8225_rf_set_chan() argument