Searched refs:fh (Results 1 - 3 of 3) 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...]
H A Dsdcard.c561 TRACE("[%d] GETATTR flags=%x fh=%llx @ %llx (%s)\n", handler->token,
562 req->getattr_flags, req->fh, hdr->nodeid, node ? node->name : "?");
580 TRACE("[%d] SETATTR fh=%llx valid=%x @ %llx (%s)\n", handler->token,
581 req->fh, req->valid, hdr->nodeid, node ? node->name : "?");
828 out.fh = ptr_to_id(h);
838 struct handle *h = id_to_ptr(req->fh);
866 struct handle *h = id_to_ptr(req->fh);
914 struct handle *h = id_to_ptr(req->fh);
926 struct handle *h = id_to_ptr(req->fh);
972 out.fh
[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 85 milliseconds