Lines Matching refs:_hurd_id
101 __mutex_lock (&_hurd_id.lock); in _S_msg_add_auth()
107 _hurd_id.genaux.uidgid ## s, \ in _S_msg_add_auth()
108 _hurd_id.genaux.n ## uidgid ## s, \ in _S_msg_add_auth()
121 __mutex_unlock (&_hurd_id.lock); in _S_msg_add_auth()
178 __mutex_lock (&_hurd_id.lock); in _S_msg_del_auth()
184 size_t nu = _hurd_id.gen.nuids, ng = _hurd_id.gen.ngids; in _S_msg_del_auth()
188 memcpy (newu, _hurd_id.gen.uids, nu * sizeof (uid_t)); in _S_msg_del_auth()
189 memcpy (newg, _hurd_id.gen.gids, ng * sizeof (gid_t)); in _S_msg_del_auth()
219 _hurd_id.aux.uids, _hurd_id.aux.nuids, in _S_msg_del_auth()
221 _hurd_id.aux.uids, _hurd_id.aux.ngids, in _S_msg_del_auth()
224 __mutex_unlock (&_hurd_id.lock); in _S_msg_del_auth()