Searched refs:newauth (Results 1 – 3 of 3) sorted by relevance
26 auth_t newauth; in seteuids() local47 &newauth)); in seteuids()59 err = __setauth (newauth); in seteuids()60 __mach_port_deallocate (__mach_task_self (), newauth); in seteuids()
38 auth_t newauth; in _S_msg_add_auth() local135 &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() local222 &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()
242 auth_t newauth; in _hurd_exec_paths() local259 &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