Searched refs:netbsd_mount_type (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/compat/freebsd/
H A Dfreebsd_file.c63 static const char * const netbsd_mount_type[] = { local
86 if (type < 0 || type >= ARRAY_LENGTH(netbsd_mount_type))
88 return (netbsd_mount_type[type]);

Completed in 65 milliseconds