Home
last modified time | relevance | path

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

/netbsd/src/sys/lib/libsa/
Dopen.c130 error = FS_OPEN(&file_system[i])(file, f); in open()
140 error = FS_OPEN(&file_system[i])(file, f); in open()
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/
Dnbfs.c140 error = FS_OPEN(&file_system[i])(file, f); in nbfs_fileopen()