Searched refs:config_read (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_backend.h219 be_func_t config_read; /* passed to CTL */ member in struct:ctl_backend_driver
H A Dctl_backend_ramdisk.c124 .config_read = ctl_backend_ramdisk_config_read,
H A Dctl_backend_block.c278 .config_read = ctl_be_block_config_read,
/freebsd-10.0-release/contrib/unbound/util/
H A Dconfig_file.h369 int config_read(struct config_file* config, const char* filename,
H A Dconfig_file.c680 config_read(struct config_file* cfg, const char* filename, const char* chroot) function
735 if(!config_read(cfg, g.gl_pathv[i], chroot)) {
/freebsd-10.0-release/contrib/unbound/smallapp/
H A Dunbound-control.c324 if(!config_read(cfg, cfgfile, NULL))
H A Dunbound-checkconf.c456 if(!config_read(cfg, cfgfile, NULL)) {
457 /* config_read prints messages to stderr */
/freebsd-10.0-release/contrib/unbound/daemon/
H A Dunbound.c647 if(!config_read(cfg, cfgfile, daemon->chroot)) {
/freebsd-10.0-release/contrib/unbound/libunbound/
H A Dlibunbound.c268 if(!config_read(ctx->env->cfg, fname, NULL)) {

Completed in 296 milliseconds