Home
last modified time | relevance | path

Searched refs:repos_filename (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/luxadm/
H A Dfabric_conf.c92 read_repos_file(char *repos_filename) in read_repos_file() argument
104 if (repos_filename == NULL || *repos_filename == NULL) { in read_repos_file()
111 fd = open(repos_filename, O_RDONLY); in read_repos_file()
116 repos_filename, strerror(errno)); in read_repos_file()
124 repos_filename, strerror(errno)); in read_repos_file()
134 repos_filename, strerror(errno)); in read_repos_file()
155 ret = parse_line(line, path, wwn, repos_filename); in read_repos_file()
158 wwn, repos_filename, line); in read_repos_file()
H A Dcommon.h444 int read_repos_file(char *repos_filename);