Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/lvm/libsvm/common/
H A Dmetainterfaces.c170 get_rootmetadevice(char *mntpath, char **mdname) in get_rootmetadevice() argument
178 if (mdname == NULL) in get_rootmetadevice()
181 *mdname = NULL; in get_rootmetadevice()
209 *mdname = (char *)malloc(strlen(cp) + 1); in get_rootmetadevice()
211 if (*mdname == NULL) { in get_rootmetadevice()
215 (void) strcpy(*mdname, cp); in get_rootmetadevice()
217 *mdname, rval); in get_rootmetadevice()
454 char mdname[MAXPATHLEN]; in svm_get_components() local
466 (void) strlcpy(mdname, cp, numlen + 1); in svm_get_components()
468 setnum = atoi(mdname); in svm_get_components()
[all …]
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_error.c218 char *mdname, *devname; in metacookerror() local
221 mdname = md_name(ip->comp.mnum); in metacookerror()
224 len = strlen(mdname) + strlen(": ") in metacookerror()
228 mdname, devname); in metacookerror()
229 Free(mdname); in metacookerror()