Lines Matching defs:shmbuf
165 netbsd32_shmid_ds14_to_native(struct netbsd32_shmid_ds14 *oshmbuf, struct shmid_ds *shmbuf)
168 netbsd32_ipc_perm14_to_native(&oshmbuf->shm_perm, &shmbuf->shm_perm);
170 #define CVT(x) shmbuf->x = oshmbuf->x
182 native_to_netbsd32_shmid_ds14(struct shmid_ds *shmbuf, struct netbsd32_shmid_ds14 *oshmbuf)
186 native_to_netbsd32_ipc_perm14(&shmbuf->shm_perm, &oshmbuf->shm_perm);
188 #define CVT(x) oshmbuf->x = shmbuf->x
302 struct shmid_ds shmbuf;
312 netbsd32_shmid_ds14_to_native(&oshmbuf, &shmbuf);
316 (cmd == IPC_SET || cmd == IPC_STAT) ? &shmbuf : NULL);
319 native_to_netbsd32_shmid_ds14(&shmbuf, &oshmbuf);