Searched refs:msgh_remote_port (Results 1 - 19 of 19) sorted by relevance

/darwin-on-arm/xnu/libsyscall/mach/
H A Dmig_reply_setup.c77 OutP->Head.msgh_remote_port = InP->msgh_local_port;
H A Dmach_msg.c275 mach_msg_destroy_port(msg->msgh_remote_port, MACH_MSGH_BITS_REMOTE(mbits));
439 bufReply->Head.msgh_remote_port = MACH_PORT_NULL;
443 bufRequest->Head.msgh_remote_port = MACH_PORT_NULL;
457 if (bufReply->Head.msgh_remote_port != MACH_PORT_NULL) {
554 bufReply->Head.msgh_remote_port = MACH_PORT_NULL;
558 bufRequest->Head.msgh_remote_port = MACH_PORT_NULL;
572 if (bufReply->Head.msgh_remote_port != MACH_PORT_NULL) {
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_kobject.c330 OutP->Head.msgh_remote_port = InP->msgh_local_port;
379 * We set msgh_remote_port to IP_NULL so that the kmsg
382 destp = (ipc_port_t *) &request->ikm_header->msgh_remote_port;
432 } else if (!IP_VALID((ipc_port_t)reply->ikm_header->msgh_remote_port)) {
543 ipc_port_t port = (ipc_port_t) request_header->msgh_remote_port;
562 request_header->msgh_remote_port,
566 reply_header->msgh_remote_port = MACH_PORT_NULL;
H A Daudit_sessionport.c163 ipc_port_t port = notification->not_header.msgh_remote_port;
H A Dhost_notify.c190 msg->msgh_remote_port = port;
H A Dipc_misc.c123 ipc_port_t port = notification->not_header.msgh_remote_port;
H A Dmk_timer.c171 msg.header.msgh_remote_port = port;
H A Dipc_mig.c500 kmsg->ikm_header->msgh_remote_port->ip_context);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODataQueue.cpp210 ((struct _notifyMsg *)notifyMsg)->h.msgh_remote_port = port;
219 if (msgh && msgh->msgh_remote_port) {
H A DIOUserClient.cpp600 pingMsg->msgHdr.msgh_remote_port = port;
629 if (_pingMsg->msgHdr.msgh_remote_port) {
630 iokit_release_port_send(_pingMsg->msgHdr.msgh_remote_port);
743 pingMsg->msgHdr.msgh_remote_port = port;
775 if (_pingMsg->msgHdr.msgh_remote_port) {
776 iokit_release_port_send(_pingMsg->msgHdr.msgh_remote_port);
1312 replyMsg.msgHdr.msgh_remote_port = replyPort;
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_kmsg.c135 uint32_t msgh_remote_port; member in struct:__anon989
353 if (msgh->msgh_remote_port) {
354 kprintf(" remote=%p(", msgh->msgh_remote_port);
993 object = (ipc_object_t) kmsg->ikm_header->msgh_remote_port;
1025 object = (ipc_object_t) kmsg->ikm_header->msgh_remote_port;
1166 kmsg->ikm_header->msgh_remote_port = CAST_MACH_NAME_TO_PORT(legacy_base.header.msgh_remote_port);
1180 kmsg->ikm_header->msgh_remote_port,
1215 (unsigned int)kmsg->ikm_header->msgh_remote_port,
1265 dest_port = (ipc_port_t)msg->msgh_remote_port;
[all...]
H A Dmach_msg.c301 kmsg->ikm_header->msgh_remote_port->ip_context);
523 context = kmsg->ikm_header->msgh_remote_port->ip_context;
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlb_mmtest.c196 reply->msgh_remote_port = request->msgh_remote_port;
256 request->msgh_remote_port = ts->server_port;
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c405 args.reply_msg->msgh_remote_port = args.req_msg->msgh_remote_port;
554 req->msgh_remote_port = servport;
H A DKQMPMMtest.c458 args.reply_msg->msgh_remote_port = args.req_msg->msgh_remote_port;
607 req->msgh_remote_port = servport;
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c173 reply_port = CAST_MACH_PORT_TO_NAME(exc_msg.Head.msgh_remote_port);
/darwin-on-arm/xnu/osfmk/mach/
H A Dmessage.h110 * of the msgh_remote_port field. It is handled like a msgt_name.
155 * The msgh_remote_port field specifies the destination of the message.
355 mach_port_t msgh_remote_port; member in struct:__anon1251
/darwin-on-arm/xnu/osfmk/device/
H A Diokit_rpc.c411 port = (ipc_port_t) notification->not_header.msgh_remote_port;
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dkqueue_tests.c44 my_kmsg->msgh_remote_port = remote_port;

Completed in 74 milliseconds