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 155 const char * const mountcompatnames[] = { variable in typeref:typename:const char * const[]
168 const u_int nmountcompatnames = __arraycount(mountcompatnames);
487 mountcompatnames[fsindex] == NULL)
489 strlcpy(fstypename, mountcompatnames[fsindex],

Completed in 48 milliseconds