Home
last modified time | relevance | path

Searched refs:port (Results 1 – 5 of 5) sorted by relevance

/mach/
A Dmsg-destroy.c91 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()
[all …]
A Dmig-reply.c38 mach_port_t port = reply_port; in __mig_dealloc_reply_port() local
40 __mach_port_mod_refs (__mach_task_self (), port, in __mig_dealloc_reply_port()
A Derr_mach.sub63 /* 3 */ "(ipc/send) invalid destination port",
69 /* 9 */ "(ipc/send) invalid reply port",
70 /* 10 */ "(ipc/send) invalid port right",
71 /* 11 */ "(ipc/send) invalid notify port",
86 /* 6 */ "(ipc/rcv) port changed",
87 /* 7 */ "(ipc/rcv) invalid notify port",
89 /* 9 */ "(ipc/rcv) port died",
90 /* 10 */ "(ipc/rcv) port in set",
A Derr_ipc.sub51 "(ipc/send) invalid port", /* -102 */
66 "(ipc/rcv) invalid port", /* -202 */
72 "(ipc/rcv) port receiver changed or port became enabled", /* -208 */
A Derr_server.sub62 "(server/env_mgr) unknown port",
65 "(server/env_mgr) port table full",
66 "(server/env_mgr) attempting to enter a null port ",
81 /* XXX "(server/ufs) invalid port", */
86 "(server/task_master) invalid tm_task port",
88 "(server/task_master) invalid kernel port",
125 "(server/auth) bad private port",

Completed in 7 milliseconds