Home
last modified time | relevance | path

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

/xnu-11215/tests/ipc/
H A Dmach_msg2.c217 mach_msg_size_t aux_size = ((aux_buffer_t *)data_vec[1].msgv_data)->header.msgdh_size; in do_msg_rcv()
328 aux.header.msgdh_size = sizeof(aux_buffer_t);
395 aux.header.msgdh_size = sizeof(mach_msg_aux_header_t);
442 aux.header.msgdh_size = sizeof(aux_buffer_t) + 0x10; /* set it to wrong size, ignored */
463 T_EXPECT_EQ(((aux_buffer_t *)data_vec[1].msgv_data)->header.msgdh_size,
495 aux.header.msgdh_size = sizeof(aux_buffer_t) + 0x10; /* set it to wrong size, ignored */
499 T_EXPECT_EQ(((aux_buffer_t *)data_vec[1].msgv_data)->header.msgdh_size,
518 T_EXPECT_EQ(aux->header.msgdh_size, aux_size, "aux size should match header"); in workloop_cb()
590 aux.header.msgdh_size = sizeof(aux_buffer_t) + 0x10; /* set it to wrong size, ignored */
/xnu-11215/doc/mach_ipc/
H A Dkmsg.md21 - then a body of bytes follows to pad the message up to `msgdh_size` bytes,
61 │ │ msgdh_size
64 msgdh_size │ │ payload (pure data) │
/xnu-11215/osfmk/ipc/
H A Dmach_msg.c209 mach_msg_aux_header_t, msgdh_size)) { in mach_msg_receive_too_large()
H A Dipc_kmsg.c3080 aux_hdr->msgdh_size = send_uctx->send_aux_size; in ipc_kmsg_get_and_inflate_from_user()
4556 .msgdh_size = sizeof(mach_msg_aux_header_t), in ipc_kmsg_copyout_dest_to_user()
4828 mach_msg_aux_header_t eof_aux = { .msgdh_size = 0 }; in ipc_kmsg_put_to_user()
/xnu-11215/osfmk/mach/
H A Dmessage.h627 mach_msg_size_t msgdh_size; member