HomeSort by: relevance | last modified time | path
    Searched refs:__native_to_ipc_perm14 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/compat/sys/
ipc.h 72 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) function in typeref:typename:void
sem.h 108 __native_to_ipc_perm14(&sembuf->sem_perm, &osembuf->sem_perm);
shm.h 115 __native_to_ipc_perm14(&shmbuf->shm_perm, &oshmbuf->shm_perm);
msg.h 156 __native_to_ipc_perm14(&msqbuf->msg_perm, &omsqbuf->msg_perm);

Completed in 130 milliseconds