Home
last modified time | relevance | path

Searched defs:_d (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h295 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
297 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
299 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
301 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
303 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
310 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
312 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
314 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
316 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
318 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
/f-stack/dpdk/drivers/raw/octeontx2_ep/
H A Dotx2_ep_enqdeq.h18 sdp_endian_swap_8B(uint64_t _d) in sdp_endian_swap_8B()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h1232 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d) argument
1233 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument
1235 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument
1240 # define DT2(_n,_a,_b,_c,_d) argument
1241 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument
1242 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
1247 # define DT2(_n,_a,_b,_c,_d) argument
1248 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument
1249 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
/f-stack/freebsd/sys/
H A Dtypes.h391 __major(dev_t _d) in __major()
397 __minor(dev_t _d) in __minor()
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman_priv.h68 u32 *_d = dest->q.state; in qman_cgrs_and() local
81 u32 *_d = dest->q.state; in qman_cgrs_xor() local
/f-stack/freebsd/arm/freescale/imx/
H A Dimx51_ipuv3_fbd.c105 #define CPMEM_DP_OFFSET(_d) ((_d) * 0x10000) argument
H A Dimx51_ipuv3.c167 #define CPMEM_DP_OFFSET(_d) ((_d) * 0x10000) argument
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c102 #define STACK_PUSH(_a, _b, _c, _d)\ argument
108 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument
114 #define STACK_POP(_a, _b, _c, _d)\ argument
121 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
/f-stack/freebsd/netinet/
H A Dsctp_uio.h1130 #define SCTP_STAT_INCR_BY(_x,_d) (SCTP_BASE_STATS[PCPU_GET(cpuid)]._x += _d) argument
1131 #define SCTP_STAT_DECR_BY(_x,_d) (SCTP_BASE_STATS[PCPU_GET(cpuid)]._x -= _d) argument
1133 #define SCTP_STAT_INCR_BY(_x,_d) atomic_add_int(&SCTP_BASE_STAT(_x), _d) argument
1134 #define SCTP_STAT_DECR_BY(_x,_d) atomic_subtract_int(&SCTP_BASE_STAT(_x), _d) argument
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h1130 #define SCTP_STAT_INCR_BY(_x,_d) (SCTP_BASE_STATS[PCPU_GET(cpuid)]._x += _d) argument
1131 #define SCTP_STAT_DECR_BY(_x,_d) (SCTP_BASE_STATS[PCPU_GET(cpuid)]._x -= _d) argument
1133 #define SCTP_STAT_INCR_BY(_x,_d) atomic_add_int(&SCTP_BASE_STAT(_x), _d) argument
1134 #define SCTP_STAT_DECR_BY(_x,_d) atomic_subtract_int(&SCTP_BASE_STAT(_x), _d) argument
/f-stack/freebsd/netpfil/ipfw/
H A Dip_dummynet.c201 #define OR_MASK(_d, _s) \ in flow_id_or() argument
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.h198 #define ecore_sp_post(_sc, _a, _b, _c, _d) \ argument
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx.h30 #define EFX_DIV_ROUND_UP(_n, _d) (((_n) + (_d) - 1) / (_d)) argument