Searched refs:reply_port (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp.c148 unsigned short *reply_port
183 ret = ((*dispatch_table[req - KDP_CONNECT])(rd, len, reply_port));
194 __unused unsigned short *reply_port
209 unsigned short *reply_port
228 kdp.reply_port = rq->req_reply_port;
239 *reply_port = kdp.reply_port;
252 unsigned short *reply_port
267 *reply_port = kdp.reply_port;
[all...]
H A Dkdp_internal.h37 unsigned short reply_port; member in struct:__anon783
H A Dkdp_udp.c372 unsigned short reply_port
399 ui->ui_dport = reply_port;
831 unsigned short reply_port; local
868 (unsigned short *)&reply_port)) {
869 kdp_reply(reply_port);
880 unsigned short reply_port; local
978 (unsigned short *)&reply_port))
979 kdp_reply(reply_port);
1170 kdp.reply_port = kdp.exception_port = 0;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dmach_msg.c742 register ipc_port_t reply_port; local
801 reply_port = (ipc_port_t) entry->ie_object;
802 assert(reply_port != IP_NULL);
862 * dest_port == reply_port, and simple locking is
869 !ip_lock_try(reply_port)) {
880 assert(ip_active(reply_port));
881 assert(reply_port->ip_receiver_name ==
883 assert(reply_port->ip_receiver == space);
885 reply_port->ip_sorights++;
886 ip_reference(reply_port);
1292 ipc_port_t reply_port = local
1578 register ipc_port_t reply_port; local
1613 register ipc_port_t reply_port; local
[all...]
H A Dipc_kmsg.c1087 ipc_object_t dest_port, reply_port; local
1212 &reply_port, &reply_soright);
1215 assert(reply_port == dest_port);
1236 * so reply_port is IP_DEAD, because the msg
1240 reply_port = (ipc_object_t)
1260 reply_port = dest_port;
1288 * so reply_port is IP_DEAD, because the msg
1292 reply_port = (ipc_object_t)
1324 reply_port = (ipc_object_t) reply_name;
1333 * If reply_port i
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmig.h275 extern void mig_dealloc_reply_port(mach_port_t reply_port);
278 extern void mig_put_reply_port(mach_port_t reply_port);
/macosx-10.5.8/xnu-1228.15.4/osfmk/default_pager/
H A Ddp_backing_store.c1077 MACH_PORT_FACE reply_port; local
1112 MACH_PORT_FACE reply_port; local
1126 reply_port = ipc_port_alloc_kernel();
1132 reply_port->alias = (int) alias_struct;
1133 vsa->reply_port = reply_port;
1139 (reply_port));
1169 MACH_PORT_FACE reply_port; local
1178 reply_port = ipc_port_alloc_kernel();
1182 alias_struct->vs = reply_port;
1204 MACH_PORT_FACE reply_port; local
2127 device_write_reply( MACH_PORT_FACE reply_port, kern_return_t device_code, io_buf_len_t bytes_written) argument
2166 device_write_reply_inband( MACH_PORT_FACE reply_port, kern_return_t return_code, io_buf_len_t bytes_written) argument
2177 device_read_reply( MACH_PORT_FACE reply_port, kern_return_t return_code, io_buf_ptr_t data, mach_msg_type_number_t dataCnt) argument
2195 device_read_reply_inband( MACH_PORT_FACE reply_port, kern_return_t return_code, io_buf_ptr_inband_t data, mach_msg_type_number_t dataCnt) argument
2207 device_read_reply_overwrite( MACH_PORT_FACE reply_port, kern_return_t return_code, io_buf_len_t bytes_read) argument
2218 device_open_reply( MACH_PORT_FACE reply_port, kern_return_t return_code, MACH_PORT_FACE device_port) argument
2378 MACH_PORT_FACE reply_port; local
[all...]
H A Ddefault_pager_internal.h681 MACH_PORT_FACE reply_port; /* associated reply port */
/macosx-10.5.8/xnu-1228.15.4/bsd/uxkern/
H A Dux_exception.c155 mach_port_name_t reply_port; local
169 reply_port = (mach_port_name_t)exc_msg.Head.msgh_remote_port;
175 if (reply_port != MACH_PORT_NULL)
176 (void) mach_port_deallocate(get_task_ipcspace(ux_handler_self), reply_port); local
/macosx-10.5.8/xnu-1228.15.4/osfmk/UserNotification/
H A DKUNCUserNotifications.c351 ipc_port_t reply_port; local
362 reply_port = ipc_port_make_send(reply->self_port);
370 reply_port,
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dipc_mig.c458 __unused mach_port_t reply_port)
471 __unused mach_port_t reply_port)
457 mig_dealloc_reply_port( __unused mach_port_t reply_port) argument
470 mig_put_reply_port( __unused mach_port_t reply_port) argument

Completed in 98 milliseconds