Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 6 of 6) sorted by relevance

/hurd/
A Dsetauth.c36 mach_port_t newport, ref; in _hurd_setauth() local
68 ref = __mach_reply_port (); in _hurd_setauth()
70 ref, MACH_MSG_TYPE_MAKE_SEND) in _hurd_setauth()
74 ref, MACH_MSG_TYPE_MAKE_SEND, in _hurd_setauth()
84 ref = __mach_reply_port (); in _hurd_setauth()
87 ref, MACH_MSG_TYPE_MAKE_SEND) in _hurd_setauth()
89 ref, MACH_MSG_TYPE_MAKE_SEND, in _hurd_setauth()
92 __mach_port_destroy (__mach_task_self (), ref); in _hurd_setauth()
94 ref = __mach_reply_port (); in _hurd_setauth()
97 ref, MACH_MSG_TYPE_MAKE_SEND) in _hurd_setauth()
[all …]
A Ddtable.c266 mach_port_t new, newctty, ref; in reauth_dtable() local
272 ref = __mach_reply_port (); in reauth_dtable()
280 ref, MACH_MSG_TYPE_MAKE_SEND) in reauth_dtable()
283 ref, MACH_MSG_TYPE_MAKE_SEND, in reauth_dtable()
291 ref, MACH_MSG_TYPE_MAKE_SEND) in reauth_dtable()
294 ref, MACH_MSG_TYPE_MAKE_SEND, in reauth_dtable()
304 __mach_port_destroy (__mach_task_self (), ref); in reauth_dtable()
A Dlookup-retry.c83 mach_port_t ref = __mach_reply_port (); in __hurd_file_name_lookup_retry() local
86 return __auth_user_authenticate (auth, ref, in __hurd_file_name_lookup_retry()
90 err = __io_reauthenticate (unauth, ref, MACH_MSG_TYPE_MAKE_SEND); in __hurd_file_name_lookup_retry()
93 __mach_port_destroy (__mach_task_self (), ref); in __hurd_file_name_lookup_retry()
A Dhurdauth.c24 _hurd_refport_secure_p (mach_port_t ref) in _hurd_refport_secure_p() argument
26 if (ref == __mach_task_self ()) in _hurd_refport_secure_p()
28 if (__USEPORT (AUTH, ref == port)) in _hurd_refport_secure_p()
A Dhurdexec.c267 mach_port_t ref = __mach_reply_port (); in _hurd_exec_paths() local
270 ref, MACH_MSG_TYPE_MAKE_SEND); in _hurd_exec_paths()
273 ref, MACH_MSG_TYPE_MAKE_SEND, in _hurd_exec_paths()
275 __mach_port_destroy (__mach_task_self (), ref); in _hurd_exec_paths()
A Dhurdsig.c1593 mach_port_t ref, ignore; in reauth_proc() local
1595 ref = __mach_reply_port (); in reauth_proc()
1597 __proc_reauthenticate (port, ref, in reauth_proc()
1599 || __auth_user_authenticate (new, ref, in reauth_proc()
1604 __mach_port_destroy (__mach_task_self (), ref); in reauth_proc()

Completed in 13 milliseconds