Home
last modified time | relevance | path

Searched defs:_t (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/sys/sys/
H A D_bitset.h45 #define __BITSET_DEFINE(_t, _s) \ argument
56 #define __BITSET_DEFINE_VAR(_t) __BITSET_DEFINE(_t, 1) argument
66 #define BITSET_DEFINE(_t, _s) __BITSET_DEFINE(_t, _s) argument
67 #define BITSET_DEFINE_VAR(_t) __BITSET_DEFINE_VAR(_t) argument
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dipf_rb.h12 #define RBI_LINK(_n, _t) \ argument
20 #define RBI_HEAD(_n, _t) \ argument
27 #define RBI_CODE(_n, _t, _f, _cmp) \ argument
H A Dip_rules.c35 #define VNET_DEFINE(_t, _v) _t _v argument
36 #define VNET_DECLARE(_t, _v) extern _t _v argument
H A Dmlfk_ipl.c30 # define VNET_DEFINE(_t, _v) _t _v argument
31 # define VNET_DECLARE(_t, _v) extern _t _v argument
H A Dip_proxy.c62 #define VNET_DEFINE(_t, _v) _t _v argument
63 #define VNET_DECLARE(_t, _v) extern _t _v argument
/freebsd/lib/libbsdstat/
H A Dbsdstat.h91 #define BSDSTAT_DEFINE_BOUNCE(_t) \ argument
115 #define BSDSTAT_BOUNCE(_p, _t) do { \ argument
/freebsd/contrib/wpa/src/crypto/
H A Dfips_prf_internal.c20 u32 _t[5]; in fips186_2_prf() local
H A Dfips_prf_wolfssl.c39 u32 t[5], _t[5]; in fips186_2_prf() local
H A Dfips_prf_openssl.c64 u32 t[5], _t[5]; in fips186_2_prf() local
/freebsd/sys/dev/ath/
H A Dah_osdep.h127 #define OS_BUS_BARRIER(_ah, _start, _len, _t) \ argument
130 #define OS_BUS_BARRIER_REG(_ah, _reg, _t) \ argument
/freebsd/sys/netlink/
H A Dnetlink_message_parser.h137 NL_DECLARE_PARSER_EXT(_name, _t, NULL, _fp, _np, NULL) argument
140 NL_DECLARE_PARSER_EXT(_name, _t, _sp, _fp, _np, NULL) argument
126 NL_DECLARE_PARSER_EXT(_name,_t,_sp,_fp,_np,_pp) global() argument
143 NL_DECLARE_ARR_PARSER(_name,_t,_o,_fp,_np) global() argument
H A Dnetlink_message_writer.h180 #define nlattr_restore_offset(_ns, _off, _t) ((_t *)_nlattr_restore_offset(_ns, _off)) argument
190 #define nlmsg_reserve_object(_ns, _t) ((_t *)nlmsg_reserve_data_raw(_ns, sizeof(_t))) argument
191 #define nlmsg_reserve_data(_ns, _sz, _t) ((_t *)nlmsg_reserve_data_raw(_ns, _sz)) argument
217 #define nlmsg_reserve_attr(_ns, _at, _t) ((_t *)_nlmsg_reserve_attr(_ns, _at, NLA_ALIGN(sizeof(_t))… argument
H A Dnetlink_snl.h174 #define SNL_DECLARE_PARSER(_name, _t, _fp, _np) \ argument
186 #define SNL_DECLARE_FIELD_PARSER(_name, _t, _fp) \ argument
1118 #define snl_reserve_msg_object(_ns, _t) ((_t *)snl_reserve_msg_data_raw(_ns, sizeof(_t))) argument
1119 #define snl_reserve_msg_data(_ns, _sz, _t) ((_t *)snl_reserve_msg_data_raw(_ns, _sz)) argument
1135 #define snl_reserve_msg_attr(_ns, _at, _t) \ argument
1251 #define snl_restore_msg_offset(_ns, _off, _t) ((_t *)_snl_restore_msg_offset(_ns, _off)) argument
/freebsd/sys/dev/ice/
H A Dice_defs.h53 #define MIN_T(_t, _a, _b) min((_t)(_a), (_t)(_b)) argument
/freebsd/sys/dev/usb/
H A Dusb_core.h46 #define USB_BUS_LOCK_ASSERT(_b, _t) USB_MTX_ASSERT(&(_b)->bus_mtx, _t) argument
51 #define USB_BUS_SPIN_LOCK_ASSERT(_b, _t) USB_MTX_ASSERT(&(_b)->bus_spin_lock, _t) argument
56 #define USB_XFER_LOCK_ASSERT(_x, _t) USB_MTX_ASSERT((_x)->xroot->xfer_mtx, _t) argument
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dfirmware.h63 request_firmware_nowait(struct module *mod, bool _t, in request_firmware_nowait()
H A Dinterrupt.h179 #define from_tasklet(_dev, _t, _field) \ argument
H A Dlockdep.h99 #define lockdep_is_held_type(_m, _t) lockdep_is_held(_m) argument
/freebsd/sys/netinet/
H A Dtcp_seq.h77 #define TCP_TS_TO_TICKS(_t) ((_t) * hz / 1000) argument
/freebsd/sys/tests/
H A Dktest.h89 #define KTEST_MODULE_DECLARE(_n, _t) \ argument
/freebsd/crypto/heimdal/lib/gssapi/gssapi/
H A Dgssapi.h272 #define GSS_IOV_BUFFER_TYPE(_t) ((_t) & ~GSS_IOV_BUFFER_TYPE_FLAG_MASK) argument
273 #define GSS_IOV_BUFFER_FLAGS(_t) ((_t) & GSS_IOV_BUFFER_TYPE_FLAG_MASK) argument
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c122 #define isValidKeyType(_t) ((1 << (_t)) & VALID_KEY_TYPES) argument
149 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) argument
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.h77 #define L3HDR(_ip, _t) ((_t)((uint32_t *)(_ip) + (_ip)->ip_hl)) argument
/freebsd/sys/dev/hyperv/input/
H A Dhv_kbd.c75 #define HVKBD_MTX_ASSERT(_m, _t) do { \ argument
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.h1119 #define MCU_CMD(_t) FIELD_PREP(__MCU_CMD_FIELD_ID, \ argument
1121 #define MCU_EXT_CMD(_t) (MCU_CMD(EXT_CID) | \ argument
1124 #define MCU_EXT_QUERY(_t) (MCU_EXT_CMD(_t) | __MCU_CMD_FIELD_QUERY) argument
1125 #define MCU_UNI_CMD(_t) (__MCU_CMD_FIELD_UNI | \ argument
1128 #define MCU_CE_CMD(_t) (__MCU_CMD_FIELD_CE | \ argument
1131 #define MCU_CE_QUERY(_t) (MCU_CE_CMD(_t) | __MCU_CMD_FIELD_QUERY) argument
1133 #define MCU_WA_CMD(_t) (MCU_CMD(_t) | __MCU_CMD_FIELD_WA) argument
1134 #define MCU_WA_EXT_CMD(_t) (MCU_EXT_CMD(_t) | __MCU_CMD_FIELD_WA) argument
1135 #define MCU_WA_PARAM_CMD(_t) (MCU_WA_CMD(WA_PARAM) | \ argument
1139 #define MCU_WM_UNI_CMD(_t) (MCU_UNI_CMD(_t) | \ argument
[all …]

12