/freebsd/sys/netpfil/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 | 1214 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument 1216 # define DT5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) \ argument 1223 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument 1224 # define DT5(_n,_a,_b,_c,_d,_e,_f,_g,_h,_i,_j) argument
|
/freebsd/sys/dev/vmware/vmci/ |
H A D | vmci_hashtable.c | 18 #define VMCI_HASHTABLE_HASH(_h, _sz) \ argument
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tdma.c | 357 #define TSF_TO_TU(_h,_l) \ in ath_tdma_update() argument
|
H A D | if_ath_beacon.c | 927 #define TSF_TO_TU(_h,_l) \ in ath_beacon_config() argument
|
H A D | if_athvar.h | 1531 #define ath_hal_btcoex_mci_send_message(_ah, _h, _f, _p, _l, _wd, _cbt) \ argument
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | sysmacros.h | 359 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument 374 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
|
/freebsd/sys/dev/firmware/arm/ |
H A D | scmi.c | 103 #define SCMI_MSG_TYPE_CHECK(_h, _t) \ argument
|
/freebsd/contrib/elftoolchain/common/ |
H A D | uthash.h | 530 #define MUR_FMIX(_h) \ argument
|
/freebsd/sys/dev/netmap/ |
H A D | if_ptnet.c | 1363 #define PTNET_TX_NOSPACE(_h, _k, _min) \ argument
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_adminq_cmd.h | 47 #define IAVF_FW_MINOR_VERSION(_h) ((_h)->mac.type == IAVF_MAC_XL710 ? \ argument
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_adminq_cmd.h | 48 #define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \ argument
|