Searched refs:SYS_open (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | syscall_emulator.t | 60 (($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 D | syscall.h | 23 #define SYS_open 5 macro
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | m32r-stub.c | 130 SYS_open, enumerator 272 case SYS_open: in handle_exception()
|
H A D | proc-events.c | 838 #if defined (SYS_open) in init_syscall_table() 839 syscall_table[SYS_open] = "open"; in init_syscall_table()
|
/openbsd/sys/kern/ |
H A D | kern_pledge.c | 244 [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 D | kdump.c | 730 [SYS_open] = { Ppath, PASS_TWO, Flagsandmodename },
|
/openbsd/gnu/usr.bin/perl/ |
H A D | syscall_emulator.c | 71 case SYS_open: { in syscall_emulator()
|