Home
last modified time | relevance | path

Searched refs:SYS_write (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/regress/sys/arch/amd64/fpu/
Dfenv.S55 mov $SYS_write, %rax
61 PINSYSCALL(SYS_write, 1b)
/openbsd/src/gnu/usr.bin/perl/t/op/
Dsyscall_emulator.t64 (syscall(SYS_write(), $fd, $out, length $out) <= 0),
/openbsd/src/sys/sys/
Dsyscall.h20 #define SYS_write 4 macro
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dm32r-stub.c133 SYS_write, enumerator
281 case SYS_write: in handle_exception()
Dproc-events.c1378 #if defined (SYS_write) in init_syscall_table()
1379 syscall_table[SYS_write] = "write"; in init_syscall_table()
/openbsd/src/sys/kern/
Dkern_pledge.c158 [SYS_write] = PLEDGE_STDIO,
/openbsd/src/usr.bin/kdump/
Dkdump.c729 [SYS_write] = { Pfd, Pptr, Pbigsize },
/openbsd/src/gnu/usr.bin/perl/
Dsyscall_emulator.c64 case SYS_write: { in syscall_emulator()
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlfunc.pod9292 syscall(SYS_write(), fileno(STDOUT), $s, length $s);