Searched refs:t_send (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/tests/ipc/ |
| H A D | mach_msg_transport.c | 112 t_send( in t_send() function 133 t_send( in t_send() function 163 kr = t_send(dest, &hdr, &hdr + 1, MACH64_SEND_TIMEOUT); in t_fill_port() 224 kr = t_send(rcv_name, &buf.hdr, &buf.trailer, MACH64_MSG_OPTION_NONE); 398 kr = t_send(rcv_name, &msg.base, &msg.trailer, MACH64_SEND_TIMEOUT); in t_mach_msg_descriptor_port() 483 kr = t_send(rcv_name, &msg.base, &msg.trailer, MACH64_SEND_TIMEOUT); in t_mach_msg_descriptor_guarded_port() 554 kr = t_send(rcv_name, &msg.base, &msg.trailer, MACH64_SEND_TIMEOUT); in t_mach_msg_descriptor_port_array() 618 kr = t_send(rcv_name, &msg.base, &msg.trailer, MACH64_SEND_TIMEOUT); in t_mach_msg_descriptor_memory()
|