Searched refs:SYS_open (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/sys/arch/newsmips/include/ |
| D | romcall.h | 33 #define SYS_open 5 macro
|
| /netbsd/src/sys/arch/news68k/include/ |
| D | romcall.h | 33 #define SYS_open 5 macro
|
| /netbsd/src/sys/arch/news68k/news68k/ |
| D | romcalls.S | 45 moveq #SYS_open, %d0
|
| /netbsd/src/sys/arch/news68k/stand/common/ |
| D | romcalls.S | 40 moveq #SYS_open, %d0
|
| /netbsd/src/sys/arch/newsmips/stand/common/ |
| D | romcalls.S | 54 li a0, SYS_open
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | proc-events.c | 297 #ifdef SYS_open in init_syscall_table() 298 syscall_table[SYS_open] = "open"; in init_syscall_table()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/stubs/ |
| D | m32r-stub.c | 130 SYS_open, enumerator 272 case SYS_open: in handle_exception()
|
| /netbsd/src/sys/sys/ |
| D | syscall.h | 31 #define SYS_open 5 macro
|
| /netbsd/src/external/gpl3/gdb/dist/sim/moxie/ |
| D | ChangeLog-2021 | 681 * interp.c (sim_resume): Add SYS_read, and fix SYS_open and SYS_write. 686 * interp.c (sim_resume): Add SYS_open and SYS_write system call support.
|
| /netbsd/src/usr.bin/ktruss/ |
| D | dump.c | 510 case SYS_open: in syscallprint()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/v850/ |
| D | ChangeLog-2021 | 1341 * simops.c (OP_10007E0): For SYS_read, SYS_write, SYS_open
|
| /netbsd/src/sys/rump/librump/rumpkern/ |
| D | rump_syscalls.c | 140 error = rsys_syscall(SYS_open, &callarg, sizeof(callarg), retval); in rump___sysimpl_open()
|