for (i = FIRST_EXCEPTION; i < EXC_TYPES_COUNT; i++) {
task->exc_actions[i].port = IP_NULL;
}/* for */
- task->exc_actions[EXC_MACH_SYSCALL].port =
- ipc_port_make_send(realhost.host_self);
task->itk_host = ipc_port_make_send(realhost.host_self);
task->itk_bootstrap = IP_NULL;
for (i = 0; i < TASK_PORT_REGISTER_MAX; i++)
for (i = FIRST_EXCEPTION; i < EXC_TYPES_COUNT; i++)
thr_act->exc_actions[i].port = IP_NULL;
- thr_act->exc_actions[EXC_MACH_SYSCALL].port =
- ipc_port_make_send(realhost.host_self);
-
ipc_kobject_set(kport, (ipc_kobject_t) thr_act, IKOT_ACT);
}
return upl;
}
+mach_port_t
+convert_upl_to_port(
+ upl_t upl)
+{
+ return MACH_PORT_NULL;
+}
+
+__private_extern__ void
+upl_no_senders(
+ upl_t upl,
+ mach_port_mscount_t mscount)
+{
+ return;
+}
+
/*
* Routine: convert_port_entry_to_map
* Purpose: