| /freebsd-12-stable/sys/arm/include/ |
| D | atomic-v6.h | 211 [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/ |
| D | list.h | 48 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/ |
| D | list.h | 47 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/ |
| D | list.h | 50 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/ |
| D | tasn_typ.c | 19 sname *sname##_new(void) \
|
| /freebsd-12-stable/sys/dev/sfxge/common/ |
| D | efx_impl.h | 1034 unsigned int _new = (_wptr); \ 1037 if ((_new) >= (_old)) \ 1040 ((_new) - (_old)) * sizeof (efx_desc_t)); \
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | safestack.h | 35 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \
|
| D | lhash.h | 123 …static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *),…
|
| D | asn1t.h | 811 pre stname *fname##_new(void) \ 821 stname *fname##_new(void) \
|
| D | asn1.h | 248 type *name##_new(void); \
|
| /freebsd-12-stable/sys/netinet/libalias/ |
| D | alias_local.h | 235 DifferentialChecksum(u_short * _cksum, void * _new, void * _old, int _n);
|
| /freebsd-12-stable/libexec/rc/ |
| D | rc.subr | 1434 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/ |
| D | libxo.c | 195 #define XSS_TRANSITION(_old, _new) ((_old) << 8 | (_new)) argument
|
| /freebsd-12-stable/crypto/openssl/ |
| D | CHANGES | 7024 (These simply call ..._new and ..._copy).
|