| /f-stack/freebsd/sys/ |
| H A D | bitset.h | 43 #define __bitset_mask(_s, n) \ argument 47 #define __bitset_word(_s, n) \ argument 51 #define BIT_CLR(_s, n, p) \ argument 56 #define BIT_ISSET(_s, n, p) \ argument 59 #define BIT_SET(_s, n, p) \ argument 62 #define BIT_ZERO(_s, p) do { \ argument 68 #define BIT_FILL(_s, p) do { \ argument 74 #define BIT_SETOF(_s, n, p) do { \ argument 128 #define BIT_OR(_s, d, s) do { \ argument 140 #define BIT_AND(_s, d, s) do { \ argument [all …]
|
| H A D | _bitset.h | 45 #define __bitset_words(_s) (__howmany(_s, _BITSET_BITS)) argument 47 #define BITSET_DEFINE(t, _s) \ argument
|
| /f-stack/tools/compat/include/sys/ |
| H A D | bitset.h | 35 #define __bitset_mask(_s, n) \ argument 39 #define __bitset_word(_s, n) \ argument 42 #define BIT_CLR(_s, n, p) \ argument 47 #define BIT_ISSET(_s, n, p) \ argument 50 #define BIT_SET(_s, n, p) \ argument 53 #define BIT_ZERO(_s, p) do { \ argument 59 #define BIT_FILL(_s, p) do { \ argument 65 #define BIT_SETOF(_s, n, p) do { \ argument 119 #define BIT_OR(_s, d, s) do { \ argument 125 #define BIT_AND(_s, d, s) do { \ argument [all …]
|
| H A D | _bitset.h | 43 #define __bitset_words(_s) (__howmany(_s, _BITSET_BITS)) argument 45 #define BITSET_DEFINE(t, _s) \ argument
|
| /f-stack/freebsd/mips/mediatek/ |
| H A D | mtk_pcie.h | 86 #define MTK_PCIE_BAR0SETUP(_s) (MTK_PCI_PCIE0_BAR0SETUP + (_s)*0x1000) argument 87 #define MTK_PCIE_BAR1SETUP(_s) (MTK_PCI_PCIE0_BAR1SETUP + (_s)*0x1000) argument 88 #define MTK_PCIE_IMBASEBAR0(_s) (MTK_PCI_PCIE0_IMBASEBAR0 + (_s)*0x1000) argument 89 #define MTK_PCIE_ID(_s) (MTK_PCI_PCIE0_ID + (_s)*0x1000) argument 90 #define MTK_PCIE_CLASS(_s) (MTK_PCI_PCIE0_CLASS + (_s)*0x1000) argument 91 #define MTK_PCIE_SUBID(_s) (MTK_PCI_PCIE0_SUBID + (_s)*0x1000) argument 92 #define MTK_PCIE_STATUS(_s) (MTK_PCI_PCIE0_STATUS + (_s)*0x1000) argument
|
| H A D | mtk_pcie.c | 865 #define mtk_pcie_phy_set(_sc, _reg, _s, _n, _v) \ argument
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_shim.h | 7 #define rte_zmalloc_socket(_type, _size, _align, _s) malloc(_size, M_TEMP, M_NOWAIT | M_ZERO) argument 14 #define assert(_s) KASSERT((_s), ("DPDK: assert failed")) argument
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_tx99_tgt.c | 42 #define PWR_MAS(_r, _s) (((_r) & 0x3f) << (_s)) in ar9300_tx99_tgt_channel_pwr_update() argument
|
| H A D | ar9300_misc.c | 3313 #define PWR_MAS(_r, _s) (((_r) & 0x3f) << (_s)) in ar9300_tx99_channel_pwr_update() argument
|
| H A D | ar9300_eeprom.c | 823 #define POW_SM(_r, _s) (((_r) & 0x3f) << (_s)) in ar9300_transmit_power_reg_write() argument
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_osdep.h | 55 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) argument 56 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) argument
|
| /f-stack/freebsd/net/ |
| H A D | netmap_legacy.h | 208 #define _IOWR(_c, _n, _s) _IO(_c, _n) argument
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | test.c | 38 #define test(_s) { printf("#%02d ", ++tests); printf(_s); } argument
|
| /f-stack/freebsd/arm64/rockchip/clk/ |
| H A D | rk3288_cru.c | 83 #define GATE(_idx, _clkname, _pname, _o, _s) \ argument
|
| H A D | rk_cru.h | 48 #define GATE(_idx, _clkname, _pname, _o, _s) \ argument
|
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_osdep.h | 50 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) \ argument
|
| H A D | igc_regs.h | 207 #define IGC_I210_TXPBS_SIZE(_n, _s) ((_s) << (6 * (_n))) argument
|
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_osdep.h | 41 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) argument
|
| H A D | e1000_regs.h | 203 #define E1000_I210_TXPBS_SIZE(_n, _s) ((_s) << (6 * (_n))) argument
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_compat.h | 137 #define cxgbe_roundup(_p, _s) (((unsigned long)(_p) + (_s - 1)) & ~(_s - 1)) argument
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dummynet.c | 201 #define OR_MASK(_d, _s) \ in flow_id_or() argument 2377 drain_scheduler_sch_cb(void *_s, void *arg) in drain_scheduler_sch_cb()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 115 #define ECORE_MEMCMP(_a, _b, _s) memcmp(_a, _b, _s) argument 116 #define ECORE_MEMCPY(_a, _b, _s) rte_memcpy(_a, _b, _s) argument 117 #define ECORE_MEMSET(_a, _c, _s) memset(_a, _c, _s) argument 122 #define ECORE_WAIT(_s, _t) DELAY(1000) argument 134 #define ECORE_FREE(_s, _buf, _size) \ argument
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211.c | 1851 #define ADD(_ic, _s, _o) \ in addmedia() argument
|
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | iavf_type.h | 20 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s) (_p); (_q); (_r); (_s); argument 21 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) (_p); (_q); (_r); (_s); (_t); argument
|
| /f-stack/freebsd/kern/ |
| H A D | subr_stats.c | 3714 struct sbuf *s, _s; local
|