Home
last modified time | relevance | path

Searched refs:config_read (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl_backend.h189 be_func_t config_read; /* passed to CTL */ member
H A Dctl_backend_ramdisk.c163 .config_read = ctl_backend_ramdisk_config_read,
H A Dctl_backend_block.c295 .config_read = ctl_be_block_config_read,
H A Dctl.c7105 retval = lun->backend->config_read((union ctl_io *)ctsio); in ctl_get_lba_status()
10792 retval = lun->backend->config_read((union ctl_io *)ctnio); in ctl_nvme_identify()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c490 if(!config_read(cfg, cfgfile, NULL)) in print_stats_shm()
945 if(!config_read(cfg, cfgfile, NULL)) in go()
H A Dunbound-checkconf.c1194 if(!config_read(cfg, cfgfile, NULL)) { in checkconf()
/freebsd/contrib/unbound/util/
H A Dconfig_file.h1005 int config_read(struct config_file* config, const char* filename,
H A Dconfig_file.c1521 config_read(struct config_file* cfg, const char* filename, const char* chroot) in config_read() function
1576 if(!config_read(cfg, g.gl_pathv[i], chroot)) { in config_read()
/freebsd/contrib/unbound/winrc/
H A Dwin_svc.c325 if(!config_read(cfg, service_cfgfile, daemon->chroot)) { in service_init()
/freebsd/contrib/unbound/daemon/
H A Dunbound.c698 if(!config_read(cfg, cfgfile, daemon->chroot)) { in run_daemon()
H A Dremote.c4848 if(!config_read(*newcfg, fr->worker->daemon->cfgfile, in fr_read_config()
/freebsd/contrib/unbound/libunbound/
H A Dlibunbound.c449 if(!config_read(ctx->env->cfg, fname, NULL)) { in ub_ctx_config()