Searched refs:shmid_ds13 (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/compat/sys/
H A Dshm.h55 struct shmid_ds13 { struct
91 static __inline void __shmid_ds13_to_native(const struct shmid_ds13 *, struct shmid_ds *);
92 static __inline void __native_to_shmid_ds13(const struct shmid_ds *, struct shmid_ds13 *);
130 __shmid_ds13_to_native(const struct shmid_ds13 *oshmbuf, struct shmid_ds *shmbuf)
147 __native_to_shmid_ds13(const struct shmid_ds *shmbuf, struct shmid_ds13 *oshmbuf)
165 int __shmctl13(int, int, struct shmid_ds13 *);
/netbsd-6-1-5-RELEASE/lib/libc/compat/sys/
H A Dcompat___shmctl13.c54 __shmctl13(int shmid, int cmd, struct shmid_ds13 *ds13)
/netbsd-6-1-5-RELEASE/sys/compat/common/
H A Dsysv_shm_50.c63 syscallarg(struct shmid_ds13 *) buf;
66 struct shmid_ds13 oshmbuf;
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dsyscallargs.h1641 syscallarg(struct shmid_ds13 *) buf;

Completed in 131 milliseconds