Searched refs:complexmsg (Results 1 – 4 of 4) sorted by relevance
184 ipc_complex_message *complexmsg = (ipc_complex_message *)request; in client() local185 complexmsg->body.msgh_descriptor_count = 2; in client()186 complexmsg->guarded_port_descriptor1.name = guarded_port; in client()187 complexmsg->guarded_port_descriptor1.disposition = MACH_MSG_TYPE_MOVE_RECEIVE; in client()188 complexmsg->guarded_port_descriptor1.flags = MACH_MSG_GUARD_FLAGS_IMMOVABLE_RECEIVE; in client()189 complexmsg->guarded_port_descriptor1.context = 0x10; in client()190 complexmsg->guarded_port_descriptor1.type = MACH_MSG_GUARDED_PORT_DESCRIPTOR; in client()192 complexmsg->guarded_port_descriptor2.name = unguarded_port; in client()193 complexmsg->guarded_port_descriptor2.disposition = MACH_MSG_TYPE_MOVE_RECEIVE; in client()195 complexmsg->guarded_port_descriptor2.context = 0; in client()[all …]
104 ipc_complex_message *complexmsg = (ipc_complex_message *)request; in main() local105 complexmsg->body.msgh_descriptor_count = 1; in main()106 complexmsg->port_descriptor.name = connect; in main()107 complexmsg->port_descriptor.disposition = MACH_MSG_TYPE_MOVE_SEND; in main()108 complexmsg->port_descriptor.type = MACH_MSG_PORT_DESCRIPTOR; in main()
105 ipc_complex_message *complexmsg = (ipc_complex_message *)request; in connect_to_server() local106 complexmsg->body.msgh_descriptor_count = 1; in connect_to_server()107 complexmsg->port_descriptor.name = dummy_port; in connect_to_server()108 complexmsg->port_descriptor.disposition = MACH_MSG_TYPE_MOVE_RECEIVE; in connect_to_server()109 complexmsg->port_descriptor.type = MACH_MSG_PORT_DESCRIPTOR; in connect_to_server()
198 ipc_complex_message *complexmsg = (ipc_complex_message *)reply; in server_run() local199 complexmsg->body.msgh_descriptor_count = 1; in server_run()200 complexmsg->port_descriptor.name = dummy_port; in server_run()201 complexmsg->port_descriptor.disposition = MACH_MSG_TYPE_MOVE_RECEIVE; in server_run()202 complexmsg->port_descriptor.type = MACH_MSG_PORT_DESCRIPTOR; in server_run()