| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ipf_rb.h | 357 #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 D | ip_compat.h | 1235 # 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 D | sysmacros.h | 303 #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 D | iavf_adminq_cmd.h | 18 #define IAVF_FW_MINOR_VERSION(_h) ((_h)->mac.type == IAVF_MAC_XL710 ? \ argument
|
| /f-stack/freebsd/sys/ |
| H A D | rman.h | 155 void rman_set_bushandle(struct resource *_r, bus_space_handle_t _h);
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 425 #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 D | i40e_adminq_cmd.h | 18 #define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \ argument
|