Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dsyscall.h206 #define SYS_shmat 228 macro
/freebsd-9-stable/contrib/gdb/gdb/
Dproc-events.c1111 #if defined (SYS_shmat) in init_syscall_table()
1112 syscall_table[SYS_shmat] = "shmat"; in init_syscall_table()
/freebsd-9-stable/usr.bin/kdump/
Dkdump.c886 case SYS_shmat: in ktrsyscall()
/freebsd-9-stable/sys/kern/
Dsysv_shm.c1098 return (sysent[SYS_shmat].sy_call(td, &ap)); in freebsd32_shmsys()