Home
last modified time | relevance | path

Searched defs:_ptr (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/arm/include/
H A Datomic.h240 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 Dauto_array.hpp55 T* _ptr; member in utils::detail::auto_array_ref
77 T* _ptr; member in utils::auto_array
/freebsd/contrib/tcpdump/
H A Dprint-resp.c83 #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 Dnetlink.h199 #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 Dconfig.h129 _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 Ddrm_hashtab.h40 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_shim.c777 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 Dar5416desc.h265 #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 Dnhop_utils.h75 #define CHT_SLIST_INIT(_head, _ptr, _num_buckets) \ argument
86 #define _CHT_FIRST(_ptr, idx) (_ptr)[idx] argument
/freebsd/sys/dev/ice/
H A Dice_defs.h68 #define FLEX_ARRAY_SIZE(_ptr, _mem, cnt) ((cnt) * sizeof(_ptr->_mem[0])) argument
H A Dice_osdep.h244 #define LIST_ENTRY_SAFE(_ptr, _type, _member) \ argument
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_shim.h5 #define rte_free(_ptr) free(_ptr, M_TEMP) argument
/freebsd/sys/contrib/ncsw/inc/
H A Dncsw_ext.h49 #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 Dbio_ok.c418 static void longswap(void *_ptr, size_t len) in longswap()
/freebsd/lib/libcuse/
H A Dcuse_lib.c138 cuse_vmoffset(void *_ptr) in cuse_vmoffset()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c1823 #define BHNDB_IO_MISC(_type, _ptr, _op, _size) \ argument
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_mcp.c56 #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 Dpci.h849 #define pci_map_single(_hwdev, _ptr, _size, _dir) \ argument
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h684 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument