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

/haiku/src/tests/system/kernel/cache/
H A Dpages_io_test.cpp553 iovec tempVecs[MAX_TEMP_IO_VECS]; local
557 // (fileLeft) has been assigned to tempVecs
560 // assign what is left of the current fileVec to the tempVecs
580 tempVecs[tempCount].iov_base
582 tempVecs[tempCount].iov_len = tempVecSize;
592 fileOffset, tempVecs, tempCount, &bytes, false);
595 fileOffset, tempVecs, tempCount, &bytes, false);
/haiku/src/tools/fs_shell/
H A Dvfs.cpp1813 fssh_iovec tempVecs[MAX_TEMP_IO_VECS]; local
1817 // (fileLeft) has been assigned to tempVecs
1820 // assign what is left of the current fileVec to the tempVecs
1840 tempVecs[tempCount].iov_base
1842 tempVecs[tempCount].iov_len = tempVecSize;
1851 status = fssh_write_pages(fd, fileOffset, tempVecs,
1854 status = fssh_read_pages(fd, fileOffset, tempVecs,
/haiku/src/system/kernel/fs/
H A Dvfs.cpp3528 iovec tempVecs[MAX_TEMP_IO_VECS]; local
3532 // (fileLeft) has been assigned to tempVecs
3535 // assign what is left of the current fileVec to the tempVecs
3555 tempVecs[tempCount].iov_base
3557 tempVecs[tempCount].iov_len = tempVecSize;
3572 zero_iovecs(tempVecs, tempCount, bytes);
3577 tempVecs, tempCount, &bytes);
3580 tempVecs, tempCount, &bytes);

Completed in 114 milliseconds