Searched refs:send_port_descriptor (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/tests/ipc/ |
| H A D | port_type_policy.c | 123 send_port_descriptor( in send_port_descriptor() function 547 (void)send_port_descriptor(dst_port, port, MACH_MSG_TYPE_MOVE_RECEIVE); in test_receive_immovability() 575 kr = send_port_descriptor(dst_port, port, MACH_MSG_TYPE_MOVE_RECEIVE); in test_receive_immovability_move_once() 593 (void)send_port_descriptor(dst_port, port, MACH_MSG_TYPE_MOVE_RECEIVE); in test_receive_immovability_move_once() 616 (void)send_port_descriptor(dst_port, so_right, MACH_MSG_TYPE_MOVE_SEND_ONCE); in test_send_immovability_move_so() 643 (void)send_port_descriptor(dst_port, port, MACH_MSG_TYPE_MOVE_SEND); in test_send_immovability() 655 (void)send_port_descriptor(dst_port, port, MACH_MSG_TYPE_COPY_SEND); in test_send_immovability() 823 kr = send_port_descriptor(remote_port, prp, MACH_MSG_TYPE_MOVE_SEND);
|