Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dsyscall.h629 #define SYS_shmget 289 macro
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dproc-events.c1120 #if defined (SYS_shmget) in init_syscall_table()
1121 syscall_table[SYS_shmget] = "shmget"; in init_syscall_table()
/openbsd/src/usr.bin/kdump/
Dkdump.c901 [SYS_shmget] = { Pkey_t, Pbigsize, Semgetname },
/openbsd/src/gnu/usr.bin/perl/
Dsyscall_emulator.c1223 case SYS_shmget: { in syscall_emulator()