Searched refs:conf_file (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/shared/ |
D | conf-parser.c | 539 const char *conf_file, in config_parse_many_nulstr() argument 555 return config_parse_many_files(STRV_MAKE_CONST(conf_file), in config_parse_many_nulstr() 609 const char* conf_file, in config_get_stats_by_path_one() argument 618 assert(conf_file); in config_get_stats_by_path_one() 624 r = path_extract_filename(conf_file, &dropin_dirname); in config_get_stats_by_path_one() 638 r = RET_NERRNO(stat(conf_file, &st)); in config_get_stats_by_path_one() 640 r = hashmap_put_stats_by_path(&stats_by_path, conf_file, &st); in config_get_stats_by_path_one()
|
D | conf-parser.h | 97 const char *conf_file, /* possibly NULL */
|
/systemd-251/test/test-network/ |
D | systemd-networkd-tests.py | 563 def start_isc_dhcpd(interface, conf_file, ip): argument 564 conf_file_path = os.path.join(networkd_ci_path, conf_file)
|