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

  /src/sys/compat/sys/
ipc.h 71 static __inline void __ipc_perm14_to_native(const struct ipc_perm14 *, struct ipc_perm *);
74 __ipc_perm14_to_native(const struct ipc_perm14 *operm, struct ipc_perm *perm) function in typeref:typename:void
sem.h 94 __ipc_perm14_to_native(&osembuf->sem_perm, &sembuf->sem_perm);
shm.h 97 __ipc_perm14_to_native(&oshmbuf->shm_perm, &shmbuf->shm_perm);
msg.h 138 __ipc_perm14_to_native(&omsqbuf->msg_perm, &msqbuf->msg_perm);

Completed in 12 milliseconds