Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cam/ctl/
Dctl_backend.h190 be_func_t config_read; /* passed to CTL */ member
Dctl_backend_ramdisk.c167 .config_read = ctl_backend_ramdisk_config_read,
Dctl_backend_block.c293 .config_read = ctl_be_block_config_read,
Dctl.c7080 retval = lun->backend->config_read((union ctl_io *)ctsio); in ctl_get_lba_status()
/freebsd-12-stable/contrib/unbound/smallapp/
Dunbound-control.c452 if(!config_read(cfg, cfgfile, NULL)) in print_stats_shm()
903 if(!config_read(cfg, cfgfile, NULL)) in go()
Dunbound-checkconf.c979 if(!config_read(cfg, cfgfile, NULL)) { in checkconf()
/freebsd-12-stable/contrib/unbound/util/
Dconfig_file.h920 int config_read(struct config_file* config, const char* filename,
Dconfig_file.c1360 config_read(struct config_file* cfg, const char* filename, const char* chroot) in config_read() function
1415 if(!config_read(cfg, g.gl_pathv[i], chroot)) { in config_read()
/freebsd-12-stable/contrib/unbound/daemon/
Dunbound.c712 if(!config_read(cfg, cfgfile, daemon->chroot)) { in run_daemon()
/freebsd-12-stable/contrib/unbound/libunbound/
Dlibunbound.c438 if(!config_read(ctx->env->cfg, fname, NULL)) { in ub_ctx_config()