Home
last modified time | relevance | path

Searched defs:shmbuf (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/compat/sys/
H A Dshm.h94 __shmid_ds14_to_native(const struct shmid_ds14 *oshmbuf, struct shmid_ds *shmbuf) in __shmid_ds14_to_native()
111 __native_to_shmid_ds14(const struct shmid_ds *shmbuf, struct shmid_ds14 *oshmbuf) in __native_to_shmid_ds14()
131 __shmid_ds13_to_native(const struct shmid_ds13 *oshmbuf, struct shmid_ds *shmbuf) in __shmid_ds13_to_native()
148 __native_to_shmid_ds13(const struct shmid_ds *shmbuf, struct shmid_ds13 *oshmbuf) in __native_to_shmid_ds13()
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_compat_14_sysv.c165 netbsd32_shmid_ds14_to_native(struct netbsd32_shmid_ds14 *oshmbuf, struct shmid_ds *shmbuf) in netbsd32_shmid_ds14_to_native()
182 native_to_netbsd32_shmid_ds14(struct shmid_ds *shmbuf, struct netbsd32_shmid_ds14 *oshmbuf) in native_to_netbsd32_shmid_ds14()
302 struct shmid_ds shmbuf; in compat_14_netbsd32_shmctl() local
/netbsd-src/sys/compat/common/
H A Dsysv_shm_50.c62 struct shmid_ds shmbuf; in compat_50_sys___shmctl13() local
H A Dsysv_shm_14.c63 struct shmid_ds shmbuf; in compat_14_sys_shmctl() local
/netbsd-src/sys/kern/
H A Dsysv_shm.c493 struct shmid_ds shmbuf; in sys___shmctl50() local
513 shmctl1(struct lwp *l, int shmid, int cmd, struct shmid_ds *shmbuf) in shmctl1()