HomeSort by: relevance | last modified time | path
    Searched defs:vfsnum (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/compat/common/
compat_sysctl_09_43.c 75 u_int vfsnum; local in function:sysctl_vfs_generic_conf
79 vfsnum = name[0];
80 if (vfsnum >= nmountcompatnames ||
81 mountcompatnames[vfsnum] == NULL)
83 vfsp = vfs_getopsbyname(mountcompatnames[vfsnum]);
89 vfc.vfc_typenum = vfsnum;
compat_sysctl_09_43.c 75 u_int vfsnum; local in function:sysctl_vfs_generic_conf
79 vfsnum = name[0];
80 if (vfsnum >= nmountcompatnames ||
81 mountcompatnames[vfsnum] == NULL)
83 vfsp = vfs_getopsbyname(mountcompatnames[vfsnum]);
89 vfc.vfc_typenum = vfsnum;
compat_sysctl_09_43.c 75 u_int vfsnum; local in function:sysctl_vfs_generic_conf
79 vfsnum = name[0];
80 if (vfsnum >= nmountcompatnames ||
81 mountcompatnames[vfsnum] == NULL)
83 vfsp = vfs_getopsbyname(mountcompatnames[vfsnum]);
89 vfc.vfc_typenum = vfsnum;
compat_sysctl_09_43.c 75 u_int vfsnum; local in function:sysctl_vfs_generic_conf
79 vfsnum = name[0];
80 if (vfsnum >= nmountcompatnames ||
81 mountcompatnames[vfsnum] == NULL)
83 vfsp = vfs_getopsbyname(mountcompatnames[vfsnum]);
89 vfc.vfc_typenum = vfsnum;

Completed in 43 milliseconds