Searched refs:_ref (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | conf.h | 283 struct cdevsw *dev_refthread(struct cdev *_dev, int *_ref); 284 struct cdevsw *devvn_refthread(struct vnode *vp, struct cdev **devp, int *_ref); 285 void dev_relthread(struct cdev *_dev, int _ref);
|
| /freebsd/sys/dev/clk/rockchip/ |
| H A D | rk3288_cru.c | 362 #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 D | rk3328_cru.c | 570 #define PLL_RATE(_hz, _ref, _fb, _post1, _post2, _dspd, _frac) \ argument 573 .refdiv = _ref, \
|
| H A D | rk3399_cru.c | 547 #define PLL_RATE(_hz, _ref, _fb, _post1, _post2, _dspd) \ argument 550 .refdiv = _ref, \
|
| H A D | rk3568_cru.c | 55 #define RK_PLLRATE(_hz, _ref, _fb, _post1, _post2, _dspd) \ argument 58 .refdiv = _ref, \
|
| /freebsd/tools/tools/kerninclude/ |
| H A D | kerninclude.sh | 267 if make ${o} > _ref 2>&1 ; then 268 if cmp -s _ref _log ; then
|
| /freebsd/sys/modules/crypto/ |
| H A D | Makefile | 55 CFLAGS.blake2b-ref.c += -I${SRCTOP}/sys/crypto/blake2 -DSUFFIX=_ref 56 CFLAGS.blake2s-ref.c += -I${SRCTOP}/sys/crypto/blake2 -DSUFFIX=_ref
|
| /freebsd/lib/libc/tests/stdbit/ |
| H A D | stdbit-test-kernel.c | 18 #define REF __CONCAT(FUNCSTEM, __CONCAT(SUFFIX, _ref))
|
| /freebsd/usr.sbin/bsdconfig/share/ |
| H A D | geom.subr | 166 set_value(prop "_ref", ref) 173 set_value(prop "_ref", ref)
|
| /freebsd/sys/conf/ |
| H A D | files | 669 compile-with "${NORMAL_C} -I$S/crypto/blake2 -Wno-cast-qual -DSUFFIX=_ref -Wno-unused-function" 671 compile-with "${NORMAL_C} -I$S/crypto/blake2 -Wno-cast-qual -DSUFFIX=_ref -Wno-unused-function"
|