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

/haiku/src/tests/system/kernel/cache/
H A Dpages_io_test.cpp554 uint32 tempCount = 0; local
562 && tempCount < MAX_TEMP_IO_VECS;) {
580 tempVecs[tempCount].iov_base
582 tempVecs[tempCount].iov_len = tempVecSize;
583 tempCount++;
592 fileOffset, tempVecs, tempCount, &bytes, false);
595 fileOffset, tempVecs, tempCount, &bytes, false);
/haiku/src/tools/fs_shell/
H A Dvfs.cpp1814 uint32_t tempCount = 0; local
1822 && tempCount < MAX_TEMP_IO_VECS;) {
1840 tempVecs[tempCount].iov_base
1842 tempVecs[tempCount].iov_len = tempVecSize;
1843 tempCount++;
1852 tempCount, &bytes);
1855 tempCount, &bytes);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp3529 uint32 tempCount = 0; local
3537 && tempCount < MAX_TEMP_IO_VECS;) {
3555 tempVecs[tempCount].iov_base
3557 tempVecs[tempCount].iov_len = tempVecSize;
3558 tempCount++;
3572 zero_iovecs(tempVecs, tempCount, bytes);
3577 tempVecs, tempCount, &bytes);
3580 tempVecs, tempCount, &bytes);

Completed in 84 milliseconds