Home
last modified time | relevance | path

Searched refs:mdconf (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/lvm/libsvm/common/
H A Dupdate_mdconf.c329 char *mdconf, /* md.conf file name */ in convert_bootlist() argument
349 if ((retval = copyfile(mdconf, *tname)) == RET_ERROR) { in convert_bootlist()
351 mdconf, *tname); in convert_bootlist()
358 if ((fp = fopen(mdconf, "r")) == NULL) { in convert_bootlist()
H A Dstart_svm.c70 char mdconf[PATH_MAX]; in svm_start() local
83 if ((rval = snprintf(mdconf, PATH_MAX, "%s%s", in svm_start()
95 switch (rval = convert_bootlist(system_file, mdconf, &tf)) { in svm_start()
/titanic_41/usr/src/lib/lvm/libsvm/common/hdrs/
H A Dsvm.h82 extern int convert_bootlist(char *systemfile, char *mdconf, char **tmpfilename);