Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py509 msginfo = {}
513 msginfo[field] = values[0]
515 msginfo[field] = values
516 return msginfo
/openbmc/qemu/linux-user/
H A Dsyscall.c4257 struct msginfo *host_msginfo) in host_to_target_msginfo()
4277 struct msginfo msginfo; in do_msgctl() local
4297 ret = get_errno(msgctl(msgid, cmd, (struct msqid_ds *)&msginfo)); in do_msgctl()
4298 if (host_to_target_msginfo(ptr, &msginfo)) in do_msgctl()