Searched refs:f_handle (Results 1 - 10 of 10) sorted by relevance

/external/strace/
H A Dfile_handle.c79 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/syslinux/win/
H A Dsyslinux.c292 HANDLE f_handle, d_handle; local
407 f_handle = CreateFile(ldlinux_name, GENERIC_READ | GENERIC_WRITE,
413 if (f_handle == INVALID_HANDLE_VALUE) {
419 if (!WriteFile(f_handle, (const char _force *)syslinux_ldlinux,
425 if (!WriteFile(f_handle, syslinux_adv, 2 * ADV_SIZE,
433 if (!FlushFileBuffers(f_handle)) {
456 NtfsSectGetFileVcnExtent(f_handle, &vcn, &extent) == ERROR_SUCCESS;
495 if (SetFilePointer(f_handle, 0, NULL, FILE_BEGIN) != 0 ||
496 !WriteFile(f_handle, syslinux_ldlinux, syslinux_ldlinux_len,
518 CloseHandle(f_handle);
[all...]
/external/syslinux/com32/gfxboot/
H A Drealmode_callback.asm66 mov [f_handle],si
88 mov si,[f_handle]
96 mov [f_handle],si
184 f_handle dw 0 define
/external/strace/tests/
H A Dfile_handle.c58 unsigned char f_handle[0]; member in struct:file_handle
104 printf(" => %u, handle_type=%d, f_handle=",
136 printf(", f_handle=");
299 ", handle_type=%d, f_handle=0x",
302 printf("%02x", handle->f_handle[i]);
306 ", f_handle=0x", handle->handle_bytes, handle->handle_type);
308 printf("%02x", handle->f_handle[i]);
/external/strace/tests-m32/
H A Dfile_handle.c58 unsigned char f_handle[0]; member in struct:file_handle
104 printf(" => %u, handle_type=%d, f_handle=",
136 printf(", f_handle=");
299 ", handle_type=%d, f_handle=0x",
302 printf("%02x", handle->f_handle[i]);
306 ", f_handle=0x", handle->handle_bytes, handle->handle_type);
308 printf("%02x", handle->f_handle[i]);
/external/strace/tests-mx32/
H A Dfile_handle.c58 unsigned char f_handle[0]; member in struct:file_handle
104 printf(" => %u, handle_type=%d, f_handle=",
136 printf(", f_handle=");
299 ", handle_type=%d, f_handle=0x",
302 printf("%02x", handle->f_handle[i]);
306 ", f_handle=0x", handle->handle_bytes, handle->handle_type);
308 printf("%02x", handle->f_handle[i]);
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dstruct_with_traits_impl_traits.h104 static ScopedHandle f_handle(test::PassByValueStructWithTraitsImpl& value) { function in struct:mojo::StructTraits
/external/tensorflow/tensorflow/core/kernels/data/
H A Diterator_ops.cc764 FunctionLibraryRuntime::Handle f_handle; local
767 &f_handle));
784 ctx->function_library()->Run(opts, f_handle, {}, &return_values,
/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction.cc451 Handle f_handle; local
453 Instantiate(func.name(), AttrSlice(&func.attr()), options, &f_handle));
454 const FunctionBody* f_body = GetFunctionBody(f_handle);
/external/valgrind/include/vki/
H A Dvki-linux.h3385 unsigned char f_handle[0]; member in struct:vki_file_handle

Completed in 418 milliseconds