Lines Matching defs:xvfsp
4903 struct xvfsconf xvfsp;
4905 bzero(&xvfsp, sizeof(xvfsp));
4906 strcpy(xvfsp.vfc_name, vfsp->vfc_name);
4907 xvfsp.vfc_typenum = vfsp->vfc_typenum;
4908 xvfsp.vfc_refcount = vfsp->vfc_refcount;
4909 xvfsp.vfc_flags = vfsp->vfc_flags;
4914 xvfsp.vfc_vfsops = NULL;
4915 xvfsp.vfc_next = NULL;
4916 return (SYSCTL_OUT(req, &xvfsp, sizeof(xvfsp)));
4932 struct xvfsconf32 xvfsp;
4934 bzero(&xvfsp, sizeof(xvfsp));
4935 strcpy(xvfsp.vfc_name, vfsp->vfc_name);
4936 xvfsp.vfc_typenum = vfsp->vfc_typenum;
4937 xvfsp.vfc_refcount = vfsp->vfc_refcount;
4938 xvfsp.vfc_flags = vfsp->vfc_flags;
4939 return (SYSCTL_OUT(req, &xvfsp, sizeof(xvfsp)));