Lines Matching defs:f

177     FH  f;  in _fh_from_int()  local
200 _fh_to_int( FH f ) in _fh_to_int()
212 FH f = NULL; in _fh_alloc() local
241 _fh_close( FH f ) in _fh_close()
260 static void _fh_file_init( FH f ) { in _fh_file_init()
264 static int _fh_file_close( FH f ) { in _fh_file_close()
270 static int _fh_file_read( FH f, void* buf, int len ) { in _fh_file_read()
283 static int _fh_file_write( FH f, const void* buf, int len ) { in _fh_file_write()
296 static int _fh_file_lseek( FH f, int pos, int origin ) { in _fh_file_lseek()
331 FH f; in adb_open() local
390 FH f; in adb_creat() local
430 FH f = _fh_from_int(fd); in adb_read() local
442 FH f = _fh_from_int(fd); in adb_write() local
454 FH f = _fh_from_int(fd); in adb_lseek() local
466 FH f = _fh_from_int(fd); in adb_shutdown() local
481 FH f = _fh_from_int(fd); in adb_close() local
513 static void _fh_socket_init( FH f ) { in _fh_socket_init()
519 static int _fh_socket_close( FH f ) { in _fh_socket_close()
529 static int _fh_socket_lseek( FH f, int pos, int origin ) { in _fh_socket_lseek()
534 static int _fh_socket_read(FH f, void* buf, int len) { in _fh_socket_read()
543 static int _fh_socket_write(FH f, const void* buf, int len) { in _fh_socket_write()
586 FH f = _fh_alloc( &_fh_socket_class ); in socket_loopback_client() local
623 FH f = _fh_alloc( &_fh_socket_class ); in socket_loopback_server() local
669 FH f = _fh_alloc( &_fh_socket_class ); in socket_network_client() local
718 FH f = _fh_alloc( &_fh_socket_class ); in socket_inaddr_any_server() local
1119 void _fh_socketpair_init( FH f ) in _fh_socketpair_init()
1125 _fh_socketpair_close( FH f ) in _fh_socketpair_close()
1148 _fh_socketpair_lseek( FH f, int pos, int origin ) in _fh_socketpair_lseek()
1155 _fh_socketpair_read( FH f, void* buf, int len ) in _fh_socketpair_read()
1172 _fh_socketpair_write( FH f, const void* buf, int len ) in _fh_socketpair_write()
1348 FH f = hook->fh; in event_hook_signal() local
1389 FH f = _fh_from_int(fd); in event_looper_hook() local
1962 static void _fh_file_hook( FH f, int events, EventHook hook ) in _fh_file_hook()
2081 static void _fh_socket_hook( FH f, int events, EventHook hook ) in _fh_socket_hook()