Home
last modified time | relevance | path

Searched refs:write_cnt (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/usr.sbin/bhyve/
H A Dsnapshot.c934 ssize_t write_cnt; in vm_save_kern_struct() local
947 write_cnt = write(data_fd, meta->buffer.buf_start, data_size); in vm_save_kern_struct()
948 if (write_cnt < 0 || (size_t)write_cnt != data_size) { in vm_save_kern_struct()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3627 SIZE_T write_cnt = res + (res < len);
3628 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dest, write_cnt * sizeof(wchar_t));
3646 SIZE_T write_cnt = res + !*src;
3647 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dest, write_cnt * sizeof(wchar_t));
3674 SIZE_T write_cnt = res + !*src;
3694 SIZE_T write_cnt = res + (res < len);
3695 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dest, write_cnt);
3711 SIZE_T write_cnt = res + !*src;
3712 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dest, write_cnt);
3739 SIZE_T write_cnt = res + !*src;
[all …]