Lines Matching refs:fno
20 int write (int fno, const void *buf, int size);
21 int read (int fno, void *buf, int size);
24 int close (int fno);
28 long long lseek (int fno, long long offset, int end);
30 long lseek (int fno, long offset, int end);
33 int fcntl (int fno, int cmd, int arg);
37 int __ghs_hostio_write (int fno, const void *buf, int size);
38 int __ghs_hostio_read (int fno, void *buf, int size);
41 int __ghs_hostio_close (int fno);
42 long __ghs_hostio_lseek (int fno, long offset, int end);
44 int __ghs_hostio_fcntl (int fno, int cmd, int arg);