Home | History | Annotate | Download | only in tests-m32

Lines Matching defs:handle_bytes

55 	unsigned int handle_bytes;
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}" },
267 handle_0->handle_bytes = 256;
268 handle_8->handle_bytes = 0;
269 handle_128->handle_bytes = 128;
270 handle_256->handle_bytes = 256;
278 handle->handle_bytes = 0;
284 printf("name_to_handle_at(AT_FDCWD, \".\", {handle_bytes=0}, %p"
291 printf("name_to_handle_at(AT_FDCWD, \".\", {handle_bytes=0 => %u}"
293 handle->handle_bytes, &mount_id);
297 printf("name_to_handle_at(AT_FDCWD, \".\", {handle_bytes=%u"
299 handle->handle_bytes, handle->handle_type);
300 for (i = 0; i < handle->handle_bytes; ++i)
304 printf("open_by_handle_at(-1, {handle_bytes=%u, handle_type=%d"
305 ", f_handle=0x", handle->handle_bytes, handle->handle_type);
306 for (i = 0; i < handle->handle_bytes; ++i)