Home
last modified time | relevance | path

Searched refs:_h (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dipf_rb.h357 #define RBI_DELETE(_n, _h, _v) _n##_rb_delete(_h, _v) argument
359 #define RBI_INIT(_n, _h) _n##_rb_init(_h) argument
360 #define RBI_INSERT(_n, _h, _v) _n##_rb_insert(_h, _v) argument
361 #define RBI_ISEMPTY(_h) ((_h)->count == 0) argument
362 #define RBI_SEARCH(_n, _h, _k) _n##_rb_search(_h, _k) argument
363 #define RBI_WALK(_n, _h, _w, _a) _n##_rb_walktree(_h, _w, _a) argument
H A Dip_compat.h1235 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument
1236 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1242 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
1249 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h303 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
304 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
318 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
319 uint8_t _h, _g, _f, _e, _d, _c, _b, _a
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_adminq_cmd.h18 #define IAVF_FW_MINOR_VERSION(_h) ((_h)->mac.type == IAVF_MAC_XL710 ? \ argument
/f-stack/freebsd/sys/
H A Drman.h155 void rman_set_bushandle(struct resource *_r, bus_space_handle_t _h);
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h425 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \
426 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_adminq_cmd.h18 #define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \ argument