Home
last modified time | relevance | path

Searched refs:ipc_perm (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/bsd-user/
H A Dqemu-bsd.h49 void target_to_host_ipc_perm__locked(struct ipc_perm *host_ip,
52 struct ipc_perm *host_ip);
H A Dbsd-mem.c34 void target_to_host_ipc_perm__locked(struct ipc_perm *host_ip, in target_to_host_ipc_perm__locked()
71 struct ipc_perm *host_ip) in host_to_target_ipc_perm__locked()
/openbmc/linux/include/uapi/linux/
H A Dipc.h10 struct ipc_perm struct
H A Dmsg.h19 struct ipc_perm msg_perm;
H A Dsem.h26 struct ipc_perm sem_perm; /* permissions .. see ipc.h */
H A Dshm.h29 struct ipc_perm shm_perm; /* operation perms */
/openbmc/linux/ipc/
H A Dutil.h178 void ipc64_perm_to_ipc_perm(struct ipc64_perm *in, struct ipc_perm *out);
H A Dutil.c606 void ipc64_perm_to_ipc_perm(struct ipc64_perm *in, struct ipc_perm *out) in ipc64_perm_to_ipc_perm()
/openbmc/qemu/linux-user/
H A Dsyscall.c3741 static inline abi_long target_to_host_ipc_perm(struct ipc_perm *host_ip, in target_to_host_ipc_perm()
3770 struct ipc_perm *host_ip) in host_to_target_ipc_perm()