Searched refs:xvfsp (Results 1 – 1 of 1) sorted by relevance
4446 struct xvfsconf xvfsp; in vfsconf2x() local4448 bzero(&xvfsp, sizeof(xvfsp)); in vfsconf2x()4450 xvfsp.vfc_typenum = vfsp->vfc_typenum; in vfsconf2x()4452 xvfsp.vfc_flags = vfsp->vfc_flags; in vfsconf2x()4457 xvfsp.vfc_vfsops = NULL; in vfsconf2x()4458 xvfsp.vfc_next = NULL; in vfsconf2x()4459 return (SYSCTL_OUT(req, &xvfsp, sizeof(xvfsp))); in vfsconf2x()4475 struct xvfsconf32 xvfsp; in vfsconf2x32() local4477 bzero(&xvfsp, sizeof(xvfsp)); in vfsconf2x32()4481 xvfsp.vfc_flags = vfsp->vfc_flags; in vfsconf2x32()[all …]