| /freebsd/sys/contrib/dpdk_rte_lpm/ |
| H A D | rte_shim.h | 4 #define rte_malloc(_type, _size, _align) malloc(_size, M_TEMP, M_NOWAIT) argument 6 #define rte_zmalloc(_type, _size, _align) malloc(_size, M_TEMP, M_NOWAIT | M_ZERO) argument 7 #define rte_zmalloc_socket(_type, _size, _align, _s) malloc(_size, M_TEMP, M_NOWAIT | M_ZERO) argument
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | sysfs.h | 88 #define __BIN_ATTR(_name, _mode, _read, _write, _size) { \ argument 92 #define __BIN_ATTR_RO(_name, _size) { \ argument 96 #define __BIN_ATTR_WO(_name, _size) { \ argument 100 #define __BIN_ATTR_WR(_name, _size) { \ argument 105 #define BIN_ATTR(_name, _mode, _read, _write, _size) \ argument 109 #define BIN_ATTR_RO(_name, _size) \ argument 113 #define BIN_ATTR_WO(_name, _size) \ argument 117 #define BIN_ATTR_WR(_name, _size) \ argument
|
| H A D | ioport.h | 34 #define DEFINE_RES_MEM(_start, _size) \ argument
|
| H A D | kfifo.h | 49 #define DECLARE_KFIFO(_name, _type, _size) \ argument
|
| H A D | pci.h | 876 #define pci_pool_create(_name, _pdev, _size, _align, _alloc) \ argument 878 #define pci_free_consistent(_hwdev, _size, _vaddr, _dma_handle) \ argument 884 #define pci_map_single(_hwdev, _ptr, _size, _dir) \ argument 887 #define pci_unmap_single(_hwdev, _addr, _size, _dir) \ argument 893 #define pci_map_page(_hwdev, _page, _offset, _size, _dir) \ argument 896 #define pci_unmap_page(_hwdev, _dma_address, _size, _dir) \ argument
|
| /freebsd/sys/sys/ |
| H A D | bitstring.h | 278 bit_ff_area_at_(bitstr_t *_bitstr, size_t _start, size_t _nbits, size_t _size, in bit_ff_area_at_() 319 #define bit_ff_area_at(_bitstr, _start, _nbits, _size, _match, _resultp) \ argument 323 #define bit_ffs_area_at(_bitstr, _start, _nbits, _size, _resultp) \ argument 327 #define bit_ffc_area_at(_bitstr, _start, _nbits, _size, _resultp) \ argument 331 #define bit_ffs_area(_bitstr, _nbits, _size, _resultp) \ argument 335 #define bit_ffc_area(_bitstr, _nbits, _size, _resultp) \ argument
|
| H A D | ctf.h | 65 __uint16_t _size; member 74 __uint32_t _size; member 83 __uint16_t _size; member 94 __uint32_t _size; member
|
| /freebsd/tools/tools/ath/common/ |
| H A D | ah_osdep.h | 48 #define OS_MEMZERO(_a, _size) bzero((_a), (_size)) argument 49 #define OS_MEMCPY(_dst, _src, _size) bcopy((_src), (_dst), (_size)) argument
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | config.h | 128 _LIBUNWIND_REMEMBER_ALLOC(_size) global() argument 133 _LIBUNWIND_REMEMBER_ALLOC(_size) global() argument 137 _LIBUNWIND_REMEMBER_ALLOC(_size) global() argument 142 _LIBUNWIND_REMEMBER_ALLOC(_size) global() argument
|
| /freebsd/contrib/openpam/t/ |
| H A D | t_openpam_straddch.c | 87 size_t size, _size, len, _len; in t_straddch_realloc_fail() local 126 size_t size, _size, len, _len; in t_straddch_realloc_ok() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSArray.cpp | 103 uint32_t _size : 28; member 112 uint64_t _size : 60; member 128 uint32_t _size; member 135 uint64_t _size; member 151 uint32_t _size; member 194 const uint32_t _size = 0; member 201 const uint64_t _size = 0; member
|
| H A D | NSSet.cpp | 141 uint32_t _size; member 148 uint64_t _size; member 160 uint32_t _size; member 167 uint64_t _size; member
|
| H A D | NSDictionary.cpp | 268 uint32_t _size; member 277 uint64_t _size; member 304 uint32_t _size; member 312 uint64_t _size; member
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
| H A D | aarch64.c | 26 unsigned long _size; member
|
| /freebsd/sys/arm64/include/ |
| H A D | ifunc.h | 34 unsigned long _size; /* Size of the struct, so it can grow. */ member
|
| /freebsd/sys/arm/include/ |
| H A D | platformvar.h | 91 #define FDT_PLATFORM_DEF2(NAME, VAR_NAME, NAME_STR, _size, _compatible, \ argument
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | util.h | 29 #define MT76_INCR(_var, _size) \ argument
|
| /freebsd/sys/contrib/xen/hvm/ |
| H A D | save.h | 94 # define HVM_SAVE_FIX_COMPAT(_x, _dst, _size) __HVM_SAVE_FIX_COMPAT_##_x(_dst, _size) argument
|
| /freebsd/sys/ofed/include/rdma/ |
| H A D | uverbs_types.h | 197 #define UVERBS_TYPE_ALLOC_IDR_SZ(_size, _destroy_object) \ argument
|
| /freebsd/sys/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_cmds.h | 343 #define _ng_l2cap_echo_req(_m, _ident, _data, _size) \ argument
|
| /freebsd/sys/dev/sfxge/common/ |
| H A D | efsys.h | 333 #define EFSYS_MEM_ZERO(_esmp, _size) \ argument 979 #define EFSYS_DMA_SYNC_FOR_KERNEL(_esmp, _offset, _size) \ argument 987 #define EFSYS_DMA_SYNC_FOR_DEVICE(_esmp, _offset, _size) \ argument 1010 #define EFSYS_KMEM_ALLOC(_esip, _size, _p) \ argument 1021 #define EFSYS_KMEM_FREE(_esip, _size, _p) \ argument
|
| /freebsd/contrib/ldns/ldns/ |
| H A D | edns.h | 103 size_t _size; member
|
| H A D | rdata.h | 205 size_t _size; member
|
| /freebsd/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_datavar.h | 213 #define BHND_NVRAM_DATA_CLASS_DEFN(_cname, _desc, _caps, _size) \ argument
|
| /freebsd/sys/net80211/ |
| H A D | ieee80211_regdomain.c | 188 #define swap(_a, _b, _size) { \ argument
|