Lines Matching refs:port
91 dsc = &saddr->port; in __mach_msg_destroy()
195 mach_msg_destroy_port (mach_port_t port, mach_msg_type_name_t type) in weak_alias()
197 if (MACH_PORT_VALID(port)) switch (type) { in weak_alias()
201 (void) __mach_port_deallocate(mach_task_self(), port); in weak_alias()
206 (void) __mach_port_mod_refs(mach_task_self(), port, in weak_alias()
212 (void) __mach_port_insert_right(mach_task_self(), port, in weak_alias()
213 port, MACH_MSG_TYPE_MAKE_SEND); in weak_alias()
214 (void) __mach_port_deallocate(mach_task_self(), port); in weak_alias()
219 (void) __mach_port_extract_right(mach_task_self(), port, in weak_alias()
221 &port, &type); in weak_alias()
222 (void) __mach_port_deallocate(mach_task_self(), port); in weak_alias()