Home
last modified time | relevance | path

Searched refs:rid_auth (Results 1 – 4 of 4) sorted by relevance

/hurd/
A Dhurdid.c58 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()
A Dsetauth.c54 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()
A Dhurdexec.c247 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()
/hurd/hurd/
A Did.h44 auth_t rid_auth; /* Cache used by access. */ member

Completed in 8 milliseconds