| /freebsd-12-stable/contrib/tcpdump/ |
| D | print-resp.c | 90 #define FIND_CRLF(_ptr, _len) \ argument 93 ND_TCHECK2(*_ptr, 2); \ 94 if (*_ptr == '\r' && *(_ptr+1) == '\n') \ 96 _ptr++; \ 104 #define CONSUME_CRLF(_ptr, _len) \ argument 105 _ptr += 2; \ 116 #define FIND_CR_OR_LF(_ptr, _len) \ argument 119 ND_TCHECK(*_ptr); \ 120 if (*_ptr == '\r' || *_ptr == '\n') \ 122 _ptr++; \ [all …]
|
| /freebsd-12-stable/sys/arm/include/ |
| D | atomic-v6.h | 209 : [ptr] "r" (_ptr), \ in ATOMIC_ACQ_REL_LONG() 234 : [ptr] "r" (_ptr), \ 241 atomic_fcmpset_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) 250 atomic_fcmpset_acq_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) in atomic_fcmpset_acq_8() argument 260 atomic_fcmpset_rel_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new) in atomic_fcmpset_rel_8() argument 270 atomic_fcmpset_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_16() argument 279 atomic_fcmpset_acq_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_acq_16() argument 289 atomic_fcmpset_rel_16(volatile uint16_t *_ptr, uint16_t *_old, uint16_t _new) in atomic_fcmpset_rel_16() argument 299 atomic_fcmpset_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) in atomic_fcmpset_32() argument 308 atomic_fcmpset_acq_32(volatile uint32_t *_ptr, uint32_t *_old, uint32_t _new) in atomic_fcmpset_acq_32() argument [all …]
|
| /freebsd-12-stable/sys/netinet/libalias/ |
| D | alias.h | 96 int LibAliasIn (struct libalias *, void *_ptr, int _maxpacketsize); 97 int LibAliasOut(struct libalias *, void *_ptr, int _maxpacketsize); 98 int LibAliasOutTry(struct libalias *, void *_ptr, int _maxpacketsize, int _create); 99 int LibAliasUnaliasOut(struct libalias *, void *_ptr, int _maxpacketsize); 118 void LibAliasFragmentIn(struct libalias *, void *_ptr, void *_ptr_fragment); 119 void *LibAliasGetFragment(struct libalias *, void *_ptr); 120 int LibAliasSaveFragment(struct libalias *, void *_ptr); 123 unsigned short LibAliasInternetChecksum(struct libalias *, unsigned short *_ptr, int _nbytes);
|
| /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/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/contrib/bmake/ |
| D | buf.h | 99 char *_ptr; \ 102 _ptr = (bp)->buffer + _count; \ 103 _ptr[-1] = (byte); \ 104 _ptr[0] = 0; \
|
| D | util.c | 394 fakebuf._ptr = (void *)s; in vsnprintf()
|
| /freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/ |
| D | vchiq_shim.c | 777 vchi_readbuf_uint32(const void *_ptr) in vchi_readbuf_uint32() argument 779 const unsigned char *ptr = _ptr; in vchi_readbuf_uint32() 788 vchi_writebuf_uint32(void *_ptr, uint32_t value) in vchi_writebuf_uint32() argument 790 unsigned char *ptr = _ptr; in vchi_writebuf_uint32() 802 vchi_readbuf_uint16(const void *_ptr) in vchi_readbuf_uint16() argument 804 const unsigned char *ptr = _ptr; in vchi_readbuf_uint16() 813 vchi_writebuf_uint16(void *_ptr, uint16_t value) in vchi_writebuf_uint16() argument 815 unsigned char *ptr = _ptr; in vchi_writebuf_uint16()
|
| /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/contrib/binutils/libiberty/ |
| D | vsprintf.c | 43 b->_ptr = buf; in vsprintf() 47 b._ptr = buf; in vsprintf()
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | vsprintf.c | 43 b->_ptr = buf; in vsprintf() 47 b._ptr = buf; in vsprintf()
|
| /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/dev/ice/ |
| D | ice_osdep.h | 243 #define LIST_ENTRY_SAFE(_ptr, _type, _member) \ argument 244 ({ __typeof(_ptr) ____ptr = (_ptr); \
|
| D | ice_type.h | 69 #define FLEX_ARRAY_SIZE(_ptr, _mem, cnt) ((cnt) * sizeof(_ptr->_mem[0])) argument
|
| /freebsd-12-stable/contrib/elftoolchain/libelf/ |
| D | libelf.h | 201 Elf_Arsym *elf_getarsym(Elf *_elf, size_t *_ptr); 204 char *elf_getident(Elf *_elf, size_t *_ptr);
|
| /freebsd-12-stable/crypto/openssl/crypto/evp/ |
| D | bio_ok.c | 426 static void longswap(void *_ptr, size_t len) in longswap() argument 437 unsigned char *p = _ptr, c; in longswap()
|
| /freebsd-12-stable/contrib/ncurses/ncurses/base/ |
| D | vsscanf.c | 173 strbuf._ptr = strbuf._base = (unsigned char *) str; in vsscanf()
|
| /freebsd-12-stable/lib/libcuse/ |
| D | cuse_lib.c | 139 cuse_vmoffset(void *_ptr) in cuse_vmoffset() argument 143 uint8_t *ptr = _ptr; in cuse_vmoffset()
|
| /freebsd-12-stable/lib/libutil/ |
| D | libutil.h | 101 void hexdump(const void *_ptr, int _length, const char *_hdr, int _flags);
|
| /freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/ |
| D | pci.h | 732 #define pci_map_single(_hwdev, _ptr, _size, _dir) \ argument 734 (_ptr), (_size), (enum dma_data_direction)_dir)
|
| /freebsd-12-stable/sys/ofed/include/rdma/ |
| D | ib_verbs.h | 613 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument 615 (_ptr)->device = _device; \ 616 (_ptr)->handler = _handler; \ 617 INIT_LIST_HEAD(&(_ptr)->list); \
|
| /freebsd-12-stable/sys/dev/bhnd/bhndb/ |
| D | bhndb.c | 1847 #define BHNDB_IO_MISC(_type, _ptr, _op, _size) \ argument 1851 _type _ptr datap, bus_size_t count) \
|
| /freebsd-12-stable/sys/dev/qlnx/qlnxe/ |
| D | ecore_mcp.c | 58 #define DRV_INNER_WR(_p_hwfn, _p_ptt, _ptr, _offset, _val) \ argument 59 ecore_wr(_p_hwfn, _p_ptt, (_p_hwfn->mcp_info->_ptr + _offset), \ 62 #define DRV_INNER_RD(_p_hwfn, _p_ptt, _ptr, _offset) \ argument 63 ecore_rd(_p_hwfn, _p_ptt, (_p_hwfn->mcp_info->_ptr + _offset))
|
| /freebsd-12-stable/contrib/ncurses/ |
| D | aclocal.m4 | 1796 strbuf._ptr = strbuf._base = (unsigned char *) str; 1807 strbuf._ptr = strbuf._base = (unsigned char *) str;
|