Home
last modified time | relevance | path

Searched refs:vc_vers (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmount.h419 int vc_vers; /* should be VFSIDCTL_VERS1 (below) */ member
432 int vc_vers; /* should be VFSIDCTL_VERS1 (below) */ member
440 int vc_vers; /* should be VFSIDCTL_VERS1 (below) */ member
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_subr.c4925 if (vc.vc32.vc_vers != VFS_CTL_VERS1) { /* works for 32 and 64 */ in sysctl_vfs_ctlbyfsid()