Searched refs:mdname (Results 1 – 2 of 2) sorted by relevance
170 get_rootmetadevice(char *mntpath, char **mdname) in get_rootmetadevice() argument178 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() local466 (void) strlcpy(mdname, cp, numlen + 1); in svm_get_components()468 setnum = atoi(mdname); in svm_get_components()[all …]
218 char *mdname, *devname; in metacookerror() local221 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()