Home
last modified time | relevance | path

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

123

/freebsd-13-stable/contrib/ipfilter/
HDipf_rb.h27 #define RBI_CODE(_n, _t, _f, _cmp) \ argument
42 parent = node->_f.parent; \
43 tmp1 = node->_f.right; \
44 tmp2 = tmp1->_f.left; \
45 node->_f.right = tmp2; \
47 tmp2->_f.parent = node; \
49 head->top._f.right = tmp1; \
50 else if (parent->_f.right == node) \
51 parent->_f.right = tmp1; \
53 parent->_f.left = tmp1; \
[all …]
/freebsd-13-stable/sys/netpfil/ipfilter/netinet/
HDipf_rb.h27 #define RBI_CODE(_n, _t, _f, _cmp) \ argument
42 parent = node->_f.parent; \
43 tmp1 = node->_f.right; \
44 tmp2 = tmp1->_f.left; \
45 node->_f.right = tmp2; \
47 tmp2->_f.parent = node; \
49 head->top._f.right = tmp1; \
50 else if (parent->_f.right == node) \
51 parent->_f.right = tmp1; \
53 parent->_f.left = tmp1; \
[all …]
/freebsd-13-stable/etc/mail/
HDMakefile129 .for _f in ${SENDMAIL_MAP_SRC} userdb
130 .if exists(${_f})
131 SENDMAIL_MAP_OBJ+= ${_f}.db
138 .for _f in ${SENDMAIL_MAP_SRC}
139 .if (exists(${_f}.sample) && !exists(${_f}))
140 ${_f}: ${_f}.sample
144 ${_f}.db: ${_f}
172 .for _f in ${SENDMAIL_ALIASES}
173 ${_f}.db: ${_f}
/freebsd-13-stable/include/
HD_ctype.h99 __maskrune(__ct_rune_t _c, unsigned long _f) in __maskrune() argument
102 _CurrentRuneLocale->__runetype[_c]) & _f; in __maskrune()
106 __sbmaskrune(__ct_rune_t _c, unsigned long _f) in __sbmaskrune() argument
109 _CurrentRuneLocale->__runetype[_c] & _f; in __sbmaskrune()
113 __istype(__ct_rune_t _c, unsigned long _f) in __istype() argument
115 return (!!__maskrune(_c, _f)); in __istype()
119 __sbistype(__ct_rune_t _c, unsigned long _f) in __sbistype() argument
121 return (!!__sbmaskrune(_c, _f)); in __sbistype()
125 __isctype(__ct_rune_t _c, unsigned long _f) in __isctype() argument
128 !!(_DefaultRuneLocale.__runetype[_c] & _f); in __isctype()
/freebsd-13-stable/tools/build/bootstrap-m4/
HDMakefile15 .for _f in tokenizer.c
16 @cmp -s ${.CURDIR}/init${_f} ${_f} || { \
17 echo "Bootstrapping ${_f}" ; \
18 ${CP} ${.CURDIR}/init${_f} ${_f} ; \
/freebsd-13-stable/sys/dev/ath/ath_hal/
HDah_internal.h585 #define SM(_v, _f) (((_v) << _f##_S) & (_f)) argument
586 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) argument
589 #define OS_REG_RMW_FIELD(_a, _r, _f, _v) \ argument
591 (OS_REG_READ(_a, _r) &~ (_f)) | (((_v) << _f##_S) & (_f)))
592 #define OS_REG_SET_BIT(_a, _r, _f) \ argument
593 OS_REG_WRITE(_a, _r, OS_REG_READ(_a, _r) | (_f))
594 #define OS_REG_CLR_BIT(_a, _r, _f) \ argument
595 OS_REG_WRITE(_a, _r, OS_REG_READ(_a, _r) &~ (_f))
596 #define OS_REG_IS_BIT_SET(_a, _r, _f) \ argument
597 ((OS_REG_READ(_a, _r) & (_f)) != 0)
[all …]
/freebsd-13-stable/sys/arm64/rockchip/clk/
HDrk_cru.h120 #define FRACT(_id, _name, _pname, _f, _o) \ argument
130 .flags = _f, \
135 #define COMP(_id, _name, _pnames, _f, _o, _ds, _dw, _ms, _mw) \ argument
149 .flags = RK_CLK_COMPOSITE_HAVE_MUX | _f, \
154 #define CDIV(_id, _name, _pname, _f, _o, _ds, _dw) \ argument
166 .flags = _f, \
171 #define MUXRAW(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument
183 .mux_flags = _f, \
187 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument
188 MUXRAW(_id, _name, _pn, _f, CRU_CLKSEL_CON(_mo), _ms, _mw)
[all …]
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDsysmacros.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 …]
/freebsd-13-stable/libexec/rc/rc.d/
HDiovctl17 local _f flag
20 for _f in ${iovctl_files} ; do
21 if [ -r ${_f} ]; then
22 ${command} ${flag} -f ${_f} > /dev/null
HDsysctl29 for _f in /etc/sysctl.conf /etc/sysctl.conf.local; do
30 if [ -r ${_f} ]; then
31 ${command} ${command_args} ${_f} > /dev/null
/freebsd-13-stable/usr.bin/lex/
HDMakefile47 .for _f in ${GENFILES}
49 ${.CURDIR}/init${_f} ${_f} 2> /dev/null || { \
50 echo "Bootstrapping ${_f}" ; \
51 ${CP} ${.CURDIR}/init${_f} ${_f} ; \
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
HDsysmacros.h355 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
356 uint8_t _a, _b, _c, _d, _e, _f
357 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
358 uint8_t _a, _b, _c, _d, _e, _f, _g
359 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
360 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
370 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
371 uint8_t _f, _e, _d, _c, _b, _a
372 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
373 uint8_t _g, _f, _e, _d, _c, _b, _a
[all …]
/freebsd-13-stable/sys/dev/vt/colors/
HDvt_termcolors.c166 #define CF(_f, _i) ((_f ## max * color_def[(_i)]._f / 100) << _f ## offset) in vt_generate_cons_palette() argument
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDzfs_context.h416 #define kmem_alloc(_s, _f) umem_alloc(_s, _f)
417 #define kmem_zalloc(_s, _f) umem_zalloc(_s, _f)
419 #define vmem_alloc(_s, _f) kmem_alloc(_s, _f)
420 #define vmem_zalloc(_s, _f) kmem_zalloc(_s, _f)
422 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \
423 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
425 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f)
756 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \
757 sysevent_post_event(_c, _d, _b, "libzpool", _e, _f)
/freebsd-13-stable/tools/tools/ath/athalq/
HDar5210_ds.c35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument
36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
HDar5211_ds.c35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument
36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
HDar5212_ds.c35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument
36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
/freebsd-13-stable/tools/test/netfibs/
HDinitiator.sh370 local _n _o _f testno i _fibtxt
373 _f="$3"
379 print_debug "Testing ${_f} ${i}"
382 _fibtxt="${_n}_${i}_l ${_f} ${i} ${PEERLINKLOCAL}"
389 _fibtxt="${_n}_${i}_a ${_f} ${i} ${PEERADDR}"
402 local _fibtxt _reply _n _o _rc _fib _f _opts
408 1) _f="SO_SETFIB" ;;
409 *) _f="SETFIB" ;;
412 if test "${_o}" = "-i" -a "${_f}" = "SO_SETFIB"; then
438 *) testtx_tcp_udp "${_n}" "${_o}" "${_f}" ;;
[all …]
/freebsd-13-stable/share/mk/
HDbsd.info.mk119 .for _f in ${FORMATS}
120 IFILENS+= ${INFO:S/$/.${_f}/}
166 .for _f in aux cp fn ky log out pg toc tp vr dvi
167 CLEANFILES+= ${INFO:S/$/.${_f}/} ${INFO:S/$/-la.${_f}/}
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/sys/
HDtypes.h57 offset_t _f; /* Full 64 bit offset value */ member
67 offset_t _f; /* Full 64 bit offset value */ member
/freebsd-13-stable/sys/dev/etherswitch/arswitch/
HDarswitchreg.h38 #define SM(_v, _f) (((_v) << _f##_S) & (_f)) argument
39 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) argument
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
HDlinux_mhi.c65 #define CHECK_FIELD(_f) \ in linuxkpi_mhi_register_controller() argument
66 if (!mhi_ctrl->_f) \ in linuxkpi_mhi_register_controller()
/freebsd-13-stable/sys/contrib/dev/iwlwifi/mvm/
HDrs.h75 #define RS_DRV_DATA_PACK(_c, _f) ((void *)(uintptr_t)(_c | (uintptr_t)(_f) << sizeof(_c))) /* XXX T… argument
/freebsd-13-stable/sys/contrib/dev/iwlwifi/fw/api/
HDrs.h657 #define LQ_FLAG_COLOR_GET(_f) (((_f) & LQ_FLAG_COLOR_MSK) >>\ argument
661 #define LQ_FLAG_COLOR_SET(_f, _c) ((_c) | ((_f) & ~LQ_FLAG_COLOR_MSK)) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMips16InstrFormats.td251 class FRRR16<bits<2> _f, dag outs, dag ins, string asmstr,
261 let f = _f;
273 class FRRI_A16<bits<1> _f, dag outs, dag ins, string asmstr,
283 let f = _f;
295 class FSHIFT16<bits<2> _f, dag outs, dag ins, string asmstr,
305 let f = _f;
531 class FEXT_RRI_A16<bits<1> _f, dag outs, dag ins, string asmstr,
540 let f = _f;
557 class FEXT_SHIFT16<bits<2> _f, dag outs, dag ins, string asmstr,
566 let f = _f;

123