Lines Matching defs:f
145 FH f; in _fh_from_int() local
167 static int _fh_to_int(FH f) { in _fh_to_int()
175 FH f = nullptr; in _fh_alloc() local
197 static int _fh_close(FH f) { in _fh_close()
242 static void _fh_file_init(FH f) { in _fh_file_init()
246 static int _fh_file_close(FH f) { in _fh_file_close()
252 static int _fh_file_read(FH f, void* buf, int len) { in _fh_file_read()
265 static int _fh_file_write(FH f, const void* buf, int len) { in _fh_file_write()
278 static int _fh_file_writev(FH f, const adb_iovec* iov, int iovcnt) { in _fh_file_writev()
304 static int64_t _fh_file_lseek(FH f, int64_t pos, int origin) { in _fh_file_lseek()
330 static intptr_t _fh_file_get_os_handle(FH f) { in _fh_file_get_os_handle()
343 FH f; in adb_open() local
408 FH f; in adb_creat() local
449 FH f = _fh_from_int(fd, __func__); in adb_read() local
480 FH f = _fh_from_int(fd, __func__); in adb_write() local
491 FH f = _fh_from_int(fd, __func__); in adb_writev() local
521 FH f = _fh_from_int(fd, __func__); in adb_lseek() local
530 FH f = _fh_from_int(fd, __func__); in adb_close() local
543 FH f = _fh_from_int(fd, __func__); in adb_get_os_handle() local
660 static void _fh_socket_init(FH f) { in _fh_socket_init()
664 static int _fh_socket_close(FH f) { in _fh_socket_close()
676 static int64_t _fh_socket_lseek(FH f, int64_t pos, int origin) { in _fh_socket_lseek()
681 static int _fh_socket_read(FH f, void* buf, int len) { in _fh_socket_read()
697 static int _fh_socket_write(FH f, const void* buf, int len) { in _fh_socket_write()
726 static int _fh_socket_writev(FH f, const adb_iovec* iov, int iovcnt) { in _fh_socket_writev()
750 static intptr_t _fh_socket_get_os_handle(FH f) { in _fh_socket_get_os_handle()
808 unique_fh f(_fh_alloc(&_fh_socket_class)); in adb_socket() local
1003 unique_fh f(_fh_alloc(&_fh_socket_class)); in network_loopback_client() local
1051 unique_fh f(_fh_alloc(&_fh_socket_class)); in _network_server() local
1128 unique_fh f(_fh_alloc(&_fh_socket_class)); in network_connect() local
1222 FH f = _fh_alloc(&_fh_socket_class); in adb_register_socket() local
1324 FH f = _fh_from_int(fd, __func__); in adb_shutdown() local