Home
last modified time | relevance | path

Searched refs:__native_to_ipc_perm14 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/compat/sys/
H A Dipc.h72 static __inline void __native_to_ipc_perm14(const struct ipc_perm *, struct ipc_perm14 *);
88 __native_to_ipc_perm14(const struct ipc_perm *perm, struct ipc_perm14 *operm) in __native_to_ipc_perm14() function
H A Dsem.h108 __native_to_ipc_perm14(&sembuf->sem_perm, &osembuf->sem_perm); in __native_to_semid_ds14()
H A Dshm.h115 __native_to_ipc_perm14(&shmbuf->shm_perm, &oshmbuf->shm_perm); in __native_to_shmid_ds14()
H A Dmsg.h156 __native_to_ipc_perm14(&msqbuf->msg_perm, &omsqbuf->msg_perm); in __native_to_msqid_ds14()