/freebsd/sys/arm/include/ |
H A D | atomic.h | 240 atomic_fcmpset_acq_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) in atomic_fcmpset_acq_8() 250 atomic_fcmpset_rel_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) in atomic_fcmpset_rel_8() 260 atomic_fcmpset_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_16() 270 atomic_fcmpset_acq_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_acq_16() 280 atomic_fcmpset_rel_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_rel_16() 290 atomic_fcmpset_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) in atomic_fcmpset_32() 299 atomic_fcmpset_acq_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) in atomic_fcmpset_acq_32() 309 atomic_fcmpset_rel_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) in atomic_fcmpset_rel_32() 319 atomic_fcmpset_long(volatile u_long *_ptr, u_long *_old, u_long _new) in atomic_fcmpset_long() 328 atomic_fcmpset_acq_long(volatile u_long *_ptr, u_long *_old, u_long _new) in atomic_fcmpset_acq_long() [all …]
|
/freebsd/contrib/kyua/utils/ |
H A D | auto_array.hpp | 55 T* _ptr; member in utils::detail::auto_array_ref 77 T* _ptr; member in utils::auto_array
|
/freebsd/contrib/tcpdump/ |
H A D | print-resp.c | 83 #define FIND_CRLF(_ptr, _len) \ argument 98 #define CONSUME_CRLF(_ptr, _len) \ argument 110 #define FIND_CR_OR_LF(_ptr, _len) \ argument 126 #define CONSUME_CR_OR_LF(_ptr, _len) \ argument 164 #define SKIP_OPCODE(_ptr, _tot_len) \ argument 172 #define GET_LENGTH(_ndo, _tot_len, _ptr, _len) \ argument
|
/freebsd/sys/netlink/ |
H A D | netlink.h | 199 #define NL_ITEM_DATA(_ptr, _off) ((void *)((char *)(_ptr) + _off)) argument 200 #define NL_ITEM_DATA_CONST(_ptr, _off) ((const void *)((const char *)(_ptr) + _off)) argument 202 #define NL_ITEM_OK(_ptr, _len, _hlen, _LEN_M) \ argument 204 #define NL_ITEM_NEXT(_ptr, _LEN_M) ((__typeof(_ptr))((char *)(_ptr) + _LEN_M(_ptr))) argument 205 #define NL_ITEM_ITER(_ptr, _len, _LEN_MACRO) \ argument
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | config.h | 129 _LIBUNWIND_REMEMBER_FREE(_ptr) global() argument 134 _LIBUNWIND_REMEMBER_FREE(_ptr) global() argument 138 _LIBUNWIND_REMEMBER_FREE(_ptr) global() argument 143 _LIBUNWIND_REMEMBER_FREE(_ptr) global() argument
|
/freebsd/sys/dev/drm2/ |
H A D | drm_hashtab.h | 40 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_shim.c | 777 vchi_readbuf_uint32(const void *_ptr) in vchi_readbuf_uint32() 788 vchi_writebuf_uint32(void *_ptr, uint32_t value) in vchi_writebuf_uint32() 802 vchi_readbuf_uint16(const void *_ptr) in vchi_readbuf_uint16() 813 vchi_writebuf_uint16(void *_ptr, uint16_t value) in vchi_writebuf_uint16()
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416desc.h | 265 #define AR_SendTimestamp(_ptr) (_ptr)[2] argument 268 #define AR_BaBitmapLow(_ptr) (_ptr)[3] argument 271 #define AR_BaBitmapHigh(_ptr) (_ptr)[4] argument 284 #define AR_TxEVM0(_ptr) (_ptr)[6] argument 287 #define AR_TxEVM1(_ptr) (_ptr)[7] argument 290 #define AR_TxEVM2(_ptr) (_ptr)[8] argument
|
/freebsd/sys/net/route/ |
H A D | nhop_utils.h | 75 #define CHT_SLIST_INIT(_head, _ptr, _num_buckets) \ argument 86 #define _CHT_FIRST(_ptr, idx) (_ptr)[idx] argument
|
/freebsd/sys/dev/ice/ |
H A D | ice_defs.h | 68 #define FLEX_ARRAY_SIZE(_ptr, _mem, cnt) ((cnt) * sizeof(_ptr->_mem[0])) argument
|
H A D | ice_osdep.h | 244 #define LIST_ENTRY_SAFE(_ptr, _type, _member) \ argument
|
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_shim.h | 5 #define rte_free(_ptr) free(_ptr, M_TEMP) argument
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | ncsw_ext.h | 49 #define PTR_TO_UINT(_ptr) ((uintptr_t)(_ptr)) argument 52 #define PTR_MOVE(_ptr, _offset) (void*)((uint8_t*)(_ptr) + (_offset)) argument
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | bio_ok.c | 418 static void longswap(void *_ptr, size_t len) in longswap()
|
/freebsd/lib/libcuse/ |
H A D | cuse_lib.c | 138 cuse_vmoffset(void *_ptr) in cuse_vmoffset()
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb.c | 1823 #define BHNDB_IO_MISC(_type, _ptr, _op, _size) \ argument
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_mcp.c | 56 #define DRV_INNER_WR(_p_hwfn, _p_ptt, _ptr, _offset, _val) \ argument 60 #define DRV_INNER_RD(_p_hwfn, _p_ptt, _ptr, _offset) \ argument
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | pci.h | 849 #define pci_map_single(_hwdev, _ptr, _size, _dir) \ argument
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 684 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument
|