Home
last modified time | relevance | path

Searched refs:FS_OPEN (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/lib/libsa/
H A Dopen.c130 error = FS_OPEN(&file_system[i])(file, f); in open()
140 error = FS_OPEN(&file_system[i])(file, f); in open()
H A Dstand.h145 #define FS_OPEN(fs) ((fs)->open) macro
157 #define FS_OPEN(fs) ___CONCAT(LIBSA_SINGLE_FILESYSTEM,_open) macro
/netbsd-src/sys/arch/acorn32/stand/nbfs/
H A Dnbfs.c140 error = FS_OPEN(&file_system[i])(file, f); in nbfs_fileopen()