Home
last modified time | relevance | path

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

/mach/
A Dmsg.c34 __mach_msg_trap (mach_msg_header_t *msg, in __mach_msg_trap() argument
50 __mach_msg_overwrite (mach_msg_header_t *msg, in weak_alias()
94 __mach_msg (mach_msg_header_t *msg, in weak_alias()
111 ret = __mach_msg_trap (msg, option, send_size, in weak_alias()
118 ret = __mach_msg_trap (msg, option, send_size, in weak_alias()
132 __mach_msg_send (mach_msg_header_t *msg) in weak_alias()
134 return __mach_msg (msg, MACH_SEND_MSG, in weak_alias()
135 msg->msgh_size, 0, MACH_PORT_NULL, in weak_alias()
141 __mach_msg_receive (mach_msg_header_t *msg) in weak_alias()
143 return __mach_msg (msg, MACH_RCV_MSG, in weak_alias()
[all …]
A Dmsg-destroy.c61 __mach_msg_destroy (mach_msg_header_t *msg) in __mach_msg_destroy() argument
63 mach_msg_bits_t mbits = msg->msgh_bits; in __mach_msg_destroy()
70 mach_msg_destroy_port(msg->msgh_remote_port, MACH_MSGH_BITS_REMOTE(mbits)); in __mach_msg_destroy()
77 body = (mach_msg_body_t *) (msg + 1); in __mach_msg_destroy()
79 ((mach_msg_base_t *) msg + 1); in __mach_msg_destroy()
139 saddr = (vm_offset_t) (msg + 1); in __mach_msg_destroy()
140 eaddr = (vm_offset_t) msg + msg->msgh_size; in __mach_msg_destroy()
A Dmach.h77 __mach_msg_destroy (mach_msg_header_t *msg),
78 mach_msg_destroy (mach_msg_header_t *msg);
A Derr_mach.sub68 /* 8 */ "(ipc/send) msg too small",
73 /* 13 */ "(ipc/send) no msg buffer",
75 /* 15 */ "(ipc/send) invalid msg-type",
76 /* 16 */ "(ipc/send) invalid msg-header",
84 /* 4 */ "(ipc/rcv) msg too large",
A DMakefile28 mach_init mig_strncpy mig_memcpy msg \
30 msg-destroy msgserver \

Completed in 9 milliseconds