Home
last modified time | relevance | path

Searched refs:SYS_msgrcv (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/sys/
Dsyscall.h553 #define SYS_msgrcv 227 macro
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dproc-events.c712 #if defined (SYS_msgrcv) in init_syscall_table()
713 syscall_table[SYS_msgrcv] = "msgrcv"; in init_syscall_table()
/openbsd/src/usr.bin/kdump/
Dkdump.c883 [SYS_msgrcv] = { Pmsqid, Pptr, Psize, Pdeclong, Msgflgname },
/openbsd/src/gnu/usr.bin/perl/
Dsyscall_emulator.c1115 case SYS_msgrcv: { in syscall_emulator()