Home
last modified time | relevance | path

Searched refs:_new (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/sys/arm/include/
Datomic-v6.h211 [newv] "r" (_new) \ in ATOMIC_ACQ_REL_LONG()
236 [newv] "r" (_new) \
241 atomic_fcmpset_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new)
250 atomic_fcmpset_acq_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) in atomic_fcmpset_acq_8() argument
260 atomic_fcmpset_rel_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) in atomic_fcmpset_rel_8() argument
270 atomic_fcmpset_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_16() argument
279 atomic_fcmpset_acq_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_acq_16() argument
289 atomic_fcmpset_rel_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_rel_16() argument
299 atomic_fcmpset_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) in atomic_fcmpset_32() argument
308 atomic_fcmpset_acq_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) in atomic_fcmpset_acq_32() argument
[all …]
/freebsd-12-stable/sys/dev/hpt27xx/
Dlist.h48 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_hea… in __list_add() argument
50 next->prev = _new; in __list_add()
51 _new->next = next; in __list_add()
52 _new->prev = prev; in __list_add()
53 prev->next = _new; in __list_add()
56 static HPT_INLINE void list_add(struct list_head *_new, struct list_head *head) in list_add() argument
58 __list_add(_new, head, head->next); in list_add()
61 static HPT_INLINE void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument
63 __list_add(_new, head->prev, head); in list_add_tail()
/freebsd-12-stable/sys/dev/hptnr/
Dlist.h47 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_hea… in __list_add() argument
49 next->prev = _new; in __list_add()
50 _new->next = next; in __list_add()
51 _new->prev = prev; in __list_add()
52 prev->next = _new; in __list_add()
55 static HPT_INLINE void list_add(struct list_head *_new, struct list_head *head) in list_add() argument
57 __list_add(_new, head, head->next); in list_add()
60 static HPT_INLINE void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument
62 __list_add(_new, head->prev, head); in list_add_tail()
/freebsd-12-stable/sys/dev/hptrr/
Dlist.h50 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_hea… in __list_add() argument
52 next->prev = _new; in __list_add()
53 _new->next = next; in __list_add()
54 _new->prev = prev; in __list_add()
55 prev->next = _new; in __list_add()
58 static HPT_INLINE void list_add(struct list_head *_new, struct list_head *head) in list_add() argument
60 __list_add(_new, head, head->next); in list_add()
63 static HPT_INLINE void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument
65 __list_add(_new, head->prev, head); in list_add_tail()
/freebsd-12-stable/crypto/openssl/crypto/asn1/
Dtasn_typ.c19 sname *sname##_new(void) \
/freebsd-12-stable/sys/dev/sfxge/common/
Defx_impl.h1034 unsigned int _new = (_wptr); \
1037 if ((_new) >= (_old)) \
1040 ((_new) - (_old)) * sizeof (efx_desc_t)); \
/freebsd-12-stable/crypto/openssl/include/openssl/
Dsafestack.h35 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \
Dlhash.h123 …static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *),…
Dasn1t.h811 pre stname *fname##_new(void) \
821 stname *fname##_new(void) \
Dasn1.h248 type *name##_new(void); \
/freebsd-12-stable/sys/netinet/libalias/
Dalias_local.h235 DifferentialChecksum(u_short * _cksum, void * _new, void * _old, int _n);
/freebsd-12-stable/libexec/rc/
Drc.subr1434 local _name _rcvar_val _var _defval _v _msg _new _d
1483 eval _new=\$${_var}_newvar
1488 if [ -z "$_new" ]; then
1491 eval $_new=\"\$$_var\"
1493 _msg="Use \$$_new instead."
/freebsd-12-stable/contrib/libxo/libxo/
Dlibxo.c195 #define XSS_TRANSITION(_old, _new) ((_old) << 8 | (_new)) argument
/freebsd-12-stable/crypto/openssl/
DCHANGES7024 (These simply call ..._new and ..._copy).