Searched refs:t_send (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.101.15/tests/ipc/ |
| H A D | mach_msg_transport.c | 113 t_send( in t_send() function 134 t_send( in t_send() function 164 kr = t_send(dest, &hdr, &hdr + 1, MACH64_SEND_TIMEOUT); in t_fill_port() 225 kr = t_send(rcv_name, &buf.hdr, &buf.trailer, MACH64_MSG_OPTION_NONE); 399 kr = t_send(rcv_name, &msg.base, &msg.trailer, MACH64_SEND_TIMEOUT); in t_mach_msg_descriptor_port() 484 kr = t_send(rcv_name, &msg.base, &msg.trailer, MACH64_SEND_TIMEOUT); in t_mach_msg_descriptor_guarded_port() 547 kr = t_send(rcv_name, &msg.base, &msg.trailer, MACH64_SEND_TIMEOUT); in t_mach_msg_descriptor_port_array() 634 kr = t_send(rcv_name, &msg.base, &msg.trailer, MACH64_SEND_TIMEOUT); in t_mach_msg_descriptor_memory()
|