Searched refs:bytes_copied (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/libkern/kxld/tests/
H A Dkextcopyright.c84 u_long bytes_copied = 0; local
106 bytes_copied = strlcpy(converted_string, (const char *) data_bytes,
108 if (bytes_copied != converted_len) {
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dcopyio.c83 vm_size_t bytes_copied; local
176 &bytes_copied);
183 *lencopied = bytes_copied;
191 if (*(kernel_addr + bytes_copied - 1) == 0) {
/darwin-on-arm/xnu/osfmk/i386/
H A Dcopyio.c143 vm_size_t bytes_copied; local
313 error = copyinstr_user(user_offset, kernel_addr, cnt, &bytes_copied);
320 *lencopied += bytes_copied;
336 if (*(kernel_addr + bytes_copied - 1) == 0) {
356 assert(cnt == bytes_copied);

Completed in 75 milliseconds