HomeSort by relevance Sort by last modified time
    Searched refs:handle_bytes (Results 1 - 7 of 7) sorted by null

  /external/strace/
file_handle.c 35 unsigned int handle_bytes; member in struct:__anon22844
65 tprintf("{handle_bytes=%u", h.handle_bytes);
71 tcp->auxstr = (void *) (unsigned long) 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; ++i
    [all...]
  /external/strace/tests/
file_handle.c 50 handle->handle_bytes = 0;
57 printf("name_to_handle_at(AT_FDCWD, \".\", {handle_bytes=0}, %p"
66 printf("name_to_handle_at(AT_FDCWD, \".\", {handle_bytes=0 => %u}"
69 handle->handle_bytes, &mount_id);
72 printf("name_to_handle_at(AT_FDCWD, \".\", {handle_bytes=%u"
74 handle->handle_bytes, handle->handle_type);
75 for (i = 0; i < handle->handle_bytes; ++i)
80 printf("open_by_handle_at(-1, {handle_bytes=%u, handle_type=%d"
81 ", f_handle=0x", handle->handle_bytes, handle->handle_type);
82 for (i = 0; i < handle->handle_bytes; ++i
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 241 unsigned int handle_bytes; member in struct:file_handle
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 256 unsigned int handle_bytes; member in struct:file_handle
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c     [all...]
  /system/tpm/trunks/
tpm_generated.cc 12986 std::string handle_bytes; local
17511 std::string handle_bytes; local
18334 std::string handle_bytes; local
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 3351 __vki_u32 handle_bytes; member in struct:vki_file_handle
    [all...]

Completed in 143 milliseconds