Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c12795 struct mq_attr *pposix_mq_attr; in _syscall2() local
12799 pposix_mq_attr = NULL; in _syscall2()
12804 pposix_mq_attr = &posix_mq_attr; in _syscall2()
12810 ret = get_errno(mq_open(p, host_flags, arg3, pposix_mq_attr)); in _syscall2()