| /freebsd/contrib/kyua/store/ | 
| H A D | read_transaction_test.cpp | 66     store::read_backend backend = store::read_backend::open_ro(  in ATF_TEST_CASE_BODY()  local83         store::write_backend backend = store::write_backend::open_rw(  in ATF_TEST_CASE_BODY()  local
 93     store::read_backend backend = store::read_backend::open_ro(  in ATF_TEST_CASE_BODY()  local
 110         store::write_backend backend = store::write_backend::open_rw(  in ATF_TEST_CASE_BODY()  local
 123         store::read_backend backend = store::read_backend::open_ro(  in ATF_TEST_CASE_BODY()  local
 131         store::write_backend backend = store::write_backend::open_rw(  in ATF_TEST_CASE_BODY()  local
 144         store::read_backend backend = store::read_backend::open_ro(  in ATF_TEST_CASE_BODY()  local
 162     store::read_backend backend = store::read_backend::open_ro(  in ATF_TEST_CASE_BODY()  local
 178     store::write_backend backend = store::write_backend::open_rw(  in ATF_TEST_CASE_BODY()  local
 
 | 
| H A D | write_transaction_test.cpp | 75     store::write_backend backend = store::write_backend::open_rw(  in do_put_result_ok_test()  local112     store::write_backend backend = store::write_backend::open_rw(  in ATF_TEST_CASE_BODY()  local
 130     store::write_backend backend = store::write_backend::open_rw(  in ATF_TEST_CASE_BODY()  local
 160     store::write_backend backend = store::write_backend::open_rw(  in ATF_TEST_CASE_BODY()  local
 187     store::write_backend backend = store::write_backend::open_rw(  in ATF_TEST_CASE_BODY()  local
 224     store::write_backend backend = store::write_backend::open_rw(  in ATF_TEST_CASE_BODY()  local
 242     store::write_backend backend = store::write_backend::open_rw(  in ATF_TEST_CASE_BODY()  local
 269     store::write_backend backend = store::write_backend::open_rw(  in ATF_TEST_CASE_BODY()  local
 299     store::write_backend backend = store::write_backend::open_rw(  in ATF_TEST_CASE_BODY()  local
 389     store::write_backend backend = store::write_backend::open_rw(  in ATF_TEST_CASE_BODY()  local
 
 | 
| H A D | transaction_test.cpp | 69         store::write_backend backend = store::write_backend::open_rw(test_db);  in check_get_put_context()  local75         store::read_backend backend = store::read_backend::open_ro(test_db);  in check_get_put_context()  local
 143         store::write_backend backend = store::write_backend::open_rw(  in ATF_TEST_CASE_BODY()  local
 154     store::read_backend backend = store::read_backend::open_ro(  in ATF_TEST_CASE_BODY()  local
 
 | 
| H A D | schema_inttest.cpp | 85     store::read_backend backend = store::read_backend::open_ro(dbpath);  in check_action_1()  local105     store::read_backend backend = store::read_backend::open_ro(dbpath);  in check_action_2()  local
 222     store::read_backend backend = store::read_backend::open_ro(dbpath);  in check_action_3()  local
 332     store::read_backend backend = store::read_backend::open_ro(dbpath);  in check_action_4()  local
 
 | 
| H A D | write_backend_test.cpp | 136     store::write_backend backend = store::write_backend::open_rw(  in ATF_TEST_CASE_BODY()  local168     store::write_backend backend = store::write_backend::open_rw(  in ATF_TEST_CASE_BODY()  local
 182     store::write_backend backend = store::write_backend::open_rw(  in ATF_TEST_CASE_BODY()  local
 
 | 
| H A D | read_backend_test.cpp | 91     store::read_backend backend = store::read_backend::open_ro(  in ATF_TEST_CASE_BODY()  local134     store::read_backend backend = store::read_backend::open_ro(  in ATF_TEST_CASE_BODY()  local
 
 | 
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ | 
| H A D | TypeSynthetic.h | 36   SyntheticChildrenFrontEnd(ValueObject &backend)  in SyntheticChildrenFrontEnd()111   SyntheticValueProviderFrontEnd(ValueObject &backend)  in SyntheticValueProviderFrontEnd()
 324     FrontEnd(TypeFilterImpl *flt, ValueObject &backend)  in FrontEnd()
 358   GetFrontEnd(ValueObject &backend) override {  in GetFrontEnd()
 384   GetFrontEnd(ValueObject &backend) override {  in GetFrontEnd()
 463   GetFrontEnd(ValueObject &backend) override {  in GetFrontEnd()
 
 | 
| /freebsd/sys/dev/hwt/ | 
| H A D | hwt_backend.c | 57 	struct hwt_backend *backend;  member162 	struct hwt_backend *backend;  in hwt_backend_lookup()  local
 178 hwt_backend_register(struct hwt_backend *backend)  in hwt_backend_register()
 199 hwt_backend_unregister(struct hwt_backend *backend)  in hwt_backend_unregister()
 
 | 
| H A D | hwt_ioctl.c | 131     struct hwt_backend *backend, struct hwt_alloc *halloc)  in hwt_ioctl_alloc_mode_thread()288     struct hwt_backend *backend, struct hwt_alloc *halloc)  in hwt_ioctl_alloc_mode_cpu()
 386 	struct hwt_backend *backend;  in hwt_ioctl_alloc()  local
 
 | 
| H A D | hwt_thread.h | 37 	struct hwt_backend		*backend;  member
 | 
| /freebsd/contrib/wpa/src/utils/ | 
| H A D | ext_password.c | 30 	const struct ext_password_backend *backend;  member35 struct ext_password_data * ext_password_init(const char *backend,  in ext_password_init()
 
 | 
| /freebsd/contrib/kyua/drivers/ | 
| H A D | report_junit_test.cpp | 264     store::write_backend backend = store::write_backend::open_rw(  in ATF_TEST_CASE_BODY()  local305     store::write_backend backend = store::write_backend::open_rw(  in ATF_TEST_CASE_BODY()  local
 
 | 
| H A D | scan_results_test.cpp | 142     store::write_backend backend = store::write_backend::open_rw(  in populate_results_file()  local
 | 
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ | 
| H A D | TypeSynthetic.cpp | 104 SyntheticChildren::GetFrontEnd(ValueObject &backend) {  in GetFrontEnd()159                                               ValueObject &backend)  in FrontEnd()
 
 | 
| /freebsd/contrib/unbound/cachedb/ | 
| H A D | cachedb.h | 56 	struct cachedb_backend* backend;  member
 | 
| /freebsd/contrib/lib9p/ | 
| H A D | connection.c | 42 l9p_server_init(struct l9p_server **serverp, struct l9p_backend *backend)  in l9p_server_init()
 | 
| /freebsd/contrib/llvm-project/lld/COFF/ | 
| H A D | LTO.cpp | 117   lto::ThinBackend backend;  in BitcodeCompiler()  local
 | 
| /freebsd/contrib/llvm-project/lld/ELF/ | 
| H A D | LTO.cpp | 176   lto::ThinBackend backend;  in BitcodeCompiler()  local
 | 
| /freebsd/contrib/llvm-project/lld/MachO/ | 
| H A D | LTO.cpp | 100 lto::ThinBackend backend; BitcodeCompiler()  local 
 | 
| /freebsd/contrib/llvm-project/lldb/source/Core/ | 
| H A D | ValueObjectSyntheticFilter.cpp | 31   DummySyntheticFrontEnd(ValueObject &backend)  in DummySyntheticFrontEnd()
 | 
| /freebsd/usr.sbin/bhyve/ | 
| H A D | net_backends.c | 299 	char *backend, *cp;  in netbe_legacy_config()  local
 | 
| H A D | uart_emul.c | 84 	struct uart_softc *backend;  member [all...]
 | 
| /freebsd/crypto/krb5/src/util/verto/ | 
| H A D | ev_wrap.h | 12 #define backend ((loop)->backend)  macro
 | 
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ | 
| H A D | LibStdcpp.cpp | 401   auto backend = m_backend.GetSP();  in Update()  local
 | 
| /freebsd/usr.sbin/bhyve/amd64/ | 
| H A D | pci_lpc.c | 249 	const char *backend, *name;  in lpc_init()  local
 |