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

  /src/sys/lib/libsa/
open.c 130 error = FS_OPEN(&file_system[i])(file, f);
140 error = FS_OPEN(&file_system[i])(file, f);
stand.h 145 #define FS_OPEN(fs) ((fs)->open)
157 #define FS_OPEN(fs) ___CONCAT(LIBSA_SINGLE_FILESYSTEM,_open)
  /src/sys/arch/acorn32/stand/nbfs/
nbfs.c 140 error = FS_OPEN(&file_system[i])(file, f);

Completed in 13 milliseconds