Lines Matching defs:f
203 FH f; in _fh_from_int() local
228 _fh_to_int( FH f ) in _fh_to_int()
239 FH f = NULL; in _fh_alloc() local
266 _fh_close( FH f ) in _fh_close()
313 static void _fh_file_init( FH f ) { in _fh_file_init()
317 static int _fh_file_close( FH f ) { in _fh_file_close()
323 static int _fh_file_read( FH f, void* buf, int len ) { in _fh_file_read()
336 static int _fh_file_write( FH f, const void* buf, int len ) { in _fh_file_write()
349 static int _fh_file_lseek( FH f, int pos, int origin ) { in _fh_file_lseek()
384 FH f; in adb_open() local
447 FH f; in adb_creat() local
492 FH f = _fh_from_int(fd, __func__); in adb_read() local
504 FH f = _fh_from_int(fd, __func__); in adb_write() local
516 FH f = _fh_from_int(fd, __func__); in adb_lseek() local
528 FH f = _fh_from_int(fd, __func__); in adb_close() local
712 static void _fh_socket_init(FH f) { in _fh_socket_init()
717 static int _fh_socket_close( FH f ) { in _fh_socket_close()
739 static int _fh_socket_lseek( FH f, int pos, int origin ) { in _fh_socket_lseek()
744 static int _fh_socket_read(FH f, void* buf, int len) { in _fh_socket_read()
760 static int _fh_socket_write(FH f, const void* buf, int len) { in _fh_socket_write()
845 unique_fh f(_fh_alloc(&_fh_socket_class)); in network_loopback_client() local
897 unique_fh f(_fh_alloc(&_fh_socket_class)); in _network_server() local
975 unique_fh f(_fh_alloc(&_fh_socket_class)); in network_connect() local
1133 FH f = _fh_from_int(fd, __func__); in adb_shutdown() local