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

  /src/sys/lib/libsa/
write.c 93 if ((errno = FS_WRITE(f->f_ops)(f, dest, bcount, &resid)))
stand.h 148 #define FS_WRITE(fs) ((fs)->write)
160 #define FS_WRITE(fs) ___CONCAT(LIBSA_SINGLE_FILESYSTEM,_write)

Completed in 12 milliseconds