Searched refs:send_port_descriptor (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/tests/ipc/ |
| H A D | port_type_policy.c | 122 send_port_descriptor( in send_port_descriptor() function 518 (void)send_port_descriptor(dst_port, port, MACH_MSG_TYPE_MOVE_RECEIVE); in test_receive_immovability() 546 kr = send_port_descriptor(dst_port, port, MACH_MSG_TYPE_MOVE_RECEIVE); in test_receive_immovability_move_once() 564 (void)send_port_descriptor(dst_port, port, MACH_MSG_TYPE_MOVE_RECEIVE); in test_receive_immovability_move_once() 587 (void)send_port_descriptor(dst_port, so_right, MACH_MSG_TYPE_MOVE_SEND_ONCE); in test_send_immovability_move_so() 614 (void)send_port_descriptor(dst_port, port, MACH_MSG_TYPE_MOVE_SEND); in test_send_immovability() 626 (void)send_port_descriptor(dst_port, port, MACH_MSG_TYPE_COPY_SEND); in test_send_immovability() 804 kr = send_port_descriptor(remote_port, prp, MACH_MSG_TYPE_MOVE_SEND); 815 kr = send_port_descriptor(remote_port, prp, MACH_MSG_TYPE_MOVE_RECEIVE);
|