Lines Matching defs:f
126 FH f; in _fh_from_int() local
149 _fh_to_int( FH f ) in _fh_to_int()
161 FH f = NULL; in _fh_alloc() local
190 _fh_close( FH f ) in _fh_close()
214 _fh_file_init( FH f ) in _fh_file_init()
220 _fh_file_close( FH f ) in _fh_file_close()
228 _fh_file_read( FH f, void* buf, int len ) in _fh_file_read()
243 _fh_file_write( FH f, const void* buf, int len ) in _fh_file_write()
258 _fh_file_lseek( FH f, int pos, int origin ) in _fh_file_lseek()
305 FH f; in adb_open() local
364 FH f; in adb_creat() local
404 FH f = _fh_from_int(fd); in adb_read() local
416 FH f = _fh_from_int(fd); in adb_write() local
428 FH f = _fh_from_int(fd); in adb_lseek() local
440 FH f = _fh_from_int(fd); in adb_shutdown() local
454 FH f = _fh_from_int(fd); in adb_close() local
487 _fh_socket_init( FH f ) in _fh_socket_init()
495 _fh_socket_close( FH f ) in _fh_socket_close()
507 _fh_socket_lseek( FH f, int pos, int origin ) in _fh_socket_lseek()
514 _fh_socket_read( FH f, void* buf, int len ) in _fh_socket_read()
525 _fh_socket_write( FH f, const void* buf, int len ) in _fh_socket_write()
581 FH f = _fh_alloc( &_fh_socket_class ); in socket_loopback_client() local
618 FH f = _fh_alloc( &_fh_socket_class ); in socket_loopback_server() local
664 FH f = _fh_alloc( &_fh_socket_class ); in socket_network_client() local
706 FH f = _fh_alloc( &_fh_socket_class ); in socket_inaddr_any_server() local
1106 void _fh_socketpair_init( FH f ) in _fh_socketpair_init()
1112 _fh_socketpair_close( FH f ) in _fh_socketpair_close()
1135 _fh_socketpair_lseek( FH f, int pos, int origin ) in _fh_socketpair_lseek()
1142 _fh_socketpair_read( FH f, void* buf, int len ) in _fh_socketpair_read()
1159 _fh_socketpair_write( FH f, const void* buf, int len ) in _fh_socketpair_write()
1338 FH f = hook->fh; in event_hook_signal() local
1379 FH f = _fh_from_int(fd); in event_looper_hook() local
1952 static void _fh_file_hook( FH f, int events, EventHook hook ) in _fh_file_hook()
2071 static void _fh_socket_hook( FH f, int events, EventHook hook ) in _fh_socket_hook()