Searched refs:shmid_ds14 (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/compat/sys/
H A Dshm.h43 struct shmid_ds14 { struct
89 static __inline void __shmid_ds14_to_native(const struct shmid_ds14 *, struct shmid_ds *);
90 static __inline void __native_to_shmid_ds14(const struct shmid_ds *, struct shmid_ds14 *);
94 __shmid_ds14_to_native(const struct shmid_ds14 *oshmbuf, struct shmid_ds *shmbuf)
111 __native_to_shmid_ds14(const struct shmid_ds *shmbuf, struct shmid_ds14 *oshmbuf)
166 int __shmctl14(int, int, struct shmid_ds14 *);
/netbsd-6-1-5-RELEASE/sys/compat/common/
H A Dsysv_shm_14.c57 syscallarg(struct shmid_ds14 *) buf;
60 struct shmid_ds14 oshmbuf;
H A Dkern_ipc_10.c173 (struct shmid_ds14 *)(u_long)SCARG(uap, a4);
/netbsd-6-1-5-RELEASE/sys/compat/freebsd/
H A Dfreebsd_ipc.c133 syscallarg(struct shmid_ds14 *) buf;
168 SCARG(&shmctl_args, buf) = (struct shmid_ds14 *)SCARG(uap, a4);
/netbsd-6-1-5-RELEASE/sys/compat/ultrix/
H A Dultrix_misc.c665 SCARG(&shmctl_args, buf) = (struct shmid_ds14 *)SCARG(uap, a4);
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dsyscallargs.h1199 syscallarg(struct shmid_ds14 *) buf;

Completed in 183 milliseconds