Home
last modified time | relevance | path

Searched refs:SYS_open (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/perl/t/op/
H A Dsyscall_emulator.t60 (($fd = syscall(SYS_open(), $file, O_CREAT|O_WRONLY, $perms)) < 0),
87 (($fd = syscall(SYS_open(), $file, O_RDONLY)) < 0),
/openbsd/sys/sys/
H A Dsyscall.h23 #define SYS_open 5 macro
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dm32r-stub.c130 SYS_open, enumerator
272 case SYS_open: in handle_exception()
H A Dproc-events.c838 #if defined (SYS_open) in init_syscall_table()
839 syscall_table[SYS_open] = "open"; in init_syscall_table()
/openbsd/sys/kern/
H A Dkern_pledge.c244 [SYS_open] = PLEDGE_STDIO,
617 (p->p_pledge_syscall == SYS_open) && in pledge_namei()
644 case SYS_open: in pledge_namei()
/openbsd/usr.bin/kdump/
H A Dkdump.c730 [SYS_open] = { Ppath, PASS_TWO, Flagsandmodename },
/openbsd/gnu/usr.bin/perl/
H A Dsyscall_emulator.c71 case SYS_open: { in syscall_emulator()