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

  /external/strace/
file_handle.c 79 unsigned char f_handle[MAX_HANDLE_SZ]; local
88 f_handle)) {
89 tprints(", f_handle=0x");
91 tprintf("%02x", f_handle[i]);
118 unsigned char f_handle[MAX_HANDLE_SZ]; local
124 if (!umoven(tcp, addr + sizeof(h), h.handle_bytes, &f_handle)) {
127 tprints(", f_handle=0x");
129 tprintf("%02x", f_handle[i]);
  /external/strace/tests/
file_handle.c 57 unsigned char f_handle[0]; member in struct:file_handle
103 printf(" => %u, handle_type=%d, f_handle=",
135 printf(", f_handle=");
298 ", handle_type=%d, f_handle=0x",
301 printf("%02x", handle->f_handle[i]);
305 ", f_handle=0x", handle->handle_bytes, handle->handle_type);
307 printf("%02x", handle->f_handle[i]);
  /external/strace/tests-m32/
file_handle.c 57 unsigned char f_handle[0]; member in struct:file_handle
103 printf(" => %u, handle_type=%d, f_handle=",
135 printf(", f_handle=");
298 ", handle_type=%d, f_handle=0x",
301 printf("%02x", handle->f_handle[i]);
305 ", f_handle=0x", handle->handle_bytes, handle->handle_type);
307 printf("%02x", handle->f_handle[i]);
  /external/strace/tests-mx32/
file_handle.c 57 unsigned char f_handle[0]; member in struct:file_handle
103 printf(" => %u, handle_type=%d, f_handle=",
135 printf(", f_handle=");
298 ", handle_type=%d, f_handle=0x",
301 printf("%02x", handle->f_handle[i]);
305 ", f_handle=0x", handle->handle_bytes, handle->handle_type);
307 printf("%02x", handle->f_handle[i]);
  /external/tensorflow/tensorflow/core/kernels/data/
captured_function.cc 143 FunctionLibraryRuntime::Handle f_handle; local
145 func_.name(), AttrSlice(&func_.attr()), inst_opts, &f_handle));
146 const FunctionBody* fbody = lib->GetFunctionBody(f_handle);
158 new InstantiatedCapturedFunction(lib, f_handle, std::move(ret_types),
284 FunctionLibraryRuntime* lib, FunctionLibraryRuntime::Handle f_handle,
288 f_handle_(f_handle),
captured_function.h 96 FunctionLibraryRuntime* lib, FunctionLibraryRuntime::Handle f_handle,
iterator_ops.cc 867 FunctionLibraryRuntime::Handle f_handle; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/bpf/
cgroup_helpers.c 229 memcpy(id.raw_bytes, fhp->f_handle, 8);
  /external/libchrome/mojo/public/cpp/bindings/tests/
struct_with_traits_impl_traits.h 138 static ScopedHandle f_handle(test::MoveOnlyStructWithTraitsImpl& value) { function in struct:mojo::StructTraits
  /external/tensorflow/tensorflow/core/common_runtime/
function.cc 636 Handle f_handle; local
638 Instantiate(func.name(), AttrSlice(&func.attr()), options, &f_handle));
639 const FunctionBody* f_body = GetFunctionBody(f_handle);
    [all...]

Completed in 503 milliseconds