Searched refs:mdconf (Results 1 - 3 of 3) 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
/illumos-gate/usr/src/lib/lvm/libsvm/common/hdrs/
H A Dsvm.h82 extern int convert_bootlist(char *systemfile, char *mdconf, char **tmpfilename);

Completed in 58 milliseconds