Home
last modified time | relevance | path

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

/external/strace/
Dfile_handle.c35 unsigned int handle_bytes; member
65 tprintf("{handle_bytes=%u", h.handle_bytes); in SYS_FUNC()
71 tcp->auxstr = (void *) (unsigned long) 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()
122 h.handle_bytes, h.handle_type); in SYS_FUNC()
[all …]
/external/strace/tests/
Dfile_handle.c50 handle->handle_bytes = 0; in main()
69 handle->handle_bytes, &mount_id); in main()
74 handle->handle_bytes, handle->handle_type); in main()
75 for (i = 0; i < handle->handle_bytes; ++i) in main()
81 ", f_handle=0x", handle->handle_bytes, handle->handle_type); in main()
82 for (i = 0; i < handle->handle_bytes; ++i) in main()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c4730 … PRE_MEM_READ( "name_to_handle_at(handle)", (Addr)&fh->handle_bytes, sizeof(fh->handle_bytes) ); in PRE()
4731 …_WRITE( "name_to_handle_at(handle)", (Addr)fh, sizeof(struct vki_file_handle) + fh->handle_bytes ); in PRE()
4739 POST_MEM_WRITE( ARG3, sizeof(struct vki_file_handle) + fh->handle_bytes ); in POST()
4751 …t(handle)", ARG2, sizeof(struct vki_file_handle) + ((struct vki_file_handle*)ARG2)->handle_bytes ); in PRE()
/external/valgrind/include/vki/
Dvki-linux.h3351 __vki_u32 handle_bytes; member