HomeSort by: relevance | last modified time | path
    Searched refs:mountcompatnames (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/compat/common/
compat_sysctl_09_43.c 81 mountcompatnames[vfsnum] == NULL)
83 vfsp = vfs_getopsbyname(mountcompatnames[vfsnum]);
  /src/sys/sys/
vfs_syscalls.h 90 extern const char *const mountcompatnames[];
  /src/sys/kern/
vfs_syscalls.c 156 const char * const mountcompatnames[] = { variable
169 const u_int nmountcompatnames = __arraycount(mountcompatnames);
488 mountcompatnames[fsindex] == NULL)
490 strlcpy(fstypename, mountcompatnames[fsindex],

Completed in 15 milliseconds