| /freebsd-12-stable/sys/arm/include/ |
| D | atomic-v6.h | 250 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/ |
| D | print-resp.c | 90 #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/ |
| D | config.h | 129 #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/ |
| D | drm_hashtab.h | 42 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
|
| /freebsd-12-stable/sys/dev/drm2/ |
| D | drm_hashtab.h | 42 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
|
| /freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/ |
| 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-12-stable/sys/dev/ath/ath_hal/ar5416/ |
| D | ar5416desc.h | 267 #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/ |
| 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-12-stable/crypto/openssl/crypto/evp/ |
| D | bio_ok.c | 426 static void longswap(void *_ptr, size_t len) in longswap()
|
| /freebsd-12-stable/lib/libcuse/ |
| D | cuse_lib.c | 139 cuse_vmoffset(void *_ptr) in cuse_vmoffset()
|
| /freebsd-12-stable/sys/dev/ice/ |
| D | ice_osdep.h | 243 #define LIST_ENTRY_SAFE(_ptr, _type, _member) \ argument
|
| D | ice_type.h | 69 #define FLEX_ARRAY_SIZE(_ptr, _mem, cnt) ((cnt) * sizeof(_ptr->_mem[0])) argument
|
| /freebsd-12-stable/sys/dev/bhnd/bhndb/ |
| D | bhndb.c | 1847 #define BHNDB_IO_MISC(_type, _ptr, _op, _size) \ argument
|
| /freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/ |
| D | pci.h | 732 #define pci_map_single(_hwdev, _ptr, _size, _dir) \ argument
|
| /freebsd-12-stable/sys/dev/qlnx/qlnxe/ |
| D | ecore_mcp.c | 58 #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/ |
| D | ib_verbs.h | 613 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument
|