Lines Matching defs:fildes
90 rmtabort(int fildes) in rmtabort()
104 command(int fildes, const char *buf) in command()
138 status(int fildes) in status()
392 _rmt_close(int fildes) in _rmt_close()
411 _rmt_read(int fildes, void *buf, size_t nbyte) in _rmt_read()
444 _rmt_write(int fildes, const void *buf, size_t nbyte) in _rmt_write()
472 _rmt_lseek(int fildes, off_t offset, int whence) in _rmt_lseek()
491 _rmt_ioctl(int fildes, unsigned long op, void *arg) in _rmt_ioctl()
684 rmtread(int fildes, void *buf, size_t nbyte) in rmtread()
701 rmtwrite(int fildes, const void *buf, size_t nbyte) in rmtwrite()
717 rmtlseek(int fildes, off_t offset, int whence) in rmtlseek()
732 rmtclose(int fildes) in rmtclose()
747 rmtioctl(int fildes, unsigned long request, ...) in rmtioctl()
776 rmtdup(int fildes) in rmtdup()
792 rmtfstat(int fildes, struct stat *buf) in rmtfstat()