Home
last modified time | relevance | path

Searched refs:_ref (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/sys/
H A Dconf.h280 struct cdevsw *dev_refthread(struct cdev *_dev, int *_ref);
281 struct cdevsw *devvn_refthread(struct vnode *vp, struct cdev **devp, int *_ref);
282 void dev_relthread(struct cdev *_dev, int _ref);
/freebsd/sys/dev/clk/rockchip/
H A Drk3288_cru.c362 #define PLL_RATE_BA(_hz, _ref, _fb, _post, _ba) \ argument
365 .refdiv = _ref, \
371 #define PLL_RATE(_mhz, _ref, _fb, _post) \ argument
372 PLL_RATE_BA(_mhz, _ref, _fb, _post, ((_fb < 2) ? 1 : _fb >> 1))
H A Drk3328_cru.c570 #define PLL_RATE(_hz, _ref, _fb, _post1, _post2, _dspd, _frac) \ argument
573 .refdiv = _ref, \
H A Drk3399_cru.c547 #define PLL_RATE(_hz, _ref, _fb, _post1, _post2, _dspd) \ argument
550 .refdiv = _ref, \
H A Drk3568_cru.c55 #define RK_PLLRATE(_hz, _ref, _fb, _post1, _post2, _dspd) \ argument
58 .refdiv = _ref, \
/freebsd/tools/tools/kerninclude/
H A Dkerninclude.sh267 if make ${o} > _ref 2>&1 ; then
268 if cmp -s _ref _log ; then
/freebsd/sys/modules/crypto/
H A DMakefile55 CFLAGS.blake2b-ref.c += -I${SRCTOP}/sys/crypto/blake2 -DSUFFIX=_ref
56 CFLAGS.blake2s-ref.c += -I${SRCTOP}/sys/crypto/blake2 -DSUFFIX=_ref
/freebsd/usr.sbin/bsdconfig/share/
H A Dgeom.subr166 set_value(prop "_ref", ref)
173 set_value(prop "_ref", ref)
/freebsd/sys/conf/
H A Dfiles687 compile-with "${NORMAL_C} -I$S/crypto/blake2 -Wno-cast-qual -DSUFFIX=_ref -Wno-unused-function"
689 compile-with "${NORMAL_C} -I$S/crypto/blake2 -Wno-cast-qual -DSUFFIX=_ref -Wno-unused-function"