Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/arm/include/
Datomic-v6.h250 atomic_fcmpset_acq_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) in atomic_fcmpset_acq_8()
260 atomic_fcmpset_rel_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) in atomic_fcmpset_rel_8()
270 atomic_fcmpset_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_16()
279 atomic_fcmpset_acq_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_acq_16()
289 atomic_fcmpset_rel_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_rel_16()
299 atomic_fcmpset_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) in atomic_fcmpset_32()
308 atomic_fcmpset_acq_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) in atomic_fcmpset_acq_32()
318 atomic_fcmpset_rel_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) in atomic_fcmpset_rel_32()
328 atomic_fcmpset_long(volatile long *_ptr, long *_old, long _new) in atomic_fcmpset_long()
337 atomic_fcmpset_acq_long(volatile long *_ptr, long *_old, long _new) in atomic_fcmpset_acq_long()
[all …]
/freebsd-12-stable/contrib/tcpdump/
Dprint-resp.c90 #define FIND_CRLF(_ptr, _len) \ argument
104 #define CONSUME_CRLF(_ptr, _len) \ argument
116 #define FIND_CR_OR_LF(_ptr, _len) \ argument
132 #define CONSUME_CR_OR_LF(_ptr, _len) \ argument
169 #define SKIP_OPCODE(_ptr, _tot_len) \ argument
177 #define GET_LENGTH(_ndo, _tot_len, _ptr, _len) \ argument
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
Dconfig.h129 #define _LIBUNWIND_REMEMBER_FREE(_ptr) \ argument
134 #define _LIBUNWIND_REMEMBER_FREE(_ptr) _freea(_ptr) argument
138 #define _LIBUNWIND_REMEMBER_FREE(_ptr) free(_ptr) argument
143 #define _LIBUNWIND_REMEMBER_FREE(_ptr) free(_ptr) argument
/freebsd-12-stable/sys/dev/drm/
Ddrm_hashtab.h42 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
/freebsd-12-stable/sys/dev/drm2/
Ddrm_hashtab.h42 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
/freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/
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-12-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416desc.h267 #define AR_SendTimestamp(_ptr) (_ptr)[2] argument
270 #define AR_BaBitmapLow(_ptr) (_ptr)[3] argument
273 #define AR_BaBitmapHigh(_ptr) (_ptr)[4] argument
286 #define AR_TxEVM0(_ptr) (_ptr)[6] argument
289 #define AR_TxEVM1(_ptr) (_ptr)[7] argument
292 #define AR_TxEVM2(_ptr) (_ptr)[8] argument
/freebsd-12-stable/sys/contrib/ncsw/inc/
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-12-stable/crypto/openssl/crypto/evp/
Dbio_ok.c426 static void longswap(void *_ptr, size_t len) in longswap()
/freebsd-12-stable/lib/libcuse/
Dcuse_lib.c139 cuse_vmoffset(void *_ptr) in cuse_vmoffset()
/freebsd-12-stable/sys/dev/ice/
Dice_osdep.h243 #define LIST_ENTRY_SAFE(_ptr, _type, _member) \ argument
Dice_type.h69 #define FLEX_ARRAY_SIZE(_ptr, _mem, cnt) ((cnt) * sizeof(_ptr->_mem[0])) argument
/freebsd-12-stable/sys/dev/bhnd/bhndb/
Dbhndb.c1847 #define BHNDB_IO_MISC(_type, _ptr, _op, _size) \ argument
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
Dpci.h732 #define pci_map_single(_hwdev, _ptr, _size, _dir) \ argument
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_mcp.c58 #define DRV_INNER_WR(_p_hwfn, _p_ptt, _ptr, _offset, _val) \ argument
62 #define DRV_INNER_RD(_p_hwfn, _p_ptt, _ptr, _offset) \ argument
/freebsd-12-stable/sys/ofed/include/rdma/
Dib_verbs.h613 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument