sys_shmat         237 compat/bsdos/bsdos_syscallargs.h int	sys_shmat(struct proc *, void *, register_t *);
sys_shmat         535 compat/bsdos/bsdos_sysent.c 	    sys_shmat },			/* 228 = shmat */
sys_shmat         143 compat/common/kern_ipc_10.c 		return (sys_shmat(p, &shmat_args, retval));
sys_shmat         489 compat/freebsd/freebsd_syscallargs.h int	sys_shmat(struct proc *, void *, register_t *);
sys_shmat         547 compat/freebsd/freebsd_sysent.c 	    sys_shmat },			/* 228 = shmat */
sys_shmat         463 compat/hpux/hppa/hpux_syscallargs.h int	sys_shmat(struct proc *, void *, register_t *);
sys_shmat         380 compat/hpux/hppa/hpux_sysent.c 	    sys_shmat },			/* 165 = shmat */
sys_shmat         501 compat/hpux/m68k/hpux_syscallargs.h int	sys_shmat(struct proc *, void *, register_t *);
sys_shmat         380 compat/hpux/m68k/hpux_sysent.c 	    sys_shmat },			/* 165 = shmat */
sys_shmat         541 compat/linux/linux_ipc.c 	if ((error = sys_shmat(p, &bsa, retval)))
sys_shmat         603 compat/svr4/svr4_ipc.c 	return sys_shmat(p, &ap, retval);
sys_shmat         607 kern/init_sysent.c 	    sys_shmat },			/* 228 = shmat */
sys_shmat        1483 sys/syscallargs.h int	sys_shmat(struct proc *, void *, register_t *);