Home | History | Annotate | Download | only in fsck

Lines Matching defs:spec

199 		const char *spec, *spec2, *mntpt, *type, *cp;
202 spec = mntpt = *argv;
203 spec2 = getfsspecname(buf, sizeof(buf), spec);
205 spec2 = spec;
214 fs = getfsfile(spec);
216 fs = getfsspec(spec);
217 if (fs == NULL && spec != spec2) {
219 spec = spec2;
223 spec = getfsspecname(buf, sizeof(buf), fs->fs_spec);
224 if (spec == NULL)
230 spec);
233 vfstype = getfslab(spec);
237 rval = checkfs(type, blockcheck(spec), *argv, NULL, NULL);
267 checkfs(const char *vfst, const char *spec, const char *mntpt, void *auxarg,
306 argv[argc++] = spec;
339 spec, mntpt);
357 if (spec)
358 warn("exec %s for %s", execname, spec);
365 if (spec)
366 warn("exec %s for %s", execname, spec);
393 warnx("%s: %s", spec, strsignal(WTERMSIG(status)));