Searched refs:conf_new_from_file (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/usr.bin/iscsictl/
H A Discsictl.h109 struct conf *conf_new_from_file(const char *path);
H A Dparse.y336 conf_new_from_file(const char *path)
H A Discsictl.c974 conf = conf_new_from_file(conf_path);
979 conf = conf_new_from_file(conf_path);
/freebsd-11.0-release/usr.sbin/ctld/
H A Dctld.c2524 conf_new_from_file(const char *path, struct conf *oldconf, bool ucl) function
2635 newconf = conf_new_from_file(config_path, oldconf, use_ucl);
2671 tmpconf = conf_new_from_file(config_path, newconf,

Completed in 60 milliseconds