Searched refs:cur_count (Results 1 – 2 of 2) sorted by relevance
89 typeset cur_ace cur_count91 cur_count=$(count_ACE $node)99 if [[ "$expect_count" != "$cur_count" ]]; then100 log_fail "FAIL: '$expect_count' != '$cur_count'"
1522 unsigned int cur_count; in _t_gather() local1527 cur_count = 0; in _t_gather()1532 cur_count = (int)tiov[i].iov_len; in _t_gather()1534 cur_count = nbytes_remaining; in _t_gather()1535 (void) memcpy(curptr, tiov[i].iov_base, cur_count); in _t_gather()1536 curptr += cur_count; in _t_gather()1537 nbytes_remaining -= cur_count; in _t_gather()