Searched refs:newops (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/riscv/riscv/ |
H A D | cache.c | 44 riscv_cache_install_hooks(struct riscv_cache_ops *newops, u_int line_size) in riscv_cache_install_hooks() argument 49 bcopy(newops, &cache_ops, sizeof(cache_ops)); in riscv_cache_install_hooks()
|
/freebsd/contrib/netbsd-tests/fs/ffs/ |
H A D | t_quota2_1.c | 70 #define DECL_TEST(nent, newops, name, descr, log) \ argument 82 do_quota(tc, nent, newops, log); \
|
H A D | t_quota2_remount.c | 102 #define DECL_TEST(nent, newops, name, descr, log) \ argument 113 do_quota(tc, nent, newops, log); \
|