HomeSort by relevance Sort by last modified time
    Searched refs:calc_iov_length (Results 1 - 2 of 2) sorted by null

  /external/qemu/
net-android.c 567 static ssize_t calc_iov_length(const struct iovec *iov, int iovcnt) function
593 ret = calc_iov_length(iov, iovcnt);
619 max_len = calc_iov_length(iov, iovcnt);
646 return calc_iov_length(iov, iovcnt);
    [all...]
net.c 534 static ssize_t calc_iov_length(const struct iovec *iov, int iovcnt) function
560 ret = calc_iov_length(iov, iovcnt);
586 max_len = calc_iov_length(iov, iovcnt);
613 return calc_iov_length(iov, iovcnt);
    [all...]

Completed in 43 milliseconds