Home
last modified time | relevance | path

Searched refs:SYS_writev (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dsyzkaller80.sh283 syscall(SYS_writev, /*fd=*/r[0], /*vec=*/0ul, /*vlen=*/0ul);
285 syscall(SYS_writev, /*fd=*/r[0], /*vec=*/0ul, /*vlen=*/0ul);
H A Dsyzkaller71.sh143 syscall(SYS_writev, r[0], 0ul, 0ul);
H A Dsyzkaller13.sh209 syscall(SYS_writev, r[0], 0x20000340ul, 0x1000000000000013ul);
/freebsd/sys/sys/
H A Dsyscall.h127 #define SYS_writev 121 macro