Searched refs:mdconf (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/lvm/libsvm/common/ |
H A D | update_mdconf.c | 329 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 D | start_svm.c | 70 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 D | svm.h | 82 extern int convert_bootlist(char *systemfile, char *mdconf, char **tmpfilename);
|