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

  /external/strace/
file_handle.c 37 unsigned int handle_bytes; member in struct:__anon30180
68 tprintf("{handle_bytes=%u", h.handle_bytes);
70 set_tcb_priv_ulong(tcp, h.handle_bytes);
80 if (i != h.handle_bytes)
81 tprintf(" => %u", h.handle_bytes);
84 if (h.handle_bytes > MAX_HANDLE_SZ)
85 h.handle_bytes = MAX_HANDLE_SZ;
86 if (!umoven(tcp, addr + sizeof(h), h.handle_bytes,
89 for (i = 0; i < h.handle_bytes; ++i
    [all...]
  /external/strace/tests/
file_handle.c 55 unsigned int handle_bytes; member in struct:file_handle
104 fh->handle_bytes, fh->handle_type);
107 fh->handle_bytes);
131 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes,
138 fh->handle_bytes);
229 { (uintptr_t) handle_0, "{handle_bytes=256}" },
230 { (uintptr_t) handle_8, "{handle_bytes=0}" },
231 { (uintptr_t) handle_128, "{handle_bytes=128}" },
232 { (uintptr_t) handle_256, "{handle_bytes=256}" }
    [all...]
  /external/strace/tests-m32/
file_handle.c 55 unsigned int handle_bytes; member in struct:file_handle
104 fh->handle_bytes, fh->handle_type);
107 fh->handle_bytes);
131 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes,
138 fh->handle_bytes);
229 { (uintptr_t) handle_0, "{handle_bytes=256}" },
230 { (uintptr_t) handle_8, "{handle_bytes=0}" },
231 { (uintptr_t) handle_128, "{handle_bytes=128}" },
232 { (uintptr_t) handle_256, "{handle_bytes=256}" }
    [all...]
  /external/strace/tests-mx32/
file_handle.c 55 unsigned int handle_bytes; member in struct:file_handle
104 fh->handle_bytes, fh->handle_type);
107 fh->handle_bytes);
131 printf("{handle_bytes=%u, handle_type=%d", fh->handle_bytes,
138 fh->handle_bytes);
229 { (uintptr_t) handle_0, "{handle_bytes=256}" },
230 { (uintptr_t) handle_8, "{handle_bytes=0}" },
231 { (uintptr_t) handle_128, "{handle_bytes=128}" },
232 { (uintptr_t) handle_256, "{handle_bytes=256}" }
    [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
  /system/tpm/trunks/
tpm_generated.cc 10921 std::string handle_bytes; local
14477 std::string handle_bytes; local
15134 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 2538 milliseconds