/freebsd/sys/ofed/include/rdma/ |
H A D | uverbs_std_types.h | 51 #define uobj_get_read(_type, _id, _attrs) \ argument 56 #define ufd_get_read(_type, _fdnum, _attrs) ({ \ argument 69 #define uobj_get_obj_read(_object, _type, _id, _attrs) \ argument 73 #define uobj_get_write(_type, _id, _attrs) \ argument 80 #define uobj_perform_destroy(_type, _id, _attrs) \ argument 87 #define uobj_get_destroy(_type, _id, _attrs) \ argument 126 #define uobj_alloc(_type, _attrs, _ib_dev) \ argument
|
H A D | uverbs_ioctl.h | 484 #define UVERBS_ATTR_TYPE(_type) \ argument 492 #define UVERBS_ATTR_STRUCT(_type, _last) \ argument 552 #define UVERBS_ATTR_PTR_IN(_attr_id, _type, ...) \ argument 559 #define UVERBS_ATTR_PTR_OUT(_attr_id, _type, ...) \ argument
|
/freebsd/sys/contrib/xen/hvm/ |
H A D | save.h | 65 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \ argument 72 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \ argument 78 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \ argument 81 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \ argument
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_hwdata.c | 78 #define BHNDB_PORT_PRIO(_type, _port, _region, _priority, ...) \ argument 81 #define _BHNDB_PORT_PRIO(_type, _port, _region, _priority, _flags, ...) \ argument 92 #define BHNDB_PORT0_PRIO(_type, _priority, ...) \ argument
|
H A D | bhndb.c | 77 #define BHNDB_DEBUG(_type) (BHNDB_DEBUG_ ## _type & bhndb_debug) argument 1798 #define BHNDB_IO_READ(_type, _name) \ argument 1812 #define BHNDB_IO_WRITE(_type, _name) \ argument 1823 #define BHNDB_IO_MISC(_type, _ptr, _op, _size) \ argument 1836 #define BHNDB_IO_METHODS(_type, _size) \ argument
|
/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 | iosys-map.h | 124 #define iosys_map_rd(_ism, _off, _type) ({ \ argument 137 #define iosys_map_wr(_ism, _off, _type, _val) ({ \ argument 150 #define iosys_map_rd_field(_ism, _off, _type, _field) ({ \ argument 155 #define iosys_map_wr_field(_ism, _off, _type, _field, _val) ({ \ argument
|
H A D | kfifo.h | 39 #define DECLARE_KFIFO_PTR(_name, _type) \ argument
|
/freebsd/tools/tools/ath/common/ |
H A D | dumpregs.h | 63 #define _DEFREG(_addr, _name, _type) \ argument 65 #define _DEFREGx(_addr, _name, _type, _srevmin, _srevmax) \ argument 68 #define _DEFREGfmt(_addr, _name, _type, _fmt) \ argument
|
/freebsd/contrib/kyua/model/ |
H A D | test_result.hpp | 71 test_result_type _type; member in model::test_result
|
/freebsd/sys/dev/drm2/ |
H A D | drm_hashtab.h | 40 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
|
/freebsd/sys/netgraph/bluetooth/l2cap/ |
H A D | ng_l2cap_cmds.h | 367 #define _ng_l2cap_info_req(_m, _ident, _type) \ argument 389 #define _ng_l2cap_info_rsp(_m, _ident, _type, _result, _mtu) \ argument
|
/freebsd/sbin/newfs_msdos/ |
H A D | mkfs_msdos.h | 62 #define AOPT(_opt, _type, _name, _min, _desc) _type _name; argument
|
H A D | newfs_msdos.c | 269 #define AOPT(_opt, _type, _name, _min, _desc) { _opt, _desc }, in usage() argument
|
/freebsd/contrib/kyua/engine/ |
H A D | atf_result.hpp | 71 types _type; member in engine::atf_result
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | AuxVector.cpp | 56 #define ENTRY_NAME(_type) \ in GetEntryName() argument
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd.c | 985 #define BHND_IO_READ(_type, _name, _method) \ argument 994 #define BHND_IO_WRITE(_type, _name, _method) \ argument 1004 #define BHND_IO_MISC(_type, _op, _method) \ argument 1014 #define BHND_IO_METHODS(_type, _size) \ argument
|
H A D | bhnd_match.h | 189 #define BHND_MATCH_CHIP_TYPE(_type) _BHND_SET_MATCH_FIELD(chip_type, \ argument 244 #define BHND_MATCH_BOARD_TYPE(_type) _BHND_SET_MATCH_FIELD(board_type, \ argument 260 #define BHND_MATCH_BOARD(_vend, _type) \ argument
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_mcdi.h | 250 #define MCDI_IN(_emr, _type, _ofst) \ argument 253 #define MCDI_IN2(_emr, _type, _ofst) \ argument 375 #define MCDI_OUT(_emr, _type, _ofst) \ argument 378 #define MCDI_OUT2(_emr, _type, _ofst) \ argument
|
/freebsd/usr.sbin/makefs/ |
H A D | msdos.c | 76 #define AOPT(_opt, _type, _name, _min, _desc) { \ in msdos_prep_opts() argument
|
/freebsd/sbin/devd/ |
H A D | devd.hh | 111 int _type; member in media
|
/freebsd/sys/sys/ |
H A D | ctf.h | 66 __uint16_t _type; member 75 __uint32_t _type; member 84 __uint16_t _type; member 95 __uint32_t _type; member
|
/freebsd/sys/arm64/qoriq/clk/ |
H A D | qoriq_clkgen.h | 67 #define QORIQ_CLK_ID(_type, _index) ((_type << 8) + _index) argument
|
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_eromreg.h | 57 #define BCMA_EROM_ENTRY_IS(_entry, _type) \ argument
|
/freebsd/sys/dev/etherswitch/ip17x/ |
H A D | ip17x_var.h | 77 #define IP17X_IS_SWITCH(_sc, _type) \ argument
|