Searched refs:vfsc (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_init.c404 struct vfsconf vfsc; local
411 bzero(&vfsc, sizeof(struct vfsconf));
412 vfsc.vfc_reserved1 = 0;
413 bcopy(vfsp->vfc_name, vfsc.vfc_name, sizeof(vfsc.vfc_name));
414 vfsc.vfc_typenum = vfsp->vfc_typenum;
415 vfsc.vfc_refcount = vfsp->vfc_refcount;
416 vfsc.vfc_flags = vfsp->vfc_flags;
417 vfsc.vfc_reserved2 = 0;
418 vfsc
[all...]
H A Dkpi_vfs.c1193 struct vfsconf vfsc; local
1194 bzero(&vfsc, sizeof(struct vfsconf));
1195 vfsc.vfc_reserved1 = 0;
1196 bcopy((*handle)->vfc_name, vfsc.vfc_name, sizeof(vfsc.vfc_name));
1197 vfsc.vfc_typenum = (*handle)->vfc_typenum;
1198 vfsc.vfc_refcount = (*handle)->vfc_refcount;
1199 vfsc.vfc_flags = (*handle)->vfc_flags;
1200 vfsc.vfc_reserved2 = 0;
1201 vfsc
[all...]
H A Dvfs_subr.c2726 struct vfsconf vfsc; local
2801 vfsc.vfc_reserved1 = 0;
2802 bcopy(vfsp->vfc_name, vfsc.vfc_name, sizeof(vfsc.vfc_name));
2803 vfsc.vfc_typenum = vfsp->vfc_typenum;
2804 vfsc.vfc_refcount = vfsp->vfc_refcount;
2805 vfsc.vfc_flags = vfsp->vfc_flags;
2806 vfsc.vfc_reserved2 = 0;
2807 vfsc.vfc_reserved3 = 0;
2810 return (sysctl_rdstruct(oldp, oldlenp, newp, &vfsc,
[all...]

Completed in 84 milliseconds