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

/freebsd-9.3-release/contrib/amd/amd/
H A Dget_args.c57 char *amu_conf_file = "/etc/amd.conf"; /* default amd configuration file */ variable
294 amu_conf_file = optarg;
325 if (use_conf_file && amu_conf_file) {
326 fp = fopen(amu_conf_file, "r");
330 amu_conf_file);
350 if (use_conf_file && amu_conf_file)
351 plog(XLOG_INFO, "using configuration file %s", amu_conf_file);

Completed in 39 milliseconds