Searched refs:rid_auth (Results 1 – 4 of 4) 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()
247 if (_hurd_id.rid_auth != MACH_PORT_NULL) in _hurd_exec_paths()249 __mach_port_deallocate (__mach_task_self (), _hurd_id.rid_auth); in _hurd_exec_paths()250 _hurd_id.rid_auth = MACH_PORT_NULL; in _hurd_exec_paths()
44 auth_t rid_auth; /* Cache used by access. */ member
Completed in 9 milliseconds