Home
last modified time | relevance | path

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

/external/strace/
Dfile_handle.c38 unsigned int handle_bytes; member
69 tprintf("{handle_bytes=%u", h.handle_bytes); in SYS_FUNC()
71 set_tcb_priv_ulong(tcp, h.handle_bytes); in SYS_FUNC()
81 if (i != h.handle_bytes) in SYS_FUNC()
82 tprintf(" => %u", h.handle_bytes); in SYS_FUNC()
85 if (h.handle_bytes > MAX_HANDLE_SZ) in SYS_FUNC()
86 h.handle_bytes = MAX_HANDLE_SZ; in SYS_FUNC()
87 if (!umoven(tcp, addr + sizeof(h), h.handle_bytes, in SYS_FUNC()
90 for (i = 0; i < h.handle_bytes; ++i) in SYS_FUNC()
121 h.handle_bytes, h.handle_type); in SYS_FUNC()
[all …]
/external/strace/tests-mx32/
Dfile_handle.c56 unsigned int handle_bytes; member
105 fh->handle_bytes, fh->handle_type); in do_name_to_handle_at()
108 fh->handle_bytes); in do_name_to_handle_at()
132 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes, in do_open_by_handle_at()
139 fh->handle_bytes); in do_open_by_handle_at()
268 handle_0->handle_bytes = 256; in main()
269 handle_8->handle_bytes = 0; in main()
270 handle_128->handle_bytes = 128; in main()
271 handle_256->handle_bytes = 256; in main()
279 handle->handle_bytes = 0; in main()
[all …]
/external/strace/tests-m32/
Dfile_handle.c56 unsigned int handle_bytes; member
105 fh->handle_bytes, fh->handle_type); in do_name_to_handle_at()
108 fh->handle_bytes); in do_name_to_handle_at()
132 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes, in do_open_by_handle_at()
139 fh->handle_bytes); in do_open_by_handle_at()
268 handle_0->handle_bytes = 256; in main()
269 handle_8->handle_bytes = 0; in main()
270 handle_128->handle_bytes = 128; in main()
271 handle_256->handle_bytes = 256; in main()
279 handle->handle_bytes = 0; in main()
[all …]
/external/strace/tests/
Dfile_handle.c56 unsigned int handle_bytes; member
105 fh->handle_bytes, fh->handle_type); in do_name_to_handle_at()
108 fh->handle_bytes); in do_name_to_handle_at()
132 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes, in do_open_by_handle_at()
139 fh->handle_bytes); in do_open_by_handle_at()
268 handle_0->handle_bytes = 256; in main()
269 handle_8->handle_bytes = 0; in main()
270 handle_128->handle_bytes = 128; in main()
271 handle_256->handle_bytes = 256; in main()
279 handle->handle_bytes = 0; in main()
[all …]
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c5295 … PRE_MEM_READ( "name_to_handle_at(handle)", (Addr)&fh->handle_bytes, sizeof(fh->handle_bytes) ); in PRE()
5296 …_WRITE( "name_to_handle_at(handle)", (Addr)fh, sizeof(struct vki_file_handle) + fh->handle_bytes ); in PRE()
5304 POST_MEM_WRITE( ARG3, sizeof(struct vki_file_handle) + fh->handle_bytes ); in POST()
5316 …t(handle)", ARG2, sizeof(struct vki_file_handle) + ((struct vki_file_handle*)ARG2)->handle_bytes ); in PRE()
/external/valgrind/include/vki/
Dvki-linux.h3382 __vki_u32 handle_bytes; member