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

/netbsd-6-1-5-RELEASE/etc/rc.d/
H A Dfsck_root28 while read fs_spec fs_file fs_vfstype fs_mntops fs_freq fs_passno
31 case "${fs_spec}" in
45 case "${fs_spec}" in
/netbsd-6-1-5-RELEASE/include/
H A Dfstab.h44 * For ufs fs_spec field is the block special name. Programs that want to
61 __aconst char *fs_spec; /* block special device name */ member in struct:fstab
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dfstab.c104 _fs_fstab.fs_spec = nextfld(&lp, sep);
105 if (!_fs_fstab.fs_spec || *_fs_fstab.fs_spec == '#')
128 _fs_fstab.fs_spec = nextfld(&lp, ws);
129 if (!_fs_fstab.fs_spec || *_fs_fstab.fs_spec == '#')
191 if (!strcmp(_fs_fstab.fs_spec, name))
/netbsd-6-1-5-RELEASE/sbin/swapctl/
H A Dswapctl.c700 spec = fp->fs_spec;
750 PATH_MOUNT, fp->fs_spec, spec);
752 warnx("%s: mount failed", fp->fs_spec);
757 PATH_UMOUNT, fp->fs_spec);
786 getprogname(), fp->fs_spec, (int)priority);
791 getprogname(), fp->fs_spec);
798 getprogname(), fp->fs_spec);
803 getprogname(), fp->fs_spec);
807 warnx("%s: umount failed", fp->fs_spec);
814 if (spec != fp->fs_spec)
[all...]
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Doptr.c328 new->fs_spec = xstrdup(fs->fs_spec);
394 strcmp(fs->fs_spec, key) == 0)
396 rn = rawname(fs->fs_spec);
400 if (*fs->fs_spec == '/' &&
401 strcmp(fs->fs_spec + 1, key) == 0)
H A Dmain.c297 disk = dt->fs_spec;
405 disk = rawname(dt->fs_spec);
/netbsd-6-1-5-RELEASE/usr.sbin/quotaon/
H A Dquotaon.c143 (argnum = oneof(fs->fs_spec, argv, argc)) < 0) {
249 strcmp(fsbuf.f_mntfromname, fs->fs_spec)) {
/netbsd-6-1-5-RELEASE/sbin/mount/
H A Dmount.c178 if (strcmp(fs->fs_spec, "from_mount") == 0) {
185 mntfromname = fs->fs_spec;
232 if (strcmp(fs->fs_spec, "from_mount") != 0)
233 mntfromname = fs->fs_spec;
260 if (strcmp(fs->fs_spec, "from_mount") == 0) {
272 mntfromname = fs->fs_spec;
/netbsd-6-1-5-RELEASE/sbin/tunefs/
H A Dtunefs.c558 if ((p = strrchr(fs->fs_spec, '/')) != NULL) {
560 (int)(p - fs->fs_spec), fs->fs_spec, p + 1);
563 name = fs->fs_spec;
/netbsd-6-1-5-RELEASE/sbin/fsck/
H A Dfsutil.c239 newname = fsp->fs_spec;
H A Dpreen.c114 name = blockcheck(fs->fs_spec);
138 "BAD DISK NAME %s\n", fs->fs_spec);
H A Dfsck.c215 spec = fs->fs_spec;
/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dgram.y130 %type <str> fs_spec
564 TYPE fs_spec { setfstype(&conf.cf_fstype, $2); } |
567 fs_spec: label
/netbsd-6-1-5-RELEASE/usr.sbin/dumpfs/
H A Ddumpfs.c922 if ((p = strrchr(fs->fs_spec, '/')) != NULL) {
924 (int)(p - fs->fs_spec), fs->fs_spec, p + 1);
927 name = fs->fs_spec;
/netbsd-6-1-5-RELEASE/usr.sbin/quotacheck/
H A Dquotacheck.c252 (argnum = oneof(fs->fs_spec, argv, argc)) >= 0) &&
254 (name = blockcheck(fs->fs_spec))) {
/netbsd-6-1-5-RELEASE/usr.sbin/edquota/
H A Dedquota.c340 if (strcmp(fs->fs_spec, filesys) == 0 ||

Completed in 117 milliseconds