Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_sim.c187 uint8_t msg_flags; member
232 (IPMI_BMC_MSG_FLAG_WATCHDOG_TIMEOUT_MASK & (s)->msg_flags)
234 (IPMI_BMC_MSG_FLAG_EVT_BUF_FULL & (s)->msg_flags)
236 (IPMI_BMC_MSG_FLAG_RCV_MSG_QUEUE & (s)->msg_flags)
467 if (ibs->msg_flags & IPMI_BMC_MSG_FLAG_EVT_BUF_FULL) { in ipmi_bmc_gen_event()
472 ibs->msg_flags |= IPMI_BMC_MSG_FLAG_EVT_BUF_FULL; in ipmi_bmc_gen_event()
505 if (ibs->msg_flags & IPMI_BMC_MSG_FLAG_EVT_BUF_FULL) { in gen_event()
510 ibs->msg_flags |= IPMI_BMC_MSG_FLAG_EVT_BUF_FULL; in gen_event()
712 ibs->msg_flags |= IPMI_BMC_MSG_FLAG_WATCHDOG_TIMEOUT_MASK; in ipmi_sim_handle_timeout()
720 ibs->msg_flags |= IPMI_BMC_MSG_FLAG_WATCHDOG_TIMEOUT_MASK; in ipmi_sim_handle_timeout()
[all …]
/openbmc/qemu/net/
H A Dl2tpv3.c242 message.msg_flags = 0; in net_l2tpv3_receive_dgram_iov()
285 message.msg_flags = 0; in net_l2tpv3_receive_dgram()
490 msgvec->msg_hdr.msg_flags = 0; in build_l2tpv3_vector()
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c332 .msg_flags = MSG_DONTWAIT, in vubr_backend_recv_cb()
/openbmc/qemu/linux-user/
H A Dstrace.c1258 UNUSED static const struct flags msg_flags[] = { variable
2814 print_flags(msg_flags, flags, 1); in do_print_sendrecv()
2832 print_flags(msg_flags, flags, 0); in do_print_msgaddr()
2874 print_flags(msg_flags, flags, 1); in do_print_msg()
3201 print_flags(msg_flags, arg3, 0); in print_recvfrom()
3217 print_flags(msg_flags, arg3, 0); in print_sendto()
H A Dsyscall_defs.h369 abi_uint msg_flags; member
H A Dsyscall.c1886 target_msgh->msg_flags |= tswap32(MSG_CTRUNC); in host_to_target_cmsg()
1916 target_msgh->msg_flags |= tswap32(MSG_CTRUNC); in host_to_target_cmsg()
3306 msg.msg_flags = tswap32(msgp->msg_flags); in do_sendrecvmsg_locked()
3363 msgp->msg_flags = tswap32(msg.msg_flags); in do_sendrecvmsg_locked()
/openbmc/u-boot/drivers/firmware/
H A Dti_sci.c91 u16 msg_type, u32 msg_flags, in ti_sci_setup_one_xfer() argument
114 hdr->flags = msg_flags; in ti_sci_setup_one_xfer()