Searched defs:xfer (Results 1 – 11 of 11) sorted by relevance
68 size_t xfer = (n > bufsz) ? bufsz : n; in iotime_posix() local147 size_t xfer = (n > bufsz) ? bufsz : n; in iotime_fifo() local
24 size_t xfer = (len > LOGBUF_MAX) ? LOGBUF_MAX : len; in log_write() local
124 size_t xfer; member141 size_t xfer = a->xfer; in bio_random_thread() local
58 size_t xfer = size < sizeof(buffer) ? size : sizeof(buffer); in read_file_into_vmo() local
105 size_t xfer = (count > MAX_WRITE_SIZE) ? MAX_WRITE_SIZE : count; in console_write() local
86 uint32_t xfer = FBUFSIZE - off; in worker_rw() local
384 zx_handle_t xfer; in Connect() local
92 uint32_t xfer = FBUFSIZE - off; in worker_rw() local
162 static int xfer(struct sockaddr_in6* addr, const char* local_name, const char* remote_name) { in xfer() function
174 size_t xfer; in hid_read_instance() local
1234 size_t xfer; in ReadInternal() local1335 size_t xfer; in WriteInternal() local
Completed in 36 milliseconds