Searched refs:vfc (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/adv_cmds-158/lsvfs/
H A Dlsvfs.c41 struct vfsconf vfc; local
50 if (getvfsbyname(argv[x], &vfc) == 0)
51 printf(FMT, vfc.vfc_name, vfc.vfc_refcount,
52 fmt_flags(vfc.vfc_flags));
64 len = sizeof(vfc);
67 if (sysctl(mib, 4, &vfc, &len, NULL, 0) != 0) {
71 printf(FMT, vfc.vfc_name, vfc.vfc_refcount,
72 fmt_flags(vfc
[all...]
/macosx-10.10.1/ntfs-84/mount/
H A Dmount_ntfs.c138 struct vfsconf vfc; local
198 if (getvfsbyname(ntfs, &vfc)) {
204 if (getvfsbyname(ntfs, &vfc))
/macosx-10.10.1/smb-759.0/lib/smb/
H A Dsubr.c147 struct vfsconf vfc; local
151 if (getvfsbyname(SMBFS_VFSNAME, &vfc) != 0) {
/macosx-10.10.1/efax-38/efax/
H A Defaxio.h28 extern int vfc ; /* virtual flow control */
H A Defaxio.c28 int vfc = 0 ; /* virtual flow control */ variable
108 if ( vfc && dcecps > 0 ) {
H A Defax.c617 if ( vfc )
2641 case 'f' : vfc = 1 ; break ;
/macosx-10.10.1/hfs-285/mount_hfs/
H A Dmount_hfs.c70 struct vfsconf vfc; local
79 if (getvfsbyname("hfs", &vfc) != 0) {
84 mib[1] = vfc.vfc_typenum;
847 struct vfsconf vfc; local
850 if (getvfsbyname("hfs", &vfc) < 0)
854 mib[1] = vfc.vfc_typenum;
/macosx-10.10.1/file_cmds-242/df/
H A Ddf.c577 struct vfsconf vfc; local
607 if (sysctl(mib, 4, &vfc, &miblen, NULL, 0) == 0) {
608 if (!(vfc.vfc_flags & MNT_LOCAL)) {
609 listptr[cnt++] = strdup(vfc.vfc_name);
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_agent.c664 struct vfsconf vfc; local
958 vfc.vfc_typenum = -1;
959 error = getvfsbyname("webdav", &vfc);
966 error = getvfsbyname("webdav", &vfc);
994 error = filesystem_init(vfc.vfc_typenum);
1115 return_code = mount(vfc.vfc_name, g_mountPoint, mntflags, &args);
/macosx-10.10.1/NFS-82/nfsstat/
H A Dnfsstat.c237 struct vfsconf vfc; local
239 if (getvfsbyname("nfs", &vfc) < 0)
242 name[1] = vfc.vfc_typenum;
272 struct vfsconf vfc; local
286 if (getvfsbyname("nfs", &vfc) < 0)
293 name[1] = vfc.vfc_typenum;
361 struct vfsconf vfc; local
375 if (getvfsbyname("nfs", &vfc) < 0)
382 name[1] = vfc.vfc_typenum;
451 struct vfsconf vfc; local
[all...]
/macosx-10.10.1/hfs-285/CopyHFSMeta/
H A Dutil.c30 struct vfsconf vfc; local
38 if (flushJournal && getvfsbyname("hfs", &vfc) == 0) {
59 mib[1] = vfc.vfc_typenum;
/macosx-10.10.1/cddafs-253/FilesystemProber/
H A Dcddafs_util.cpp763 struct vfsconf vfc = { 0 }; local
785 error = getvfsbyname ( gAppleCDDAName, &vfc );
793 error = getvfsbyname ( gAppleCDDAName, &vfc );
862 result = mount ( vfc.vfc_name, realMountPoint, mountFlags, &args );
/macosx-10.10.1/msdosfs-209.1.1/mount_msdos.tproj/
H A Dmount_msdos.c403 struct vfsconf vfc; local
405 error = getvfsbyname(FS_TYPE, &vfc);
/macosx-10.10.1/vim-55/src/proto/
H A Deval.pro30 void restore_funccal __ARGS((void *vfc));
/macosx-10.10.1/diskdev_cmds-576/umount.tproj/
H A Dumount.c250 if (getvfsbyname(fs->fs_vfstype, &vfc) < 0) {
/macosx-10.10.1/msdosfs-209.1.1/msdos_util.tproj/
H A Ddosutil.c1108 struct vfsconf vfc; local
1110 error = getvfsbyname(FS_TYPE, &vfc);
/macosx-10.10.1/ntfs-84/util/
H A Dntfs.util.c1172 struct vfsconf vfc; local
1186 if (getvfsbyname("ntfs", &vfc))
/macosx-10.10.1/hfs-285/hfs_util/
H A Dhfsutil_main.c2412 struct vfsconf vfc; local
2415 if (getvfsbyname("hfs", &vfc) < 0)
2419 mib[1] = vfc.vfc_typenum;
/macosx-10.10.1/hfs-285/newfs_hfs/
H A Dmakehfs.c2067 struct vfsconf vfc; local
2070 if (getvfsbyname("hfs", &vfc) < 0)
2074 mib[1] = vfc.vfc_typenum;
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DSVerify1.c4484 struct vfsconf vfc; local
4496 retval = getvfsbyname("hfs", &vfc);
4502 mib[1] = vfc.vfc_typenum;
/macosx-10.10.1/vim-55/src/
H A Deval.c1719 restore_funccal(vfc)
1720 void *vfc;
1722 funccall_T *fc = (funccall_T *)vfc;

Completed in 415 milliseconds