Searched refs:handle_bytes (Results 1 - 6 of 6) sorted by relevance

/external/strace/
H A Dfile_handle.c38 unsigned int handle_bytes; member in struct:__anon21963
69 tprintf("{handle_bytes=%u", h.handle_bytes);
71 set_tcb_priv_ulong(tcp, h.handle_bytes);
81 if (i != h.handle_bytes)
82 tprintf(" => %u", h.handle_bytes);
85 if (h.handle_bytes > MAX_HANDLE_SZ)
86 h.handle_bytes = MAX_HANDLE_SZ;
87 if (!umoven(tcp, addr + sizeof(h), h.handle_bytes,
90 for (i = 0; i < h.handle_bytes;
[all...]
/external/strace/tests/
H A Dfile_handle.c56 unsigned int handle_bytes; member in struct:file_handle
105 fh->handle_bytes, fh->handle_type);
108 fh->handle_bytes);
132 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes,
139 fh->handle_bytes);
230 { (uintptr_t) handle_0, "{handle_bytes=256}" },
231 { (uintptr_t) handle_8, "{handle_bytes=0}" },
232 { (uintptr_t) handle_128, "{handle_bytes=128}" },
233 { (uintptr_t) handle_256, "{handle_bytes
[all...]
/external/strace/tests-m32/
H A Dfile_handle.c56 unsigned int handle_bytes; member in struct:file_handle
105 fh->handle_bytes, fh->handle_type);
108 fh->handle_bytes);
132 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes,
139 fh->handle_bytes);
230 { (uintptr_t) handle_0, "{handle_bytes=256}" },
231 { (uintptr_t) handle_8, "{handle_bytes=0}" },
232 { (uintptr_t) handle_128, "{handle_bytes=128}" },
233 { (uintptr_t) handle_256, "{handle_bytes
[all...]
/external/strace/tests-mx32/
H A Dfile_handle.c56 unsigned int handle_bytes; member in struct:file_handle
105 fh->handle_bytes, fh->handle_type);
108 fh->handle_bytes);
132 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes,
139 fh->handle_bytes);
230 { (uintptr_t) handle_0, "{handle_bytes=256}" },
231 { (uintptr_t) handle_8, "{handle_bytes=0}" },
232 { (uintptr_t) handle_128, "{handle_bytes=128}" },
233 { (uintptr_t) handle_256, "{handle_bytes
[all...]
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux.c5295 PRE_MEM_READ( "name_to_handle_at(handle)", (Addr)&fh->handle_bytes, sizeof(fh->handle_bytes) );
5296 PRE_MEM_WRITE( "name_to_handle_at(handle)", (Addr)fh, sizeof(struct vki_file_handle) + fh->handle_bytes );
5304 POST_MEM_WRITE( ARG3, sizeof(struct vki_file_handle) + fh->handle_bytes );
5316 PRE_MEM_READ( "open_by_handle_at(handle)", ARG2, sizeof(struct vki_file_handle) + ((struct vki_file_handle*)ARG2)->handle_bytes );
/external/valgrind/include/vki/
H A Dvki-linux.h3382 __vki_u32 handle_bytes; member in struct:vki_file_handle

Completed in 372 milliseconds