/freebsd/sys/arm/include/ |
H A D | atomic.h | 200 [newv] "r" (_new) \ in ATOMIC_ACQ_REL_LONG() 225 [newv] "r" (_new) \ 230 atomic_fcmpset_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) 240 atomic_fcmpset_acq_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) in atomic_fcmpset_acq_8() argument 250 atomic_fcmpset_rel_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) in atomic_fcmpset_rel_8() argument 260 atomic_fcmpset_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_16() argument 270 atomic_fcmpset_acq_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_acq_16() argument 280 atomic_fcmpset_rel_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_rel_16() argument 290 atomic_fcmpset_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) in atomic_fcmpset_32() argument 299 atomic_fcmpset_acq_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) in atomic_fcmpset_acq_32() argument [all …]
|
/freebsd/sys/dev/hpt27xx/ |
H A D | list.h | 46 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_hea… in __list_add() argument 48 next->prev = _new; in __list_add() 49 _new->next = next; in __list_add() 50 _new->prev = prev; in __list_add() 51 prev->next = _new; in __list_add() 54 static HPT_INLINE void list_add(struct list_head *_new, struct list_head *head) in list_add() argument 56 __list_add(_new, head, head->next); in list_add() 59 static HPT_INLINE void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument 61 __list_add(_new, head->prev, head); in list_add_tail()
|
/freebsd/sys/dev/hptnr/ |
H A D | list.h | 45 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_hea… in __list_add() argument 47 next->prev = _new; in __list_add() 48 _new->next = next; in __list_add() 49 _new->prev = prev; in __list_add() 50 prev->next = _new; in __list_add() 53 static HPT_INLINE void list_add(struct list_head *_new, struct list_head *head) in list_add() argument 55 __list_add(_new, head, head->next); in list_add() 58 static HPT_INLINE void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() argument 60 __list_add(_new, head->prev, head); in list_add_tail()
|
/freebsd/sys/dev/hptrr/ |
H A 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/crypto/openssl/doc/man3/ |
H A D | X509_dup.pod | 350 B<I<TYPE>_new>() allocates an empty object of the indicated type. 353 B<I<TYPE>_new_ex>() is similar to B<I<TYPE>_new>() but also passes the 380 B<I<TYPE>_new>(), B<I<TYPE>_new_ex>() and B<I<TYPE>_dup>() return a pointer to
|
H A D | OPENSSL_LH_COMPFUNC.pod | 76 B<lh_I<TYPE>_new>() creates a new B<LHASH_OF>(B<I<TYPE>>) structure to store 91 B<lh_I<TYPE>_new>() as shown in this example: 121 htable = B<lh_I<TYPE>_new>(LHASH_HASH_FN(stuff), LHASH_COMP_FN(stuff)); 210 OPENSSL_LH_new() is the same as the B<lh_I<TYPE>_new>() except that it is not 225 B<lh_I<TYPE>_new>() and OPENSSL_LH_new() return NULL on error, otherwise a
|
H A D | DEFINE_STACK_OF.pod | 109 B<sk_I<TYPE>_new>() allocates a new empty stack using comparison function 258 B<sk_I<TYPE>_new>(), B<sk_I<TYPE>_new_null>() and B<sk_I<TYPE>_new_reserve>()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | tasn_typ.c | 19 sname *sname##_new(void) \
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | sparse_array.h | 26 ossl_sa_##type##_new(void) \
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | OPENSSL_SA.pod | 61 B<ossl_sa_I<TYPE>_new>() allocates a new empty sparse array. 110 B<ossl_sa_I<TYPE>_new>() returns an empty sparse array or NULL if an error
|
H A D | ossl_cmp_msg_create.pod | 96 Thus, the I<ctx> may be modified by this and related ossl_cmp_*_new() functions.
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_ctx_test.c | 515 TYPE *, NULL, IS_0, TYPE##_new(), TYPE##_free) 532 TYPE *, NULL, DEFAULT, TYPE##_new(), TYPE##_free) 721 IS_0, TYPE##_new(), TYPE##_free)
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_impl.h | 1167 unsigned int _new = (_wptr); \ 1170 if ((_new) >= (_old)) \ 1173 ((_new) - (_old)) * sizeof (efx_desc_t)); \
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_local.h | 235 DifferentialChecksum(u_short * _cksum, void * _new, void * _old, int _n);
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1t.h | 801 pre stname *fname##_new(void) \ 811 stname *fname##_new(void) \
|
H A D | lhash.h | 168 …static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *),…
|
H A D | safestack.h.in | 80 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \
|
H A D | lhash.h.in | 170 …static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *),…
|
H A D | safestack.h | 77 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \
|
H A D | asn1t.h.in | 802 pre stname *fname##_new(void) \ 812 stname *fname##_new(void) \
|
H A D | asn1.h | 325 attr type *name##_new(void); \
|
H A D | asn1.h.in | 278 attr type *name##_new(void); \
|
/freebsd/libexec/rc/ |
H A D | rc.subr | 1914 local _name _rcvar_val _var _defval _v _msg _new _d _dot 1986 eval _new=\$${_var}_newvar 1991 if [ -z "$_new" ]; then 1994 eval $_new=\"\$$_var\" 1996 _msg="Use \$$_new instead."
|
/freebsd/contrib/libxo/libxo/ |
H A D | libxo.c | 165 #define XSS_TRANSITION(_old, _new) ((_old) << 8 | (_new)) argument
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 574 function call (typically those function names have a C<_new> suffix to them).
|