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

12345

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_mach_port_t.h30 * mach_port_t - a named port right
43 * This definition of mach_port_t is only for user-space.
49 typedef __darwin_mach_port_t mach_port_t; typedef
/darwin-on-arm/xnu/libsyscall/mach/
H A Dexc_catcher.h34 typedef kern_return_t (*_libkernel_exc_raise_func_t)(mach_port_t,
35 mach_port_t,
36 mach_port_t,
41 typedef kern_return_t (*_libkernel_exc_raise_state_func_t)(mach_port_t,
51 typedef kern_return_t (*_libkernel_exec_raise_state_identity_t)(mach_port_t,
52 mach_port_t, mach_port_t,
H A Dmach_legacy.c33 mach_port_t
41 mach_port_t
47 mach_port_t
H A Dmig_reply_port.h34 void _mig_reply_port_callbacks(mach_port_t (*get)(void), void (*set)(mach_port_t));
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 Dmig_reply_port.c32 //extern mach_port_t _pthread_reply_port(pthread_t);
33 static mach_port_t _task_reply_port = MACH_PORT_NULL;
35 extern mach_port_t _mig_get_reply_port(void);
36 extern void _mig_set_reply_port(mach_port_t port);
56 mach_port_t
59 register mach_port_t port = _mig_get_reply_port();
72 mig_dealloc_reply_port(mach_port_t migport)
74 register mach_port_t port;
93 mig_put_reply_port(mach_port_t reply_port)
H A Dexc_catcher.c44 mach_port_t exception_port,
45 mach_port_t thread,
46 mach_port_t task,
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 Dslot_name.c61 mach_port_t task_self_(void) {
65 mach_port_t host_self(void) {
H A Dpanic.c66 static mach_port_t master_host_port;
69 panic_init(mach_port_t port)
/darwin-on-arm/xnu/libsyscall/wrappers/
H A D_libc_funcptr.c34 static mach_port_t (*_libc_get_reply_port)(void);
35 static void (*_libc_set_reply_port)(mach_port_t);
42 _mig_reply_port_callbacks(mach_port_t (*get)(void), void (*set)(mach_port_t))
48 mach_port_t _mig_get_reply_port(void) __attribute__((visibility("hidden")));
49 mach_port_t
55 void _mig_set_reply_port(mach_port_t port) __attribute__((visibility("hidden")));
57 _mig_set_reply_port(mach_port_t port)
H A D_libkernel_init.h36 mach_port_t (*get_reply_port)(void);
37 void (*set_reply_port)(mach_port_t);
/darwin-on-arm/xnu/libsyscall/mach/servers/
H A Dnetname.defs60 routine netname_check_in(server_port : mach_port_t;
62 signature : mach_port_t;
63 port_id : mach_port_t);
65 routine netname_look_up(server_port : mach_port_t;
68 out port_id : mach_port_t);
70 routine netname_check_out(server_port : mach_port_t;
72 signature : mach_port_t);
74 routine netname_version(server_port : mach_port_t;
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddefault_pager_object.defs79 default_pager : mach_port_t;
84 default_pager : mach_port_t;
88 default_pager : mach_port_t;
96 default_pager : mach_port_t;
104 default_pager : mach_port_t;
107 out backing_store : mach_port_t =
111 backing_store : mach_port_t);
116 backing_store : mach_port_t;
117 in device : mach_port_t;
124 backing_store : mach_port_t;
[all...]
/darwin-on-arm/xnu/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 Dclock_types.defs42 type clock_serv_t = mach_port_t
45 intran: clock_serv_t convert_port_to_clock(mach_port_t)
46 outtran: mach_port_t convert_clock_to_port(clock_serv_t)
50 type clock_ctrl_t = mach_port_t
53 intran: clock_ctrl_t convert_port_to_clock_ctrl(mach_port_t)
54 outtran: mach_port_t convert_clock_ctrl_to_port(clock_ctrl_t)
H A Dmach_types.defs87 type upl_t = mach_port_t
88 intran: upl_t convert_port_to_upl(mach_port_t)
89 outtran: mach_port_t convert_upl_to_port(upl_t)
106 type task_t = mach_port_t
108 intran: task_t convert_port_to_task(mach_port_t)
109 outtran: mach_port_t convert_task_to_port(task_t)
114 type task_name_t = mach_port_t
116 intran: task_name_t convert_port_to_task_name(mach_port_t)
117 outtran: mach_port_t convert_task_name_to_port(task_name_t)
122 type thread_t = mach_port_t
[all...]
H A Dexc.defs83 exception_port : mach_port_t;
84 thread : mach_port_t;
85 task : mach_port_t;
95 exception_port : mach_port_t;
109 exception_port : mach_port_t;
110 thread : mach_port_t;
111 task : mach_port_t;
H A Dmach_exc.defs83 exception_port : mach_port_t;
84 thread : mach_port_t;
85 task : mach_port_t;
95 exception_port : mach_port_t;
109 exception_port : mach_port_t;
110 thread : mach_port_t;
111 task : mach_port_t;
H A Dsync.defs57 type semaphore_t = mach_port_t
58 ctype: mach_port_t
60 intran: semaphore_t convert_port_to_semaphore(mach_port_t)
61 outtran: mach_port_t convert_semaphore_to_port(semaphore_t)
67 ctype: mach_port_t
69 intran: semaphore_t convert_port_to_semaphore(mach_port_t)
74 type lock_set_t = mach_port_t
75 ctype: mach_port_t
77 intran: lock_set_t convert_port_to_lock_set(mach_port_t)
78 outtran: mach_port_t convert_lock_set_to_por
[all...]
H A Dprof.defs127 reply_port : mach_port_t;
131 reply_port : mach_port_t;
H A Dtask_access.defs46 task_access_port : mach_port_t;
56 task_access_port : mach_port_t;
/darwin-on-arm/xnu/osfmk/device/
H A Ddevice_types.defs86 type device_t = mach_port_t
87 ctype: mach_port_t
89 intran: device_t dev_port_lookup(mach_port_t)
90 outtran: mach_port_t convert_device_to_port(device_t)
95 type io_done_queue_t = mach_port_t
96 ctype: mach_port_t
98 intran: io_done_queue_t io_done_queue_port_lookup(mach_port_t)
99 outtran: mach_port_t convert_io_done_queue_to_port(io_done_queue_t)
H A Ddevice_port.h71 extern mach_port_t master_device_port;
/darwin-on-arm/xnu/osfmk/UserNotification/
H A DUNDTypes.defs53 type UNDServerRef = mach_port_t;
55 type UNDReplyRef = mach_port_t
57 intran: UNDReplyRef convert_port_to_UNDReply(mach_port_t)
60 ctype: mach_port_t
/darwin-on-arm/xnu/libsyscall/mach/mach/
H A Dmach_init.h71 extern mach_port_t mach_host_self(void);
72 extern mach_port_t mach_thread_self(void);
75 extern mach_port_t mach_task_self_;
87 extern mach_port_t bootstrap_port;

Completed in 101 milliseconds

12345