Searched refs:config_read (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/cam/ctl/ |
H A D | ctl_backend.h | 189 be_func_t config_read; /* passed to CTL */ member
|
H A D | ctl_backend_ramdisk.c | 163 .config_read = ctl_backend_ramdisk_config_read,
|
H A D | ctl_backend_block.c | 295 .config_read = ctl_be_block_config_read,
|
H A D | ctl.c | 7105 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 D | unbound-control.c | 470 if(!config_read(cfg, cfgfile, NULL)) in print_stats_shm() 925 if(!config_read(cfg, cfgfile, NULL)) in go()
|
H A D | unbound-checkconf.c | 983 if(!config_read(cfg, cfgfile, NULL)) { in checkconf()
|
/freebsd/contrib/unbound/util/ |
H A D | config_file.h | 964 int config_read(struct config_file* config, const char* filename,
|
H A D | config_file.c | 1420 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 D | unbound.c | 711 if(!config_read(cfg, cfgfile, daemon->chroot)) { in run_daemon()
|
/freebsd/contrib/unbound/libunbound/ |
H A D | libunbound.c | 449 if(!config_read(ctx->env->cfg, fname, NULL)) { in ub_ctx_config()
|