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

/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dfinsio_isa.c114 u_int fs_type; member in struct:finsio_sensor
143 .fs_type = ENVSYS_SVOLTS_DC,
151 .fs_type = ENVSYS_SVOLTS_DC,
159 .fs_type = ENVSYS_SVOLTS_DC,
167 .fs_type = ENVSYS_SVOLTS_DC,
175 .fs_type = ENVSYS_SVOLTS_DC,
183 .fs_type = ENVSYS_SVOLTS_DC,
191 .fs_type = ENVSYS_SVOLTS_DC,
199 .fs_type = ENVSYS_SVOLTS_DC,
207 .fs_type
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dfstab.c108 _fs_fstab.fs_type = nextfld(&lp, sep);
109 if (_fs_fstab.fs_type) {
110 if (!strcmp(_fs_fstab.fs_type, FSTAB_XX))
112 _fs_fstab.fs_mntops = _fs_fstab.fs_type;
115 strcmp(_fs_fstab.fs_type, FSTAB_SW) ?
156 _fs_fstab.fs_type = __UNCONST(*tp);
162 if (_fs_fstab.fs_type == NULL)
164 if (strcmp(_fs_fstab.fs_type, FSTAB_XX) == 0)
/netbsd-6-1-5-RELEASE/include/
H A Dfstab.h65 __aconst char *fs_type; /* FSTAB_* from fs_mntops */ member in struct:fstab
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dsrvr_amfs_auto.c79 fs->fs_type = "local";
211 plog(XLOG_INFO, "file server %s, type %s, state %s", fs->fs_host, fs->fs_type, state);
H A Damq_subr.c275 if (STREQ(mp->am_mnt->mf_ops->fs_type, "toplvl"))
277 if (STREQ(mp->am_mnt->mf_ops->fs_type, "auto"))
343 if (!xdr_amq_string(xdrs, &mp->am_mnt->mf_ops->fs_type)) {
494 if (!xdr_amq_string(xdrs, &mf->mf_ops->fs_type)) {
H A Dam_ops.c163 xstrlcat(buf, (*ap)->fs_type, l);
166 linesize += strlen((*ap)->fs_type) + 2;
375 if (STREQ(rop->fs_type, type))
H A Dmntfs.c282 mf->mf_mount, mf->mf_ops->fs_type, mf->mf_refc, mf->mf_flags);
316 mf->mf_ops->fs_type, mf->mf_mount);
329 mf->mf_mount, mf->mf_ops->fs_type);
H A Damfs_toplvl.c218 mf->mf_ops->fs_type, mf->mf_info);
H A Drestart.c107 me->mnt_fsname, fs_ops->fs_type, me->mnt_dir, mf->mf_flags);
H A Damd.h397 char *fs_type; /* type of filesystems e.g. "nfsx" */ member in struct:am_ops
450 char *fs_type; /* File server type */ member in struct:fserver
H A Damfs_generic.c315 dlog("Got a hit with %s", p->fs_type);
561 if (!STREQ(mp->am_mnt->mf_ops->fs_type, "linkx"))
776 mf->mf_fo->fs_mtab, mf->mf_mount, p->fs_type,
H A Dautil.c253 mf->mf_ops->fs_type, mf->mf_mount);
H A Dsrvr_nfs.c1014 fs->fs_type = MNTTAB_TYPE_NFS;
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Doptr.c327 new->fs_type = xstrdup(fs->fs_type);
353 if (strcmp(fs->fs_type, FSTAB_RW) &&
354 strcmp(fs->fs_type, FSTAB_RO) &&
355 strcmp(fs->fs_type, FSTAB_RQ))
/netbsd-6-1-5-RELEASE/sbin/swapctl/
H A Dswapctl.c664 if (strcmp(fp->fs_type, "dp") == 0)
667 if (strcmp(fp->fs_type, "sw") == 0)
703 if (strcmp(fp->fs_type, "dp") == 0 && add) {
708 if (strcmp(fp->fs_type, "sw") != 0)
/netbsd-6-1-5-RELEASE/usr.sbin/quotaon/
H A Dquotaon.c138 strcmp(fs->fs_type, FSTAB_RW))
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Ddir.c440 char fs_type[BUFSIZ];
542 &fs_flags, fs_type, sizeof (fs_type)) == FALSE)
544 else if (!strcmp(fs_type, "FAT"))
546 else if (!strcmp(fs_type, "NTFS"))
437 char fs_type[BUFSIZ]; local
/netbsd-6-1-5-RELEASE/sbin/fsck/
H A Dfsck.c217 if (BADTYPE(fs->fs_type))
239 if (BADTYPE(fs->fs_type))
/netbsd-6-1-5-RELEASE/sbin/mount/
H A Dmount.c172 if (BADTYPE(fs->fs_type))
257 if (BADTYPE(fs->fs_type))
/netbsd-6-1-5-RELEASE/usr.sbin/quotacheck/
H A Dquotacheck.c256 errs += chkquota(fs->fs_type, name, fs->fs_file,
283 strcmp(fs->fs_type, FSTAB_RW))

Completed in 234 milliseconds