/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | mm_vbd.h | 78 #define mm_atomic_set_imp(_p, _v) InterlockedExchange((long*)(_p), (long)(_v)) argument 83 #define mm_atomic_add_imp(_p, _v) \ argument 85 #define mm_atomic_sub_imp(_p, _v) \ argument 88 #define mm_atomic_and_imp(_p, _v) InterlockedAnd((long*)(_p), (long)(_v)) argument 89 #define mm_atomic_long_and_imp(_p, _v) mm_atomic_and_imp((_p), (_v)) argument 91 #define mm_atomic_or_imp(_p, _v) InterlockedOr((long*)(_p), (long)(_v) ) argument 92 #define mm_atomic_long_or_imp(_p, _v) mm_atomic_or_imp((_p), (_v)) argument
|
H A D | mm_ndismono.h | 66 #define mm_atomic_set_imp(_p, _v) InterlockedExchange((long*)(_p), (long)(_v)) argument 71 #define mm_atomic_and_imp(_p, _v) InterlockedAnd((long*)(_p), (long)(_v)) argument 72 #define mm_atomic_long_and_imp(_p, _v) mm_atomic_and_imp((_p), (_v)) argument 74 #define mm_atomic_or_imp(_p, _v) InterlockedOr((long*)(_p), (long)(_v) ) argument 75 #define mm_atomic_long_or_imp(_p, _v) mm_atomic_or_imp((_p), (_v)) argument
|
H A D | mm_solaris.h | 54 #define mm_atomic_set_imp(_p, _v) \ argument 60 #define mm_atomic_and_imp(_p, _v) \ argument 62 #define mm_atomic_long_and_imp(_p, _v) \ argument 65 #define mm_atomic_or_imp(_p, _v) \ argument 67 #define mm_atomic_long_or_imp(_p, _v) \ argument
|
H A D | mm.h | 88 #define mm_atomic_set(/* u32_t* */_p, /* u32_t */_v) mm_atomic_set_imp(_p, _v) argument 93 #define mm_atomic_add(/* u32_t* */_p, /* u32_t */_v) mm_atomic_add_imp(_p, _v) argument 95 #define mm_atomic_sub(/* u32_t* */_p, /* u32_t */_v) mm_atomic_sub_imp(_p, _v) argument 97 #define mm_atomic_and(/* u32_t* */_p, /* u32_t */_v) mm_atomic_and_imp(_p, _v) argument 98 #define mm_atomic_long_and(/* unsigned long* */_p, /* unsigned long */_v) \ argument 101 #define mm_atomic_or(/* u32_t* */_p, /* u32_t */_v) mm_atomic_or_imp(_p, _v) argument 102 #define mm_atomic_long_or(/* unsigned long* */_p, /* unsigned long */_v) \ argument
|
H A D | mm_linux.h | 67 #define mm_atomic_set_imp(_p, _v) ediag_atomic_set((s32_t *)_p, (s32_t)_v) argument
|
/titanic_44/usr/src/lib/scsi/libses/common/ |
H A D | libses_plugin.h | 126 #define SES_NV_CTL64(_l, _n, _v) \ argument 133 #define SES_NV_CTL16(_l, _n, _v) \ argument
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | zulu_hat.h | 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/net80211/ |
H A D | net80211_input.c | 786 #define MS(_v, _f) (((_v) & _f) >> _f##_S) in ieee80211_parse_wmeparams() argument
|
H A D | net80211_output.c | 322 #define SM(_v, _f) (((_v) << _f##_S) & _f) in ieee80211_add_wme_param() argument
|
H A D | net80211_ht.c | 41 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument 42 #define SM(_v, _f) (((_v) << _f##_S) & _f) argument
|
/titanic_44/usr/src/uts/common/io/bpf/ |
H A D | bpf.c | 100 #define mtod(_v, _t) (_t)((_v)->b_rptr) argument
|
/titanic_44/usr/src/uts/common/io/arn/ |
H A D | arn_ath9k.h | 618 #define SM(_v, _f) (((_v) << _f##_S) & _f) argument 619 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument 622 #define REG_RMW_FIELD(_a, _r, _f, _v) \ argument
|
/titanic_44/usr/src/uts/i86pc/io/apix/ |
H A D | apix_utils.c | 291 #define APIX_WRITE_MSI_DATA(_hdl, _cap, _ctrl, _v)\ argument
|
/titanic_44/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 332 #define vmem_qcache_reap(_v) /* nothing */ argument
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/include/ |
H A D | lm_defs.h | 75 #define ALIGN_VALUE_TO_WORD_BOUNDARY(_v) \ argument
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_vnops.c | 1102 vattr_t _v; in nfs4open_otw() local 6985 vattr_t _v; in call_nfs4_create_req() local
|
/titanic_44/usr/src/uts/common/inet/nca/ |
H A D | nca.h | 1755 #define NCA_COUNTER(_p, _v) { \ argument
|
/titanic_44/usr/src/uts/common/io/ath/ |
H A D | ath_hal.h | 1272 #define ATH_HAL_SETTKIPSPLIT(_ah, _v) \ argument
|