Searched refs:mach_port_t (Results 1 - 25 of 69) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dbootstrap_ports.c63 mach_port_t bootstrap,
64 mach_port_t *priv_host,
65 mach_port_t *device_master,
66 mach_port_t *wired_ledger,
67 mach_port_t *paged_ledger,
68 mach_port_t *host_security)
H A Dsemaphore.c37 mach_port_t signal_semaphore)
43 mach_port_t signal_semaphore)
49 mach_port_t signal_semaphore,
50 mach_port_t thread_act)
56 mach_port_t wait_semaphore)
62 mach_port_t wait_semaphore,
71 mach_port_t wait_semaphore,
72 mach_port_t signal_semaphore)
78 mach_port_t wait_semaphore,
79 mach_port_t signal_semaphor
[all...]
H A Dexc_catcher.c42 mach_port_t exception_port,
43 mach_port_t thread,
44 mach_port_t task,
52 static kern_return_t (*func)(mach_port_t, mach_port_t, mach_port_t, exception_type_t, exception_data_t, mach_msg_type_number_t);
63 extern kern_return_t catch_exception_raise(mach_port_t, mach_port_t, mach_port_t, exception_type_t, exception_data_t, mach_msg_type_number_t);
H A Dexc_catcher_state_identity.c42 mach_port_t exception_port,
43 mach_port_t thread,
44 mach_port_t task,
57 static kern_return_t (*func)(mach_port_t, mach_port_t, mach_port_t, exception_type_t, exception_data_t, mach_msg_type_number_t, int *, thread_state_t, mach_msg_type_number_t, thread_state_t, mach_msg_type_number_t *);
68 extern kern_return_t catch_exception_raise_state_identity(mach_port_t, mach_port_t, mach_port_t, exception_type_t, exception_data_t, mach_msg_type_number_t, int *, thread_state_t, mach_msg_type_number_t, thread_state_t, mach_msg_type_number_t *);
H A Dpanic.c63 static mach_port_t master_host_port;
66 panic_init(mach_port_t port)
H A Dmach_init_ports.c62 mach_port_t bootstrap_port = MACH_PORT_NULL;
63 mach_port_t name_server_port = MACH_PORT_NULL;
64 mach_port_t environment_port = MACH_PORT_NULL;
65 mach_port_t service_port = MACH_PORT_NULL;
67 mach_port_t clock_port = MACH_PORT_NULL;
68 mach_port_t thread_recycle_port = MACH_PORT_NULL;
H A Dslot_name.c81 mach_port_t task_self_(void) {
85 mach_port_t host_self(void) {
H A Dclock_sleep.c32 kern_return_t clock_sleep(mach_port_t clock_name,
H A Dmach_init.c63 mach_port_t mach_task_self_ = MACH_PORT_NULL;
64 mach_port_t mach_host_self_ = MACH_PORT_NULL;
113 mach_port_t
258 mach_port_t
264 mach_port_t
H A Dms_thread_switch.c68 mach_port_t thread,
H A Dexc_catcher_state.c42 mach_port_t exception_port,
55 static kern_return_t (*func)(mach_port_t, exception_type_t, exception_data_t, mach_msg_type_number_t, int *, thread_state_t, mach_msg_type_number_t, thread_state_t, mach_msg_type_number_t *);
66 extern kern_return_t catch_exception_raise_state(mach_port_t, exception_type_t, exception_data_t, mach_msg_type_number_t, int *, thread_state_t, mach_msg_type_number_t, thread_state_t, mach_msg_type_number_t *);
H A Dmach_msg.c81 mach_port_t rcv_name;
83 mach_port_t notify;
145 mach_port_t rcv_name;
147 mach_port_t notify;
207 mach_msg_destroy_port(mach_port_t port, mach_msg_type_name_t type)
313 mach_port_t *ports;
321 ports = (mach_port_t *) dsc->address;
331 dsc->count * sizeof(mach_port_t));
355 mach_port_t rcv_name,
365 mach_port_t sel
[all...]
/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/headers/
H A Dmach_init.h71 extern mach_port_t mach_task_self(void);
72 extern mach_port_t mach_host_self(void);
73 extern mach_port_t mach_thread_self(void);
76 extern mach_port_t mach_task_self_;
88 extern mach_port_t bootstrap_port;
89 extern mach_port_t name_server_port;
90 extern mach_port_t environment_port;
91 extern mach_port_t service_port;
H A Dmach.h85 extern void panic_init(mach_port_t);
110 mach_port_t,
116 mach_port_t,
122 extern kern_return_t clock_get_res(mach_port_t,
124 extern kern_return_t clock_set_res(mach_port_t,
127 extern kern_return_t clock_sleep(mach_port_t,
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmach_types.h159 typedef mach_port_t task_t;
160 typedef mach_port_t task_name_t;
161 typedef mach_port_t thread_t;
162 typedef mach_port_t thread_act_t;
163 typedef mach_port_t ipc_space_t;
164 typedef mach_port_t host_t;
165 typedef mach_port_t host_priv_t;
166 typedef mach_port_t host_security_t;
167 typedef mach_port_t processor_t;
168 typedef mach_port_t processor_set_
[all...]
H A Dvm_types.h103 typedef mach_port_t vm_map_t;
138 typedef mach_port_t upl_t;
139 typedef mach_port_t vm_named_entry_t;
H A Dmemory_object.h77 typedef mach_port_t memory_object_t;
82 typedef mach_port_t memory_object_control_t;
86 typedef mach_port_t memory_object_name_t;
90 typedef mach_port_t memory_object_rep_t;
H A Dmig.h272 extern mach_port_t mig_get_reply_port(void);
275 extern void mig_dealloc_reply_port(mach_port_t reply_port);
278 extern void mig_put_reply_port(mach_port_t reply_port);
H A Dflipc_types.h184 typedef mach_port_t FLIPC_domain_t;
/macosx-10.5.8/xnu-1228.15.4/osfmk/device/
H A Ddevice_port.h71 extern mach_port_t master_device_port;
/macosx-10.5.8/xnu-1228.15.4/osfmk/UserNotification/
H A DUNDTypes.h60 extern UNDReplyRef convert_port_to_UNDReply(mach_port_t);
71 typedef mach_port_t UNDReplyRef;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dmemory_object.h96 mach_port_t convert_mo_control_to_port(
104 mach_port_t port);
107 mach_port_t convert_memory_object_to_port(
112 mach_port_t port);
/macosx-10.5.8/xnu-1228.15.4/bsd/uxkern/
H A Dux_exception.c158 exc_msg.Head.msgh_local_port = (mach_port_t)exc_set_name;
199 __unused mach_port_t exception_port,
200 mach_port_t thread,
201 mach_port_t task,
222 __unused mach_port_t exception_port,
223 mach_port_t thread,
224 mach_port_t task,
358 __unused mach_port_t exception_port,
373 __unused mach_port_t exception_port,
388 __unused mach_port_t exception_por
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_thread.c140 mach_port_t **thing_list,
166 size_needed = maxthings * sizeof (mach_port_t);
220 size_needed = actual * sizeof (mach_port_t);
268 *thing_list = (mach_port_t *)addr;
308 size_needed = actual * sizeof (mach_port_t);
340 size_needed = actual * sizeof (mach_port_t);
386 return chudxnu_private_processor_set_things(&pset0, (mach_port_t **)task_list, count, THING_TASK);
394 vm_size_t size = (*count)*sizeof(mach_port_t);
415 return chudxnu_private_processor_set_things(&pset0, (mach_port_t **)thread_list, count, THING_THREAD);
432 vm_size_t size = (*count)*sizeof(mach_port_t);
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIODataQueue.h130 virtual void setNotificationPort(mach_port_t port);

Completed in 129 milliseconds

123