Home
last modified time | relevance | path

Searched refs:_v (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/lib/libast/common/stdio/
H A Dstdhdr.h61 static Funvec_t _v = { n }; \
62 if ((_i = _stdfun(p, &_v)) < 0) \
65 return ((_s_f)_v.vec[_i])a; \
72 static Funvec_t _v = { n }; \
73 if ((_i = _stdfun(p, &_v)) < 0) \
76 return ((_s_f)_v.vec[_i])a; \
83 static Funvec_t _v = { n }; \
84 if ((_i = _stdfun(p, &_v)) < 0) \
88 ((_s_f)_v.vec[_i])a; \
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dmm_ndismono.h66 #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 Dmm_vbd.h78 #define mm_atomic_set_imp(_p, _v) InterlockedExchange((long*)(_p), (long)(_v)) argument
83 #define mm_atomic_add_imp(_p, _v) \ argument
84 InterlockedExchangeAdd((long*)(_p), (long)(_v))
85 #define mm_atomic_sub_imp(_p, _v) \ argument
86 InterlockedExchangeAdd((long*)(_p), -1*(long)(_v))
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 Dmm_solaris.h54 #define mm_atomic_set_imp(_p, _v) \ argument
55 atomic_swap_32((volatile uint32_t *)(_p), (uint32_t)(_v))
60 #define mm_atomic_and_imp(_p, _v) \ argument
61 atomic_and_32((volatile uint32_t *)(_p), (uint32_t)(_v))
62 #define mm_atomic_long_and_imp(_p, _v) \ argument
63 atomic_and_ulong((volatile ulong_t *)(_p), (ulong_t)(_v))
65 #define mm_atomic_or_imp(_p, _v) \ argument
66 atomic_or_32((volatile uint32_t *)(_p), (uint32_t)(_v))
67 #define mm_atomic_long_or_imp(_p, _v) \ argument
68 atomic_or_ulong((volatile ulong_t *)(_p), (ulong_t)(_v))
H A Dmm.h88 #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
99 mm_atomic_long_and_imp(_p, _v)
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
103 mm_atomic_long_or_imp(_p, _v)
H A Dmm_linux.h67 #define mm_atomic_set_imp(_p, _v) ediag_atomic_set((s32_t *)_p, (s32_t)_v) argument
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dio.h135 extern inline unsigned x __in##s(unsigned short port) { unsigned x _v;
141 __IN1(s,x) __IN2(s,s1,"w") : "=a" (_v) : "d" (port) ,##i ); return _v; } \
142 __IN1(s##c,x) __IN2(s,s1,"") : "=a" (_v) : "id" (port) ,##i ); return _v; } \
143 __IN1(s##_p,x) __IN2(s,s1,"w") : "=a" (_v) : "d" (port) ,##i ); SLOW_DOWN_IO; return _v; } \
144 __IN1(s##c_p,x) __IN2(s,s1,"") : "=a" (_v) : "id" (port) ,##i ); SLOW_DOWN_IO; return _v; }
/titanic_41/usr/src/lib/scsi/libses/common/
H A Dlibses_plugin.h126 #define SES_NV_CTL64(_l, _n, _v) \ argument
130 (_v) = v; \
133 #define SES_NV_CTL16(_l, _n, _v) \ argument
137 SCSI_WRITE16(&(_v), v); \
/titanic_41/usr/src/uts/sun4u/sys/
H A Dzulu_hat.h110 #define ZULU_MAP_HASH_VAL(_v, _s) (((_v) >> ZULU_HASH_TBL_SHIFT(_s)) & \ argument
112 #define ZULU_MAP_HASH_HEAD(_zh, _v, _s) \ argument
113 (_zh->hash_tbl[ZULU_MAP_HASH_VAL(_v, _s)])
/titanic_41/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_handler.c63 ndmpd_##cmd##_v##ver, \
87 ndmpd_##cmd##_v##ver, \
99 ndmpd_##cmd##_v##ver, \
/titanic_41/usr/src/uts/common/io/arn/
H A Darn_ath9k.h618 #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
624 (REG_READ(_a, _r) & ~_f) | (((_v) << _f##_S) & _f))
/titanic_41/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlm_defs.h75 #define ALIGN_VALUE_TO_WORD_BOUNDARY(_v) \ argument
76 (((_v) + (sizeof(void *) - 1)) & ~(sizeof(void *) - 1))
/titanic_41/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c41 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument
42 #define SM(_v, _f) (((_v) << _f##_S) & _f) argument
H A Dnet80211_output.c322 #define SM(_v, _f) (((_v) << _f##_S) & _f) in ieee80211_add_wme_param() argument
H A Dnet80211_input.c786 #define MS(_v, _f) (((_v) & _f) >> _f##_S) in ieee80211_parse_wmeparams() argument
/titanic_41/usr/src/uts/common/io/ath/
H A Dath_hal.h1272 #define ATH_HAL_SETTKIPSPLIT(_ah, _v) \ argument
1273 (ATH_HAL_SETCAPABILITY(_ah, HAL_CAP_TKIP_SPLIT, 1, _v, NULL))
/titanic_41/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c291 #define APIX_WRITE_MSI_DATA(_hdl, _cap, _ctrl, _v)\ argument
294 pci_config_put16((_hdl), (_cap) + PCI_MSI_64BIT_DATA, (_v));\
296 pci_config_put16((_hdl), (_cap) + PCI_MSI_32BIT_DATA, (_v));\
/titanic_41/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h332 #define vmem_qcache_reap(_v) /* nothing */ argument
/titanic_41/usr/src/uts/common/io/bpf/
H A Dbpf.c100 #define mtod(_v, _t) (_t)((_v)->b_rptr) argument
/titanic_41/usr/src/uts/common/inet/nca/
H A Dnca.h1755 #define NCA_COUNTER(_p, _v) { \ argument
1757 long v = _v; \
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c1102 vattr_t _v; in nfs4open_otw() local
1129 _v.va_mask = AT_GID; in nfs4open_otw()
1130 _v.va_gid = in_va->va_gid; in nfs4open_otw()
1131 if (!(e.error = nfs4args_verify(&argop[8], &_v, OP_NVERIFY, in nfs4open_otw()
1142 nfs4args_setattr(&argop[9], &_v, NULL, 0, NULL, cr, in nfs4open_otw()
6968 vattr_t _v; in call_nfs4_create_req() local
6987 _v.va_mask = AT_GID; in call_nfs4_create_req()
6988 _v.va_gid = va->va_gid; in call_nfs4_create_req()
6989 if (e.error = nfs4args_verify(&argop[8], &_v, OP_NVERIFY, in call_nfs4_create_req()
7006 nfs4args_setattr(&argop[9], &_v, NULL, 0, NULL, cr, supp_attrs, in call_nfs4_create_req()