Home
last modified time | relevance | path

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

123

/freebsd/sys/netpfil/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 …]
/freebsd/etc/mail/
H A DMakefile129 .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/include/
H A D_ctype.h97 __maskrune(__ct_rune_t _c, unsigned long _f) in __maskrune() argument
100 _CurrentRuneLocale->__runetype[_c]) & _f; in __maskrune()
104 __sbmaskrune(__ct_rune_t _c, unsigned long _f) in __sbmaskrune() argument
107 _CurrentRuneLocale->__runetype[_c] & _f; in __sbmaskrune()
111 __istype(__ct_rune_t _c, unsigned long _f) in __istype() argument
113 return (!!__maskrune(_c, _f)); in __istype()
117 __sbistype(__ct_rune_t _c, unsigned long _f) in __sbistype() argument
119 return (!!__sbmaskrune(_c, _f)); in __sbistype()
123 __isctype(__ct_rune_t _c, unsigned long _f) in __isctype() argument
126 !!(_DefaultRuneLocale.__runetype[_c] & _f); in __isctype()
/freebsd/tools/build/bootstrap-m4/
H A DMakefile15 .for _f in tokenizer.c
16 @cmp -s ${.CURDIR}/init${_f} ${_f} || { \
17 echo "Bootstrapping ${_f}" ; \
18 ${CP} ${.CURDIR}/init${_f} ${_f} ; \
/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h585 #define SM(_v, _f) (((_v) << _f##_S) & (_f)) argument
586 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) argument
591 (OS_REG_READ(_a, _r) &~ (_f)) | (((_v) << _f##_S) & (_f)))
592 #define OS_REG_SET_BIT(_a, _r, _f) \ argument
594 #define OS_REG_CLR_BIT(_a, _r, _f) \ argument
596 #define OS_REG_IS_BIT_SET(_a, _r, _f) \ argument
600 (OS_REG_READ(_a, _r) &~(_f<<_f##_S)) | \
601 (((_v) << _f##_S) & (_f<<_f##_S)))
603 (((OS_REG_READ(_a, _r) & _f) >> _f##_S))
605 ((OS_REG_READ(_a, _r) >> (_f##_S))&(_f))
[all …]
/freebsd/sys/dev/clk/rockchip/
H A Drk_cru.h124 #define FRACT(_id, _name, _pname, _f, _o) \ argument
134 .flags = _f, \
153 .flags = RK_CLK_COMPOSITE_HAVE_MUX | _f, \
158 #define CDIV(_id, _name, _pname, _f, _o, _ds, _dw) \ argument
170 .flags = _f, \
175 #define MUXRAW(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument
187 .mux_flags = _f, \
191 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument
192 MUXRAW(_id, _name, _pn, _f, CRU_CLKSEL_CON(_mo), _ms, _mw)
195 #define MUXGRF(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument
[all …]
/freebsd/libexec/rc/rc.d/
H A Diovctl17 local _f flag
20 for _f in ${iovctl_files} ; do
21 if [ -r ${_f} ]; then
22 ${command} ${flag} -f ${_f} > /dev/null
H A Dsysctl29 for _f in /etc/sysctl.conf /etc/sysctl.conf.local; do
30 if [ -r ${_f} ]; then
31 ${command} ${command_args} ${_f} > /dev/null
/freebsd/usr.bin/lex/
H A DMakefile47 .for _f in ${GENFILES}
49 ${.CURDIR}/init${_f} ${_f} 2> /dev/null || { \
50 echo "Bootstrapping ${_f}" ; \
51 ${CP} ${.CURDIR}/init${_f} ${_f} ; \
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.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/tools/tools/ath/athalq/
H A Dar5210_ds.c35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument
36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
H A Dar5211_ds.c35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument
36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
H A Dar5212_ds.c35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument
36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
H A Dar5416_ds.c35 #define MS(_v, _f) ( ((_v) & (_f)) >> _f##_S ) argument
36 #define MF(_v, _f) ( !! ((_v) & (_f))) argument
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_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)
759 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \
760 sysevent_post_event(_c, _d, _b, "libzpool", _e, _f)
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_reg.h24 #define SM(_v, _f) (((_v) << _f##_S) & (_f)) argument
25 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) argument
/freebsd/tools/test/netfibs/
H A Dinitiator.sh370 local _n _o _f testno i _fibtxt
373 _f="$3"
379 print_debug "Testing ${_f} ${i}"
402 local _fibtxt _reply _n _o _rc _fib _f _opts
408 1) _f="SO_SETFIB" ;;
409 *) _f="SETFIB" ;;
438 *) testtx_tcp_udp "${_n}" "${_o}" "${_f}" ;;
1135 _f="$3"
1146 print_debug "Testing ${_f} ${i}"
1236 0) _f="setfib" ;;
[all …]
/freebsd/sys/dev/vt/colors/
H A Dvt_termcolors.c166 #define CF(_f, _i) ((_f ## max * color_def[(_i)]._f / 100) << _f ## offset) in vt_generate_cons_palette() argument
/freebsd/share/mk/
H A Dbsd.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/sys/dev/etherswitch/arswitch/
H A Darswitchreg.h38 #define SM(_v, _f) (((_v) << _f##_S) & (_f)) argument
39 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S) argument
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_mhi.c64 #define CHECK_FIELD(_f) \ in linuxkpi_mhi_register_controller() argument
65 if (!mhi_ctrl->_f) \ in linuxkpi_mhi_register_controller()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drs.h75 #define RS_DRV_DATA_PACK(_c, _f) ((void *)(uintptr_t)(_c | (uintptr_t)(_f) << sizeof(_c))) /* XXX T… argument
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Drs.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/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrFormats.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;
/freebsd/contrib/openpam/include/security/
H A Dopenpam.h154 openpam_readline(FILE *_f,
160 openpam_readlinev(FILE *_f,
166 openpam_readword(FILE *_f,

123