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

/macosx-10.9.5/adv_cmds-153/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.9.5/webdavfs-352.92.2/load.tproj/
H A Dload.c104 struct vfsconf vfc; local
113 if (getvfsbyname(WEBDAVFS_VFSNAME, &vfc) != 0)
/macosx-10.9.5/ntfs-83/mount/
H A Dmount_ntfs.c138 struct vfsconf vfc; local
198 if (getvfsbyname(ntfs, &vfc)) {
204 if (getvfsbyname(ntfs, &vfc))
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dsubr.c147 struct vfsconf vfc; local
151 if (getvfsbyname(SMBFS_VFSNAME, &vfc) != 0) {
/macosx-10.9.5/efax-36/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.9.5/system_cmds-597.90.1/sysctl.tproj/
H A Dsysctl.c260 struct vfsconf vfc; local
413 size = sizeof vfc;
414 if (sysctl(mib, 4, &vfc, &size, (void *)0, (size_t)0) < 0) {
418 if (flags == 0 && vfc.vfc_refcount == 0)
422 string, vfc.vfc_refcount,
423 vfc.vfc_refcount != 1 ? "s" : "");
425 fprintf(stdout, "%d\n", vfc.vfc_refcount);
612 struct vfsconf vfc; local
627 buflen = sizeof vfc;
630 if (sysctl(mib, 4, &vfc,
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sysctl.tproj/
H A Dsysctl.c260 struct vfsconf vfc; local
413 size = sizeof vfc;
414 if (sysctl(mib, 4, &vfc, &size, (void *)0, (size_t)0) < 0) {
418 if (flags == 0 && vfc.vfc_refcount == 0)
422 string, vfc.vfc_refcount,
423 vfc.vfc_refcount != 1 ? "s" : "");
425 fprintf(stdout, "%d\n", vfc.vfc_refcount);
612 struct vfsconf vfc; local
627 buflen = sizeof vfc;
630 if (sysctl(mib, 4, &vfc,
[all...]
/macosx-10.9.5/hfs-226.1.1/CopyHFSMeta/
H A Dmain.c64 struct vfsconf vfc; local
72 if (getvfsbyname("hfs", &vfc) == 0) {
93 mib[1] = vfc.vfc_typenum;
/macosx-10.9.5/file_cmds-230/df/
H A Ddf.c576 struct vfsconf vfc; local
606 if (sysctl(mib, 4, &vfc, &miblen, NULL, 0) == 0) {
607 if (!(vfc.vfc_flags & MNT_LOCAL)) {
608 listptr[cnt++] = strdup(vfc.vfc_name);
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_agent.c748 struct vfsconf vfc; local
1048 vfc.vfc_typenum = -1;
1049 error = getvfsbyname("webdav", &vfc);
1055 error = getvfsbyname("webdav", &vfc);
1083 error = filesystem_init(vfc.vfc_typenum);
1204 return_code = mount(vfc.vfc_name, g_mountPoint, mntflags, &args);
/macosx-10.9.5/NFS-81/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.9.5/hfs-226.1.1/mount_hfs/
H A Dmount_hfs.c813 struct vfsconf vfc; local
816 if (getvfsbyname("hfs", &vfc) < 0)
820 mib[1] = vfc.vfc_typenum;
/macosx-10.9.5/cddafs-252/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.9.5/msdosfs-198/mount_msdos.tproj/
H A Dmount_msdos.c408 struct vfsconf vfc; local
410 error = getvfsbyname(FS_TYPE, &vfc);
/macosx-10.9.5/msdosfs-198/msdos_util.tproj/
H A Ddosutil.c864 struct vfsconf vfc; local
866 error = getvfsbyname(FS_TYPE, &vfc);
/macosx-10.9.5/vim-53/src/proto/
H A Deval.pro30 void restore_funccal __ARGS((void *vfc));
/macosx-10.9.5/diskdev_cmds-572.1.1/umount.tproj/
H A Dumount.c250 if (getvfsbyname(fs->fs_vfstype, &vfc) < 0) {
/macosx-10.9.5/ntfs-83/util/
H A Dntfs.util.c1172 struct vfsconf vfc; local
1186 if (getvfsbyname("ntfs", &vfc))
/macosx-10.9.5/hfs-226.1.1/hfs_util/
H A Dhfsutil_main.c2410 struct vfsconf vfc; local
2413 if (getvfsbyname("hfs", &vfc) < 0)
2417 mib[1] = vfc.vfc_typenum;
/macosx-10.9.5/hfs-226.1.1/newfs_hfs/
H A Dmakehfs.c2049 struct vfsconf vfc; local
2052 if (getvfsbyname("hfs", &vfc) < 0)
2056 mib[1] = vfc.vfc_typenum;
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DSVerify1.c4484 struct vfsconf vfc; local
4496 retval = getvfsbyname("hfs", &vfc);
4502 mib[1] = vfc.vfc_typenum;
/macosx-10.9.5/vim-53/src/
H A Deval.c1719 restore_funccal(vfc)
1720 void *vfc;
1722 funccall_T *fc = (funccall_T *)vfc;

Completed in 753 milliseconds