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

/netbsd-current/sys/compat/common/
H A Dcompat_sysctl_09_43.c72 struct vfsconf vfc; local
87 vfc.vfc_vfsops = vfsp;
88 strncpy(vfc.vfc_name, vfsp->vfs_name, sizeof(vfc.vfc_name));
89 vfc.vfc_typenum = vfsnum;
90 vfc.vfc_refcount = vfsp->vfs_refcount;
91 vfc.vfc_flags = 0;
92 vfc.vfc_mountroot = vfsp->vfs_mountroot;
93 vfc.vfc_next = NULL;
97 node.sysctl_data = &vfc;
[all...]
/netbsd-current/sys/kern/
H A Duipc_mbufdebug.c657 uint8_t vfc; local
673 vfc = ip6.ip6_vfc;
674 (*pr)("IPv6: Version = %u\n", (vfc & IPV6_VERSION_MASK) >> 4);
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_disk_posix.c1570 * GETVFSBYNAME_ARG_TYPE vfc;
1574 struct xvfsconf vfc; local
1576 struct vfsconf vfc; local
1631 r = getvfsbyname(sfs.f_fstypename, &vfc);
1636 if (vfc.vfc_flags & VFCF_SYNTHETIC)

Completed in 187 milliseconds