Searched defs:xfer (Results 1 - 12 of 12) sorted by relevance

/fuchsia/zircon/system/ulib/fdio/
H A Dget-vmo.c59 size_t xfer = size < sizeof(buffer) ? size : sizeof(buffer); local
H A Dremoteio.c139 uint64_t xfer; local
163 uint64_t xfer; local
193 uint64_t xfer; local
217 uint64_t xfer; local
[all...]
/fuchsia/zircon/system/utest/core/
H A Dmain.c24 size_t xfer = (len > LOGBUF_MAX) ? LOGBUF_MAX : len; local
/fuchsia/zircon/system/dev/misc/console/
H A Dconsole.c105 size_t xfer = (count > MAX_WRITE_SIZE) ? MAX_WRITE_SIZE : count; local
/fuchsia/zircon/system/uapp/iotime/
H A Diotime.c68 size_t xfer = (n > bufsz) ? bufsz : n; local
147 size_t xfer = (n > bufsz) ? bufsz : n; local
/fuchsia/zircon/system/utest/fs-host/
H A Dtest-rw-workers.cpp86 uint32_t xfer = FBUFSIZE - off; local
/fuchsia/zircon/system/uapp/biotime/
H A Dbiotime.cpp124 size_t xfer; member in struct:__anon828
141 size_t xfer = a->xfer; local
[all...]
/fuchsia/zircon/system/utest/fs/
H A Dtest-rw-workers.c92 uint32_t xfer = FBUFSIZE - off; local
/fuchsia/zircon/system/utest/zxcrypt/
H A Dtest-device.cpp361 zx_handle_t xfer; local
/fuchsia/zircon/system/host/bootserver/
H A Dbootserver.c156 static int xfer(struct sockaddr_in6* addr, const char* local_name, const char* remote_name) { function
[all...]
/fuchsia/zircon/system/dev/input/hid/
H A Dhid.c279 size_t xfer; local
/fuchsia/zircon/system/ulib/minfs/
H A Dvnode.cpp1232 size_t xfer; local
1331 size_t xfer; local
[all...]

Completed in 170 milliseconds