Symbol: _S
usr/src/head/iso/ctype_iso.h
65
#define _ISSPACE _S
usr/src/lib/libc/port/i18n/_ctype.c
120
_C, _S|_C, _S|_C, _S|_C, _S|_C, _S|_C, _C, _C,
usr/src/lib/libc/port/i18n/_ctype.c
123
_S|_B, _P, _P, _P, _P, _P, _P, _P,
usr/src/lib/libc/port/i18n/_ctype.c
47
_C, _S|_C, _S|_C, _S|_C, _S|_C, _S|_C, _C, _C,
usr/src/lib/libc/port/i18n/_ctype.c
50
_S|_B, _P, _P, _P, _P, _P, _P, _P,
usr/src/stand/lib/sa/ctype.c
53
_C, _S|_C, _S|_C, _S|_C, _S|_C, _S|_C, _C, _C,
usr/src/stand/lib/sa/ctype.c
56
_S|_B, _P, _P, _P, _P, _P, _P, _P,
usr/src/stand/lib/sa/ctype.h
59
#define isspace(c) ((__ctype + 1)[c] & _S)
usr/src/uts/common/io/arn/arn_ath9k.h
618
#define SM(_v, _f) (((_v) << _f##_S) & _f)
usr/src/uts/common/io/arn/arn_ath9k.h
619
#define MS(_v, _f) (((_v) & _f) >> _f##_S)
usr/src/uts/common/io/arn/arn_ath9k.h
624
(REG_READ(_a, _r) & ~_f) | (((_v) << _f##_S) & _f))
usr/src/uts/common/io/iwh/iwh.c
99
#define MS(v, f) (((v) & f) >> f##_S)
usr/src/uts/common/io/net80211/net80211_ht.c
41
#define MS(_v, _f) (((_v) & _f) >> _f##_S)
usr/src/uts/common/io/net80211/net80211_ht.c
42
#define SM(_v, _f) (((_v) << _f##_S) & _f)
usr/src/uts/common/io/net80211/net80211_input.c
786
#define MS(_v, _f) (((_v) & _f) >> _f##_S)
usr/src/uts/common/io/net80211/net80211_output.c
324
#define SM(_v, _f) (((_v) << _f##_S) & _f)
usr/src/uts/sun4u/io/px/px_err.c
129
{ JBC_INTERRUPT_STATUS_ ## bit ## _S, \
usr/src/uts/sun4u/io/px/px_err.c
197
{ UBC_INTERRUPT_STATUS_ ## bit ## _S, \
usr/src/uts/sun4u/io/px/px_err.c
238
{ IMU_INTERRUPT_STATUS_ ## bit ## _S, \
usr/src/uts/sun4u/io/px/px_err.c
270
{ MMU_INTERRUPT_STATUS_ ## bit ## _S, \
usr/src/uts/sun4u/io/px/px_err.c
304
{ ILU_INTERRUPT_STATUS_ ## bit ## _S, \
usr/src/uts/sun4u/io/px/px_err.c
327
{ TLU_UNCORRECTABLE_ERROR_STATUS_CLEAR_ ## bit ## _S, \
usr/src/uts/sun4u/io/px/px_err.c
338
{ TLU_UNCORRECTABLE_ERROR_STATUS_CLEAR_ ## bit ## _S, \
usr/src/uts/sun4u/io/px/px_err.c
380
{ TLU_CORRECTABLE_ERROR_STATUS_CLEAR_ ## bit ## _S, \
usr/src/uts/sun4u/io/px/px_err.c
404
{ TLU_OTHER_EVENT_STATUS_CLEAR_ ## bit ## _S, \
usr/src/uts/sun4u/io/px/px_err.c
415
{ TLU_OTHER_EVENT_STATUS_CLEAR_ ## bit ## _S, \