Home
last modified time | relevance | path

Searched refs:mach_port_t (Results 1 – 25 of 37) sorted by relevance

12

/hurd/
A Dhurdmsg.c46 _S_msg_set_init_port (mach_port_t msgport, mach_port_t auth, in _S_msg_set_init_port()
61 _S_msg_get_init_ports (mach_port_t msgport, mach_port_t auth, in _S_msg_get_init_ports()
95 _S_msg_set_init_ports (mach_port_t msgport, mach_port_t auth, in _S_msg_set_init_ports()
152 _S_msg_get_init_int (mach_port_t msgport, mach_port_t auth, in _S_msg_get_init_int()
161 _S_msg_get_init_ints (mach_port_t msgport, mach_port_t auth, in _S_msg_get_init_ints()
236 _S_msg_set_init_int (mach_port_t msgport, mach_port_t auth, in _S_msg_set_init_int()
245 _S_msg_set_init_ints (mach_port_t msgport, mach_port_t auth, in _S_msg_set_init_ints()
269 _S_msg_get_fd (mach_port_t msgport, mach_port_t auth, int which, in _S_msg_get_fd()
285 _S_msg_set_fd (mach_port_t msgport, mach_port_t auth, in _S_msg_set_fd()
324 _S_msg_set_env_variable (mach_port_t msgport, mach_port_t auth, in _S_msg_set_env_variable()
[all …]
A Dports-set.c21 setbootstrap (mach_port_t newport) in setbootstrap()
30 extern error_t _hurd_setcttyid (mach_port_t);
32 error_t (*_hurd_ports_setters[INIT_PORT_MAX]) (mach_port_t newport) =
42 _hurd_ports_set (unsigned int which, mach_port_t newport) in _hurd_ports_set()
A Dhurd.h116 extern mach_port_t *_hurd_init_dtable;
152 extern error_t _hurd_ports_get (unsigned int which, mach_port_t *result);
153 extern error_t _hurd_ports_set (unsigned int which, mach_port_t newport);
158 extern mach_port_t getcttyid (void);
161 extern int setcttyid (mach_port_t);
275 mach_port_t *portarray, size_t portarraysize,
307 extern error_t _hurd_sig_post (pid_t pid, int sig, mach_port_t refport);
308 extern error_t hurd_sig_post (pid_t pid, int sig, mach_port_t refport);
316 extern kern_return_t __get_privileged_ports (mach_port_t *host_priv_ptr,
318 extern kern_return_t get_privileged_ports (mach_port_t *host_priv_ptr,
[all …]
A Dports-get.c21 getbootstrap (mach_port_t *result) in getbootstrap()
28 error_t (*_hurd_ports_getters[INIT_PORT_MAX]) (mach_port_t *result) =
34 _hurd_ports_get (unsigned int which, mach_port_t *result) in _hurd_ports_get()
A Dhurdports.c22 static inline mach_port_t
25 mach_port_t result; in get()
36 set (const int idx, mach_port_t new) in set()
48 GETSET (mach_port_t, cttyid, CTTYID)
A Dhurdstartup.h39 mach_port_t *dtable;
41 mach_port_t *portarray;
A Dhurdinit.c40 static mach_port_t *_hurd_portarray;
44 _hurd_ports_use (int which, error_t (*operate) (mach_port_t)) in _hurd_ports_use() argument
66 mach_port_t *portarray, size_t portarraysize, in _hurd_init()
138 _hurd_portarraysize * sizeof (mach_port_t)); in libc_hidden_def()
162 mach_port_t oldmsg; in _hurd_new_proc_init()
220 mach_port_t oldmsg; in _hurd_setproc()
A Dhurdioctl.c138 _hurd_locked_install_cttyid (mach_port_t cttyid) in _hurd_locked_install_cttyid()
140 mach_port_t old; in _hurd_locked_install_cttyid()
171 mach_port_t newctty = MACH_PORT_NULL; in _hurd_locked_install_cttyid()
180 ({ mach_port_t id; in _hurd_locked_install_cttyid()
208 install_ctty (mach_port_t cttyid) in install_ctty()
220 _hurd_setcttyid (mach_port_t cttyid) in _hurd_setcttyid()
243 mach_port_t cttyid; in do_tiocsctty()
283 mach_port_t fd_cttyid; in tiocnotty()
A Dport2fd.c31 mach_port_t cttyid; in _hurd_port2fd()
55 mach_port_t old in _hurd_port2fd()
A Dprivports.c23 mach_port_t _hurd_host_priv, _hurd_device_master;
27 __get_privileged_ports (mach_port_t *host_priv_ptr, in __get_privileged_ports()
A Dcatch-exc.c25 _S_catch_exception_raise (mach_port_t port, in _S_catch_exception_raise()
101 _S_catch_exception_raise_state (mach_port_t port, in _S_catch_exception_raise_state()
116 _S_catch_exception_raise_state_identity (mach_port_t exception_port, in _S_catch_exception_raise_state_identity()
A Dreport-wait.c71 describe_port (char *description, mach_port_t port, size_t size) in describe_port()
114 _S_msg_report_wait (mach_port_t msgport, thread_t thread, in weak_extern()
158 mach_port_t send_port, rcv_port; in weak_extern()
236 _S_msg_describe_ports (mach_port_t msgport, mach_port_t refport, in _S_msg_describe_ports()
237 mach_port_t *ports, mach_msg_type_number_t nports, in _S_msg_describe_ports()
A Dhurdfault.c36 static mach_port_t forward_sigexc; in weak_alias()
39 _hurdsig_fault_catch_exception_raise (mach_port_t port,
84 (mach_port_t port, in _hurdsig_fault_catch_exception_raise_state()
100 (mach_port_t exception_port, in _hurdsig_fault_catch_exception_raise_state_identity()
170 mach_port_t sigexc; in _hurdsig_fault_init()
A Dhurdkill.c31 _hurd_sig_post (pid_t pid, int sig, mach_port_t arg_refport) in _hurd_sig_post()
35 mach_port_t proc; in _hurd_sig_post()
A Dintr-msg.c36 mach_port_t rcv_name, in _hurd_intr_rpc_mach_msg()
38 mach_port_t notify) in _hurd_intr_rpc_mach_msg()
76 mach_port_t remote_port; in _hurd_intr_rpc_mach_msg()
182 inline void clean_ports (mach_port_t *ports, int dealloc) in _hurd_intr_rpc_mach_msg()
205 number * sizeof (mach_port_t)); in _hurd_intr_rpc_mach_msg()
272 const mach_port_t *ports = desc->ool_ports.address; in _hurd_intr_rpc_mach_msg()
288 * sizeof (mach_port_t)); in _hurd_intr_rpc_mach_msg()
A Dport-cleanup.c29 __mach_port_deallocate (__mach_task_self (), (mach_port_t) cleanup_data); in _hurd_port_cleanup()
A Dthread-cancel.c26 extern mach_port_t _hurdsig_abort_rpcs (struct hurd_sigstate *ss,
30 mach_port_t *reply_port,
A Dhurdsig.c45 mach_port_t _hurd_msgport;
271 mach_port_t coreserver; in libc_hidden_def()
362 static mach_port_t *
412 mach_port_t
420 mach_port_t intr_port; in _hurdsig_abort_rpcs()
514 mach_port_t *reply_ports; in abort_all_rpcs()
1009 mach_port_t *loc; in weak_alias()
1325 mach_port_t sessport; in signal_allowed()
1358 mach_port_t asyncid; in signal_allowed()
1395 mach_port_t refport) in _S_msg_sig_post()
[all …]
A Dlookup-at.c60 error_t use_init_port (int which, error_t (*operate) (mach_port_t)) in __file_name_lookup_at()
90 error_t use_init_port (int which, error_t (*operate) (mach_port_t)) in __file_name_split_at()
115 error_t use_init_port (int which, error_t (*operate) (mach_port_t)) in __directory_name_split_at()
A Dhurdlookup.c47 mach_port_t *result), in __hurd_file_name_lookup()
56 error_t lookup_op (mach_port_t startdir) in __hurd_file_name_lookup()
110 mach_port_t *result), in weak_alias()
163 mach_port_t *result), in weak_alias()
269 error_t use_init_port (int which, error_t (*operate) (mach_port_t)) in weak_alias()
A Dsetauth.c36 mach_port_t newport, ref; in _hurd_setauth()
67 mach_port_t new; in _hurd_setauth()
/hurd/hurd/
A Dport.h40 mach_port_t port; /* Port. */
68 _hurd_port_init (struct hurd_port *port, mach_port_t init) in _hurd_port_init()
84 extern mach_port_t
90 _HURD_PORT_H_EXTERN_INLINE mach_port_t
94 mach_port_t result; in _hurd_port_locked_get()
110 extern mach_port_t
116 _HURD_PORT_H_EXTERN_INLINE mach_port_t
120 mach_port_t result; in _hurd_port_get()
161 mach_port_t used_port);
168 mach_port_t used_port) in _hurd_port_free()
[all …]
A Dlookup.h57 mach_port_t *result),
63 error_t (*operate) (mach_port_t)),
68 mach_port_t *result),
85 mach_port_t *result),
90 error_t (*operate) (mach_port_t)),
95 mach_port_t *result),
109 mach_port_t *result),
119 mach_port_t *result),
139 mach_port_t *result),
153 mach_port_t *result),
[all …]
A Dsignal.h97 mach_port_t suspended;
102 volatile mach_port_t intr_port; /* Port interruptible RPC was sent on. */
186 extern mach_port_t _hurd_msgport;
321 mach_port_t reply_port,
365 mach_port_t rcv_name,
367 mach_port_t notify);
407 mach_port_t msgport, refport = MACH_PORT_NULL; \
A Dthreadvar.h48 extern mach_port_t __hurd_reply_port0;

Completed in 42 milliseconds

12