Searched defs:_dst (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/sys/cpu/x86_64/include/ |
H A D | atomic.h | 383 atomic_cmpxchg_int(volatile u_int *_dst, u_int _old, u_int _new) in atomic_cmpxchg_int() 395 atomic_cmpxchg_long_test(volatile u_long *_dst, u_long _old, u_long _new) in atomic_cmpxchg_long_test() 409 atomic_cmpset_short(volatile u_short *_dst, u_short _old, u_short _new) in atomic_cmpset_short() 421 atomic_fcmpset_char(volatile u_char *_dst, u_char *_old, u_char _new) in atomic_fcmpset_char() 434 atomic_fcmpset_short(volatile u_short *_dst, u_short *_old, u_short _new) in atomic_fcmpset_short() 447 atomic_cmpset_int(volatile u_int *_dst, u_int _old, u_int _new) in atomic_cmpset_int() 459 atomic_fcmpset_int(volatile u_int *_dst, u_int *_old, u_int _new) in atomic_fcmpset_int() 472 atomic_cmpset_int_xacquire(volatile u_int *_dst, u_int _old, u_int _new) in atomic_cmpset_int_xacquire() 484 atomic_cmpset_int_xrelease(volatile u_int *_dst, u_int _old, u_int _new) in atomic_cmpset_int_xrelease() 496 atomic_cmpset_long(volatile u_long *_dst, u_long _old, u_long _new) in atomic_cmpset_long() [all …]
|
/dflybsd-src/tools/tools/ath/common/ |
H A D | ah_osdep.h | 48 #define OS_MEMCPY(_dst, _src, _size) bcopy((_src), (_dst), (_size)) argument
|
/dflybsd-src/sys/dev/netif/ix/ |
H A D | ixgbe_osdep.h | 165 ixgbe_bcopy(void *__restrict _src, void *__restrict _dst, int l) in ixgbe_bcopy()
|
/dflybsd-src/sys/net/netmap/ |
H A D | netmap.c | 325 static char _dst[8192]; in nm_dump_buf() local
|
H A D | netmap_vale.c | 282 pkt_copy(void *_src, void *_dst, int l) in pkt_copy()
|