Home
last modified time | relevance | path

Searched refs:config_read (Results 1 – 10 of 10) 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.c470 if(!config_read(cfg, cfgfile, NULL)) in print_stats_shm()
925 if(!config_read(cfg, cfgfile, NULL)) in go()
H A Dunbound-checkconf.c983 if(!config_read(cfg, cfgfile, NULL)) { in checkconf()
/freebsd/contrib/unbound/util/
H A Dconfig_file.h964 int config_read(struct config_file* config, const char* filename,
H A Dconfig_file.c1420 config_read(struct config_file* cfg, const char* filename, const char* chroot) in config_read() function
1475 if(!config_read(cfg, g.gl_pathv[i], chroot)) { in config_read()
/freebsd/contrib/unbound/daemon/
H A Dunbound.c711 if(!config_read(cfg, cfgfile, daemon->chroot)) { in run_daemon()
/freebsd/contrib/unbound/libunbound/
H A Dlibunbound.c449 if(!config_read(ctx->env->cfg, fname, NULL)) { in ub_ctx_config()