Searched refs:rid_auth (Results 1 – 6 of 6) sorted by relevance
58 if (_hurd_id.rid_auth != MACH_PORT_NULL) in _hurd_check_ids()60 __mach_port_deallocate (__mach_task_self (), _hurd_id.rid_auth); in _hurd_check_ids()61 _hurd_id.rid_auth = MACH_PORT_NULL; in _hurd_check_ids()83 _hurd_id.rid_auth = MACH_PORT_NULL; in init_id()
54 if (_hurd_id.rid_auth) in _hurd_setauth()56 __mach_port_deallocate (__mach_task_self (), _hurd_id.rid_auth); in _hurd_setauth()57 _hurd_id.rid_auth = MACH_PORT_NULL; in _hurd_setauth()
238 if (_hurd_id.rid_auth != MACH_PORT_NULL) in _hurd_exec_paths()240 __mach_port_deallocate (__mach_task_self (), _hurd_id.rid_auth); in _hurd_exec_paths()241 _hurd_id.rid_auth = MACH_PORT_NULL; in _hurd_exec_paths()
78 err = __auth_user_authenticate (_hurd_id.rid_auth, in __faccessat_common()98 err = __auth_user_authenticate (_hurd_id.rid_auth, in __faccessat_common()112 return (*operate) (_hurd_id.rid_auth); in __faccessat_common()138 if (_hurd_id.rid_auth == MACH_PORT_NULL) in __faccessat_common()162 &_hurd_id.rid_auth))) in __faccessat_common()
400 if (!err && _hurd_id.rid_auth == MACH_PORT_NULL) in __spawni()422 &_hurd_id.rid_auth)); in __spawni()427 assert (_hurd_id.rid_auth != MACH_PORT_NULL); in __spawni()428 auth = _hurd_id.rid_auth; in __spawni()
44 auth_t rid_auth; /* Cache used by access. */ member