Home | History | Annotate | Download | only in fstyp

Lines Matching refs:devpath

261 extract_device_name(const char *devpath)
265 if (!devpath)
268 p = strdup(devpath);
291 read_label(FILE *fp, char *label, size_t size, const char *devpath)
325 /* Don't print error as devpath could be non-root volume. */
335 * fstyp_function in DragonFly takes an additional devpath argument
339 pfs = strchr(devpath, '@');
341 assert(strlen(devpath));
342 switch (devpath[strlen(devpath) - 1]) {
359 devname = extract_device_name(devpath);