Home
last modified time | relevance | path

Searched refs:__USEPORT (Results 1 – 20 of 20) sorted by relevance

/hurd/
A Dhurdprio.c46 err = __USEPORT (PROC, __proc_getpgrppids (port, who, &pids, &npids)); in _hurd_priority_which_map()
54 err = __USEPORT (PROC, __proc_getallpids (port, &pids, &npids)); in _hurd_priority_which_map()
62 err = __USEPORT (PROC, __proc_getprocinfo (port, pids[i], in _hurd_priority_which_map()
A Dtask2pid.c25 err = __USEPORT (PROC, __proc_task2pid (port, task, &pid)); in __task2pid()
A Dpid2task.c26 err = __USEPORT (PROC, __proc_pid2task (port, pid, &task)); in __pid2task()
A Dsetauth.c85 if (__USEPORT (CRDIR, in _hurd_setauth()
95 if (__USEPORT (CWDIR, in _hurd_setauth()
A Dport2fd.c35 __USEPORT (CTTYID, in _hurd_port2fd()
A Dprivports.c38 err = __USEPORT (PROC, __proc_getprivports (port, in __get_privileged_ports()
A Dhurdpid.c28 __USEPORT (PROC, in init_pids()
A Dctty-input.c64 __USEPORT (CTTYID, _hurd_sig_post (0, SIGTTIN, port)); in _hurd_ctty_input()
A Dctty-output.c69 __USEPORT (CTTYID, _hurd_sig_post (0, SIGTTOU, port)); in _hurd_ctty_output()
A Ddtable.c194 if (__USEPORT (CTTYID, port == MACH_PORT_NULL)) in ctty_new_pgrp()
281 && ! __USEPORT (AUTH, __auth_user_authenticate in reauth_dtable()
292 && ! __USEPORT (AUTH, __auth_user_authenticate in reauth_dtable()
A Dseteuids.c41 err = __USEPORT (AUTH, in seteuids()
A Dhurdauth.c28 if (__USEPORT (AUTH, ref == port)) in _hurd_refport_secure_p()
128 err = __USEPORT (AUTH, in _S_msg_add_auth()
215 err = __USEPORT (AUTH, __auth_makeauth in _S_msg_del_auth()
A Dhurdid.c64 if (err = __USEPORT (AUTH, __auth_getids in _hurd_check_ids()
A Dhurdsig.c647 __USEPORT (PROC, in weak_alias()
672 __USEPORT (PROC, __proc_mark_cont (port)); in weak_alias()
923 error_t err = __USEPORT (PROC, __proc_mark_stop in weak_alias()
963 err = __USEPORT (PROC, __proc_dostop (port, _hurd_msgport_thread)); in weak_alias()
1318 if (__USEPORT (CTTYID, port == refport)) in signal_allowed()
1326 if (! __USEPORT (PROC, __proc_getsidport (port, &sessport))) in signal_allowed()
A Dhurdfault.c211 err = __USEPORT in _hurdsig_fault_init()
A Dhurd.h98 #define __USEPORT(which, expr) \ macro
A Dreport-wait.c242 if (__USEPORT (AUTH, msgport != port)) in _S_msg_describe_ports()
A Dhurdioctl.c289 if (__USEPORT (CTTYID, port != fd_cttyid)) in tiocnotty()
A Dhurdmsg.c28 if (auth != mach_task_self () && ! __USEPORT (AUTH, port == auth)) \
A Dhurdexec.c91 if (err = __USEPORT (PROC, __proc_task2proc (port, task, &ports[i]))) in _hurd_exec_paths()

Completed in 34 milliseconds