Home
last modified time | relevance | path

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

/NextBSD/include/os/
HDtrace.h51 #define _os_trace_0(_m, _t) __extension__({ \ argument
57 #define _os_trace_1(_m, _t, _1) __extension__({ \ argument
69 #define _os_trace_2(_m, _t, _1, _2) __extension__({ \ argument
84 #define _os_trace_3(_m, _t, _1, _2, _3) __extension__({ \ argument
102 #define _os_trace_4(_m, _t, _1, _2, _3, _4) __extension__({ \ argument
123 #define _os_trace_5(_m, _t, _1, _2, _3, _4, _5) __extension__({ \ argument
147 #define _os_trace_6(_m, _t, _1, _2, _3, _4, _5, _6) __extension__({ \ argument
174 #define _os_trace_7(_m, _t, _1, _2, _3, _4, _5, _6, _7) __extension__({ \ argument
204 #define _os_trace_with_payload_1(_m, _t, _payload) __extension__({ \ argument
209 #define _os_trace_with_payload_2(_m, _t, _1, _payload) __extension__({ \ argument
[all …]
/NextBSD/sys/contrib/ipfilter/netinet/
HDipf_rb.h12 #define RBI_LINK(_n, _t) \ argument
20 #define RBI_HEAD(_n, _t) \ argument
27 #define RBI_CODE(_n, _t, _f, _cmp) \ argument
/NextBSD/contrib/ipfilter/
HDipf_rb.h12 #define RBI_LINK(_n, _t) \ argument
20 #define RBI_HEAD(_n, _t) \ argument
27 #define RBI_CODE(_n, _t, _f, _cmp) \ argument
/NextBSD/lib/libbsdstat/
HDbsdstat.h91 #define BSDSTAT_DEFINE_BOUNCE(_t) \ argument
115 #define BSDSTAT_BOUNCE(_p, _t) do { \ argument
/NextBSD/contrib/wpa/src/crypto/
HDfips_prf_internal.c20 u32 t[5], _t[5]; in fips186_2_prf() local
HDfips_prf_openssl.c37 u32 t[5], _t[5]; in fips186_2_prf() local
/NextBSD/sys/dev/ath/
HDah_osdep.h127 #define OS_BUS_BARRIER(_ah, _start, _len, _t) \ argument
130 #define OS_BUS_BARRIER_REG(_ah, _reg, _t) \ argument
/NextBSD/sys/dev/usb/
HDusb_core.h46 #define USB_BUS_LOCK_ASSERT(_b, _t) mtx_assert(&(_b)->bus_mtx, _t) argument
49 #define USB_BUS_SPIN_LOCK_ASSERT(_b, _t) mtx_assert(&(_b)->bus_spin_lock, _t) argument
52 #define USB_XFER_LOCK_ASSERT(_x, _t) mtx_assert((_x)->xroot->xfer_mtx, _t) argument
/NextBSD/sys/netinet/
HDtcp_seq.h69 #define TCP_TS_TO_TICKS(_t) ((_t) * hz / 1000) argument
/NextBSD/lib/libdispatch/src/
HDtrace.h87 #define _dispatch_trace_continuation(_q, _o, _t) do { \ argument
124 #define _dispatch_trace_continuation(_q, _o, _t) \ argument
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c122 #define isValidKeyType(_t) ((1 << (_t)) & VALID_KEY_TYPES) argument
149 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) argument
/NextBSD/crypto/heimdal/lib/gssapi/gssapi/
HDgssapi.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
/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210_xmit.c469 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) argument
/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211_xmit.c502 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) argument
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_xmit.c681 #define isValidPktType(_t) ((1<<(_t)) & VALID_PKT_TYPES) argument
/NextBSD/contrib/ntp/sntp/libopts/
HDautoopts.h110 #define C(_t,_p) ((_t)VOIDP(_p)) argument
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300desc.h442 #define is_valid_key_type(_t) ((1 << (_t)) & VALID_KEY_TYPES) argument
481 #define is_valid_pkt_type(_t) ((1<<(_t)) & VALID_PKT_TYPES) argument
/NextBSD/sys/dev/bxe/
HDecore_sp.h150 #define ECORE_WAIT(_s, _t) DELAY(1000) argument
151 #define ECORE_MSLEEP(_t) DELAY((_t) * 1000) argument
/NextBSD/sys/dev/sfxge/common/
HDefsys.h1211 #define EFSYS_ASSERT3(_x, _op, _y, _t) do { \ argument