Searched defs:fno (Results 1 – 2 of 2) sorted by relevance
77 int __ghs_hostio_write (int fno, const void *buf, int size) in __ghs_hostio_write()111 int __ghs_hostio_read (int fno, void *buf, int size) in __ghs_hostio_read()203 int __ghs_hostio_close (int fno) in __ghs_hostio_close()224 off_t __ghs_hostio_lseek (int fno, off_t offset, int end) in __ghs_hostio_lseek()257 int __ghs_hostio_fcntl (int fno, int cmd, int arg) in __ghs_hostio_fcntl()
50 int fstat(int fno, struct stat *statptr) { in fstat()