Home
last modified time | relevance | path

Searched refs:TARGET_CMSG_SPACE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/
H A Dsyscall_defs.h383 #define TARGET_CMSG_SPACE(len) (sizeof(struct target_cmsghdr) + \ macro
H A Dsyscall.c2061 tgt_space = TARGET_CMSG_SPACE(tgt_len); in host_to_target_cmsg()