/onnv-gate/usr/src/uts/common/io/bpf/net/ |
H A D | bpfdesc.h | 91 #define MBPF_OPEN(_m, _n, _p, _z) (_m)->bpr_open(_n, (uintptr_t *)_p, _z) argument 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 100 #define MBPF_GET_LINKID(_m, _n, _ip, _z) \ argument 102 #define MBPF_CLIENT_CLOSE(_m, _h) (_m)->bpr_client_close(_h) argument [all …]
|
/onnv-gate/usr/src/uts/common/io/bpf/ |
H A D | bpf_filter.c | 53 #define M_LEN(_m) ((_m)->b_wptr - (_m)->b_rptr) argument
|
H A D | bpf.c | 101 #define M_LEN(_m) ((_m)->b_wptr - (_m)->b_rptr) argument
|
/onnv-gate/usr/src/lib/libc/port/rt/ |
H A D | mqueue.c | 131 #define MQ_ASSERT_PTR(_m, _p) \ argument 142 #define MQ_ASSERT_PTR(_m, _p) argument
|
/onnv-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_arp.c | 119 #define ARP_HOOK_IN(_hook, _event, _ilp, _hdr, _fm, _m, ipst) \ argument 144 #define ARP_HOOK_OUT(_hook, _event, _olp, _hdr, _fm, _m, ipst) \ argument
|
/onnv-gate/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/ |
H A D | ttymux_dacf.c | 78 #define platform_consoles(_m, _di, _d, _f) \ argument
|
/onnv-gate/usr/src/uts/common/io/igb/ |
H A D | igb_regs.h | 369 #define E1000_LSECRXKEY(_n, _m) (0x0B350 + (0x10 * (_n)) + (0x04 * (_m))) argument
|
/onnv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 2072 #define EMLXS_INTR_INIT(_hba, _m) emlxs_msi_init(_hba, _m) argument 2077 #define EMLXS_INTR_INIT(_hba, _m) emlxs_intx_init(_hba, _m) argument
|
/onnv-gate/usr/src/uts/common/inet/ |
H A D | ip.h | 3070 #define FW_HOOKS(_hook, _event, _ilp, _olp, _iph, _fm, _m, _llm, ipst, _err) \ argument 3101 #define FW_HOOKS6(_hook, _event, _ilp, _olp, _iph, _fm, _m, _llm, ipst, _err) \ argument
|
/onnv-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_type.h | 435 #define IXGBE_LSECRXKEY(_n, _m) (0x08F20 + ((0x10 * (_n)) + (4 * (_m)))) argument
|