Searched defs:fh (Results 1 - 2 of 2) sorted by relevance

/system/core/sdcard/
H A Dfuse.h296 __u64 fh; member in struct:fuse_getattr_in
333 __u64 fh; member in struct:fuse_setattr_in
362 __u64 fh; member in struct:fuse_open_out
368 __u64 fh; member in struct:fuse_release_in
375 __u64 fh; member in struct:fuse_flush_in
382 __u64 fh; member in struct:fuse_read_in
394 __u64 fh; member in struct:fuse_write_in
415 __u64 fh; member in struct:fuse_fsync_in
436 __u64 fh; member in struct:fuse_lk_in
505 __u64 fh; member in struct:fuse_ioctl_in
521 __u64 fh; member in struct:fuse_poll_in
[all...]
/system/core/adb/
H A Dsysdeps_win32.c755 FH fh; local
762 fh = _fh_alloc( &_fh_socket_class );
763 if (!fh) {
768 fh->fh_socket = accept( serverfh->fh_socket, addr, addrlen );
769 if (fh->fh_socket == INVALID_SOCKET) {
770 _fh_close( fh );
775 snprintf( fh->name, sizeof(fh->name), "%d(accept:%s)", _fh_to_int(fh), serverfh->name );
776 D( "adb_socket_accept on fd %d returns fd %d\n", serverfd, _fh_to_int(fh) );
783 FH fh = _fh_from_int(fd); local
1283 FH fh; member in struct:EventHookRec_
1411 FH fh = _fh_from_int(fd); local
2009 FH fh = hook->fh; local
2040 FH fh = hook->fh; local
2057 FH fh = hook->fh; local
2087 FH fh = hook->fh; local
2101 FH fh = hook->fh; local
2127 _fh_socketpair_hook( FH fh, int events, EventHook hook ) argument
[all...]

Completed in 354 milliseconds