Searched refs:SYS_write (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/regress/sys/arch/amd64/fpu/ |
| D | fenv.S | 55 mov $SYS_write, %rax 61 PINSYSCALL(SYS_write, 1b)
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | syscall_emulator.t | 64 (syscall(SYS_write(), $fd, $out, length $out) <= 0),
|
| /openbsd/src/sys/sys/ |
| D | syscall.h | 20 #define SYS_write 4 macro
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | m32r-stub.c | 133 SYS_write, enumerator 281 case SYS_write: in handle_exception()
|
| D | proc-events.c | 1378 #if defined (SYS_write) in init_syscall_table() 1379 syscall_table[SYS_write] = "write"; in init_syscall_table()
|
| /openbsd/src/sys/kern/ |
| D | kern_pledge.c | 158 [SYS_write] = PLEDGE_STDIO,
|
| /openbsd/src/usr.bin/kdump/ |
| D | kdump.c | 729 [SYS_write] = { Pfd, Pptr, Pbigsize },
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | syscall_emulator.c | 64 case SYS_write: { in syscall_emulator()
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlfunc.pod | 9292 syscall(SYS_write(), fileno(STDOUT), $s, length $s);
|