Searched refs:fs_spec (Results 1 - 20 of 20) sorted by relevance

/freebsd-10-stable/include/
H A Dfstab.h41 * For ufs fs_spec field is the block special name. Programs that want to
57 char *fs_spec; /* block special device name */ member in struct:fstab
/freebsd-10-stable/lib/libc/gen/
H A Dfstab.c107 _fs_fstab.fs_spec = buf;
128 _fs_fstab.fs_spec = strsep(&p, ":\n");
152 _fs_fstab.fs_spec = cp;
153 if (_fs_fstab.fs_spec == NULL || *_fs_fstab.fs_spec == '#')
155 if (strunvis(_fs_fstab.fs_spec, _fs_fstab.fs_spec) < 0)
238 if (!strcmp(_fs_fstab.fs_spec, name))
/freebsd-10-stable/sbin/quotacheck/
H A Dpreen.c125 sumstatus = chkquota(fs->fs_spec, qfu, qfg);
254 struct diskentry *d = finddisk(fs->fs_spec);
258 if (strcmp(p->p_devname, fs->fs_spec) == 0) {
259 warnx("%s in fstab more than once!\n", fs->fs_spec);
264 p->p_devname = estrdup(blockcheck(fs->fs_spec));
H A Dquotacheck.c209 (argnum = oneof(fs->fs_spec, argv, argc)) >= 0) &&
210 (name = blockcheck(fs->fs_spec))) {
/freebsd-10-stable/sbin/dump/
H A Doptr.c295 (new->fs_spec = strdup(fs->fs_spec)) == NULL)
351 strcmp(fs->fs_spec, key) == 0)
353 rn = rawname(fs->fs_spec);
357 if (*fs->fs_spec == '/' &&
358 strcmp(fs->fs_spec + 1, key) == 0)
H A Dmain.c330 disk = rawname(dt->fs_spec);
332 errx(X_STARTUP, "%s: unknown file system", dt->fs_spec);
333 (void)strncpy(spcl.c_dev, dt->fs_spec, NAMELEN);
/freebsd-10-stable/sbin/fsck_ffs/
H A Dutilities.c100 newname = fsinfo->fs_spec;
/freebsd-10-stable/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c154 free(md->fstab->fs_spec);
250 free(md->fstab->fs_spec);
387 md->fstab->fs_spec, md->fstab->fs_file,
529 if (strncmp(fstab->fs_spec, "/dev/", 5) == 0)
530 md->name = strdup(&fstab->fs_spec[5]);
533 md->fstab->fs_spec = strdup(fstab->fs_spec);
H A Dgpart_ops.c707 free(md->fstab->fs_spec);
719 free(md->fstab->fs_spec);
726 md->fstab->fs_spec = strdup(zpool_name);
728 md->fstab->fs_spec = malloc(strlen(name) +
730 sprintf(md->fstab->fs_spec, "/dev/%s", name);
/freebsd-10-stable/sbin/fsck/
H A Dfsck.c222 spec = fs->fs_spec;
268 if (getmntpt(fs->fs_spec) == NULL)
270 if (checkfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file, "-F", 0))
290 if (checkfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file, "-F", NULL) != 0)
292 printf("%s: DEFER FOR BACKGROUND CHECKING\n", fs->fs_spec);
H A Dpreen.c110 name = fs->fs_spec;
140 "BAD DISK NAME %s\n", fs->fs_spec);
/freebsd-10-stable/usr.sbin/repquota/
H A Drepquota.c173 (argnum = oneof(fs->fs_spec, argv, argc)) >= 0) {
211 qfextension[type], fs->fs_file, fs->fs_spec);
220 qfextension[type], fs->fs_file, fs->fs_spec);
/freebsd-10-stable/usr.sbin/quotaon/
H A Dquotaon.c125 (argnum = oneof(fs->fs_spec, argv, argc)) >= 0) {
/freebsd-10-stable/lib/libufs/
H A Dtype.c131 name = fs->fs_spec;
/freebsd-10-stable/sbin/mount/
H A Dmount.c352 if (mountfs(fs->fs_vfstype, fs->fs_spec,
393 if (strcmp(fs->fs_spec,
403 mntfromname = fs->fs_spec;
425 rval = mountfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file,
499 (strcmp(fs->fs_spec, mntbuf[i].f_mntfromname) == 0)))
/freebsd-10-stable/usr.sbin/quot/
H A Dquot.c638 quot(fs->fs_spec, 0);
/freebsd-10-stable/sbin/swapon/
H A Dswapon.c183 swfile = swap_on_off(fsp->fs_spec, 1,
/freebsd-10-stable/sbin/savecore/
H A Dsavecore.c825 DoFile(savedir, fsp->fs_spec);
/freebsd-10-stable/usr.sbin/edquota/
H A Dedquota.c380 if (fspath && *fspath && strcmp(fspath, fs->fs_spec) &&
/freebsd-10-stable/sbin/growfs/
H A Dgrowfs.c1319 return (fs->fs_spec);

Completed in 218 milliseconds