Home
last modified time | relevance | path

Searched refs:newauth (Results 1 – 3 of 3) sorted by relevance

/hurd/
A Dseteuids.c26 auth_t newauth; in seteuids() local
47 &newauth)); in seteuids()
59 err = __setauth (newauth); in seteuids()
60 __mach_port_deallocate (__mach_task_self (), newauth); in seteuids()
A Dhurdauth.c38 auth_t newauth; in _S_msg_add_auth() local
135 &newauth)); in _S_msg_add_auth()
157 err = __setauth (newauth); in _S_msg_add_auth()
158 __mach_port_deallocate (__mach_task_self (), newauth); in _S_msg_add_auth()
172 auth_t newauth; in _S_msg_del_auth() local
222 &newauth)); in _S_msg_del_auth()
230 err = __setauth (newauth); in _S_msg_del_auth()
231 __mach_port_deallocate (__mach_task_self (), newauth); in _S_msg_del_auth()
A Dhurdexec.c242 auth_t newauth; in _hurd_exec_paths() local
259 &newauth); in _hurd_exec_paths()
272 err = __auth_user_authenticate (newauth, in _hurd_exec_paths()
291 ports[INIT_PORT_AUTH] = newauth; in _hurd_exec_paths()

Completed in 6 milliseconds