Lines Matching defs:f
151 FH f; in _fh_from_int() local
176 _fh_to_int( FH f ) in _fh_to_int()
187 FH f = nullptr; in _fh_alloc() local
211 _fh_close( FH f ) in _fh_close()
257 static void _fh_file_init(FH f) { in _fh_file_init()
261 static int _fh_file_close(FH f) { in _fh_file_close()
267 static int _fh_file_read(FH f, void* buf, int len) { in _fh_file_read()
280 static int _fh_file_write(FH f, const void* buf, int len) { in _fh_file_write()
293 static int _fh_file_writev(FH f, const adb_iovec* iov, int iovcnt) { in _fh_file_writev()
319 static int64_t _fh_file_lseek(FH f, int64_t pos, int origin) { in _fh_file_lseek()
354 FH f; in adb_open() local
419 FH f; in adb_creat() local
460 FH f = _fh_from_int(fd, __func__); in adb_read() local
471 FH f = _fh_from_int(fd, __func__); in adb_write() local
482 FH f = _fh_from_int(fd, __func__); in adb_writev() local
493 FH f = _fh_from_int(fd, __func__); in adb_lseek() local
502 FH f = _fh_from_int(fd, __func__); in adb_close() local
618 static void _fh_socket_init(FH f) { in _fh_socket_init()
622 static int _fh_socket_close(FH f) { in _fh_socket_close()
643 static int64_t _fh_socket_lseek(FH f, int64_t pos, int origin) { in _fh_socket_lseek()
648 static int _fh_socket_read(FH f, void* buf, int len) { in _fh_socket_read()
664 static int _fh_socket_write(FH f, const void* buf, int len) { in _fh_socket_write()
693 static int _fh_socket_writev(FH f, const adb_iovec* iov, int iovcnt) { in _fh_socket_writev()
772 unique_fh f(_fh_alloc(&_fh_socket_class)); in network_loopback_client() local
820 unique_fh f(_fh_alloc(&_fh_socket_class)); in _network_server() local
896 unique_fh f(_fh_alloc(&_fh_socket_class)); in network_connect() local
970 FH f = _fh_alloc(&_fh_socket_class); in adb_register_socket() local
1072 FH f = _fh_from_int(fd, __func__); in adb_shutdown() local