Searched defs:mdconf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/lvm/libsvm/common/
H A Dstart_svm.c70 char mdconf[PATH_MAX]; local
83 if ((rval = snprintf(mdconf, PATH_MAX, "%s%s",
95 switch (rval = convert_bootlist(system_file, mdconf, &tf)) {
H A Dupdate_mdconf.c329 char *mdconf, /* md.conf file name */
349 if ((retval = copyfile(mdconf, *tname)) == RET_ERROR) {
351 mdconf, *tname);
358 if ((fp = fopen(mdconf, "r")) == NULL) {
327 convert_bootlist( char *sname, char *mdconf, char **tname ) argument

Completed in 213 milliseconds