Lines Matching refs:new
32 _hurd_setauth (auth_t new) in _hurd_setauth() argument
40 if (err = __mach_port_mod_refs (__mach_task_self (), new, in _hurd_setauth()
52 _hurd_port_set (&_hurd_ports[INIT_PORT_AUTH], new); in _hurd_setauth()
67 mach_port_t new; in _hurd_setauth() local
75 &new))) in _hurd_setauth()
79 _hurd_init_dtable[d] = new; in _hurd_setauth()
88 && ! __auth_user_authenticate (new, in _hurd_setauth()
98 && ! __auth_user_authenticate (new, in _hurd_setauth()
105 RUN_HOOK (_hurd_reauth_hook, (new)); in _hurd_setauth()
115 __setauth (auth_t new) in __setauth() argument
117 error_t err = _hurd_setauth (new); in __setauth()