/illumos-gate/usr/src/uts/common/io/bpf/net/ |
H A D | bpfdesc.h | 92 #define MBPF_CLOSE(_m, _h) (_m)->bpr_close(_h) argument 93 #define MBPF_NAME(_m, _h) (_m)->bpr_name(_h) argument 94 #define MBPF_TYPE(_m, _h) (_m)->bpr_type(_h) argument 95 #define MBPF_SDU_GET(_m, _h, _p) (_m)->bpr_sdu_get(_h, _p) argument 96 #define MBPF_TX(_m, _h, _pkt) (_m)->bpr_tx(_h, _pkt) argument 97 #define MBPF_PROMISC_ADD(_m, _h, _o, _d, _p, _f) \ argument 99 #define MBPF_PROMISC_REMOVE(_m, _h) (_m)->bpr_promisc_remove(_h) argument 102 #define MBPF_CLIENT_CLOSE(_m, _h) (_m)->bpr_client_close(_h) argument 103 #define MBPF_CLIENT_NAME(_m, _h) (_m)->bpr_client_name(_h) argument 104 #define MBPF_CLIENT_OPEN(_m, _h, _p) (_m)->bpr_client_open((uintptr_t)_h, \ argument [all …]
|
/illumos-gate/usr/src/uts/common/refhash/ |
H A D | refhash.c | 23 #define obj_to_link(_h, _o) \ argument 25 #define link_to_obj(_h, _l) \ argument 27 #define obj_to_tag(_h, _o) \ argument
|
/illumos-gate/usr/src/uts/common/io/xge/hal/include/ |
H A D | xge-list.h | 153 #define xge_list_for_each(_p, _h) \ argument 157 #define xge_list_for_each_safe(_p, _n, _h) \ argument
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sysmacros.h | 355 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument 370 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 210 #define UNDO_HOOK(_f, _b, _e, _h) \ argument
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_core.h | 161 #define TSF_TO_TU(_h, _l) \ argument
|
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_adminq_cmd.h | 49 #define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \ argument
|