Home
last modified time | relevance | path

Searched refs:_f (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dipf_rb.h140 head->top._f.right->_f.colour = C_BLACK; \
177 tmp->_f.colour = parent->_f.colour; \
180 tmp->_f.right->_f.colour = C_BLACK;\
201 tmp->_f.left->_f.colour == C_BLACK) {\
210 tmp->_f.colour = parent->_f.colour; \
213 tmp->_f.left->_f.colour = C_BLACK;\
255 if (old->_f.parent->_f.left == old) \
256 old->_f.parent->_f.left = node; \
258 old->_f.parent->_f.right = node; \
262 old->_f.left->_f.parent = node; \
[all …]
H A Dip_compat.h1233 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument
1234 DTRACE_PROBE3(_n,_a,_b,_c,_d,_e,_f)
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)
1241 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument
1242 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
1248 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument
1249 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
H A Dip_fil.h789 #define FR_NAME(_f, _n) (_f)->fr_names + (_f)->_n argument
/f-stack/dpdk/drivers/net/bonding/
H A Deth_bond_8023ad_private.h70 #define CHECK_FLAGS(_variable, _f) ((_variable) & (_f)) argument
71 #define SET_FLAGS(_variable, _f) ((_variable) |= (_f)) argument
72 #define CLEAR_FLAGS(_variable, _f) ((_variable) &= ~(_f)) argument
74 #define SM_FLAG(_p, _f) (!!CHECK_FLAGS((_p)->sm_flags, SM_FLAGS_ ## _f)) argument
75 #define SM_FLAG_SET(_p, _f) SET_FLAGS((_p)->sm_flags, SM_FLAGS_ ## _f) argument
76 #define SM_FLAG_CLR(_p, _f) CLEAR_FLAGS((_p)->sm_flags, SM_FLAGS_ ## _f) argument
78 #define ACTOR_STATE(_p, _f) (!!CHECK_FLAGS((_p)->actor_state, STATE_ ## _f)) argument
79 #define ACTOR_STATE_SET(_p, _f) SET_FLAGS((_p)->actor_state, STATE_ ## _f) argument
80 #define ACTOR_STATE_CLR(_p, _f) CLEAR_FLAGS((_p)->actor_state, STATE_ ## _f) argument
82 #define PARTNER_STATE(_p, _f) (!!CHECK_FLAGS((_p)->partner_state, STATE_ ## _f)) argument
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h299 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
300 uint8_t _a, _b, _c, _d, _e, _f
301 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
302 uint8_t _a, _b, _c, _d, _e, _f, _g
303 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
304 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
314 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
315 uint8_t _f, _e, _d, _c, _b, _a
316 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
317 uint8_t _g, _f, _e, _d, _c, _b, _a
[all …]
/f-stack/freebsd/arm64/rockchip/clk/
H A Drk_cru.h122 #define FRACT(_id, _name, _pname, _f, _o) \ argument
132 .flags = _f, \
137 #define COMP(_id, _name, _pnames, _f, _o, _ds, _dw, _ms, _mw) \ argument
151 .flags = RK_CLK_COMPOSITE_HAVE_MUX | _f, \
156 #define CDIV(_id, _name, _pname, _f, _o, _ds, _dw) \ argument
168 .flags = _f, \
173 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument
185 .mux_flags = _f, \
H A Drk3288_cru.c542 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument
554 .mux_flags = _f, \
580 #define FRACT(_id, _name, _pname, _f, _o) \ argument
590 .flags = _f, \
595 #define COMP(_id, _name, _pnames, _f, _o, _ds, _dw, _ms, _mw) \ argument
609 .flags = RK_CLK_COMPOSITE_HAVE_MUX | _f, \
614 #define CDIV(_id, _name, _pname, _f, _o, _ds, _dw) \ argument
626 .flags = _f, \
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h419 #define kmem_alloc(_s, _f) umem_alloc(_s, _f)
420 #define kmem_zalloc(_s, _f) umem_zalloc(_s, _f)
422 #define vmem_alloc(_s, _f) kmem_alloc(_s, _f)
423 #define vmem_zalloc(_s, _f) kmem_zalloc(_s, _f)
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)
428 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f)
744 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \
745 sysevent_post_event(_c, _d, _b, "libzpool", _e, _f)
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dtypes.h57 offset_t _f; /* Full 64 bit offset value */ member
67 offset_t _f; /* Full 64 bit offset value */ member
/f-stack/freebsd/arm64/freescale/imx/
H A Dimx_ccm_clk.h79 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument
91 .mux_flags = _f, \
/f-stack/freebsd/net80211/
H A Dieee80211_var.h1019 #define _IEEE80211_MASKSHIFT(_v, _f) (((_v) & _f) >> _f##_S) argument
1020 #define _IEEE80211_SHIFTMASK(_v, _f) (((_v) << _f##_S) & _f) argument
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_spectral.c304 #define ar9300_noise_floor_get(_ah,_f,_ich) ar9300_noise_floor_cal_or_power_get((_ah), (_f argument
305 #define ar9300_noise_floor_power_get(_ah,_f,_ich) ar9300_noise_floor_cal_or_power_get((_ah), (_f argument
H A Dar9300_reset.c619 #define IS(_c, _f) (((_c)->channel_flags & _f) || 0) argument
825 #define IS(_c, _f) (IEEE80211_IS_ ## _f(_c)) argument
4406 #define IS(_c, _f) (((_c)->channel_flags & _f) || 0) in First_NFCal() argument
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py79 def _f(*args, **kwargs): function
80 if not is_supported(_f):
84 _f._check_func = depends_on
85 return _f
/f-stack/tools/libxo/libxo/
H A Dxo_encoder.c35 #define dlopen(_n, _f) NULL /* Fail */ argument
/f-stack/tools/ifconfig/
H A Difieee80211.c143 #define _IEEE80211_MASKSHIFT(_v, _f) (((_v) & _f) >> _f##_S) argument
146 #define _IEEE80211_SHIFTMASK(_v, _f) (((_v) << _f##_S) & _f) argument
/f-stack/freebsd/sys/
H A Dvnode.h1101 SYSINIT(vfs_vector_##vnodeops##_f, SI_SUB_VFS, SI_ORDER_ANY, \
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py227 def _f(_self, *args, **kwargs): function
232 _f.__name__ = f.__name__
233 return _f
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt6209 00-7_f -> 00-7F