Back to home page

LXR

 
 

    


Warning, /testsuites/psxtests/psxrdwrv/psxrdwrv.scn is written in an unsupported language. File is not indexed.

0001 *** POSIX TEST READV/WRITEV ***
0002 writev bad file descriptor -- EBADF
0003 readv bad file descriptor -- EBADF
0004 writev bad iovec pointer -- EINVAL
0005 readv bad iovec pointer -- EINVAL
0006 writev bad iovcnt of 0 -- EINVAL
0007 readv bad iovcnt of 0 -- EINVAL
0008 writev bad iovcnt negative -- EINVAL
0009 readv bad iovcnt negative -- EINVAL
0010 writev bad iov[i].iov_base -- EINVAL
0011 readv bad iov[i].iov_base -- EINVAL
0012 writev bad iov[i].iov_len < 0 -- EINVAL
0013 readv bad iov[i].iov_len < 0 -- EINVAL
0014 writev iov_len total overflows -- EINVAL
0015 readv iov_len total overflows -- EINVAL
0016 writev iov_len works with no effect -- OK
0017 readv iov_len works with no effect -- OK
0018 readv bad iovcnt of IOV_MAX + 1 -- EINVAL
0019 writev bad iovcnt of IOV_MAX + 1 -- EINVAL
0020 File written using writev .. OK
0021 File read using readv .. OK
0022 *** END OF TEST PSXRDWRV ***