Searched refs:iov_count (Results 1 – 3 of 3) sorted by relevance
46 void klog_writev(int level, const struct iovec* iov, int iov_count) { in klog_writev() argument51 TEMP_FAILURE_RETRY(writev(klog_fd, iov, iov_count)); in klog_writev()
30 void klog_writev(int level, const struct iovec* iov, int iov_count);