Lines Matching refs:test_syscall
18 if {[llength [info commands test_syscall]]==0} {
30 -injectuninstall {test_syscall uninstall} \
37 -injectuninstall {test_syscall uninstall} \
40 proc vfsfault_injectstart_t {iFail} { test_syscall fault $iFail 0 }
41 proc vfsfault_injectstart_p {iFail} { test_syscall fault $iFail 1 }
42 proc vfsfault_injectstop {} { test_syscall fault }
60 proc vfsfault_install {} { test_syscall install {open getcwd} }
79 proc vfsfault_install {} { test_syscall install fstat }
85 test_syscall errno fstat $errno
107 proc vfsfault_install {} { test_syscall install fcntl }
129 test_syscall errno fcntl $errno
141 test_syscall reset
142 test_syscall install {open ftruncate close read pread pread64 write fallocate}
162 test_syscall errno open EINTR
163 test_syscall errno ftruncate EINTR
164 test_syscall errno close EINTR
165 test_syscall errno read EINTR
166 test_syscall errno pread EINTR
167 test_syscall errno pread64 EINTR
168 test_syscall errno write EINTR
169 test_syscall errno fallocate EINTR
222 test_syscall reset
223 test_syscall install {fstat fallocate}
235 test_syscall errno fstat EIO
236 test_syscall errno fallocate EIO
251 test_syscall reset
252 test_syscall install {mmap}
269 test_syscall errno mmap EACCES