Lines Matching refs:p
33 inline void dealloc (__typeof (_hurd_id.gen) *p) in _hurd_check_ids()
35 if (p->uids) in _hurd_check_ids()
38 (vm_address_t) p->uids, in _hurd_check_ids()
39 p->nuids * sizeof (uid_t)); in _hurd_check_ids()
40 p->uids = NULL; in _hurd_check_ids()
42 p->nuids = 0; in _hurd_check_ids()
43 if (p->gids) in _hurd_check_ids()
46 (vm_address_t) p->gids, in _hurd_check_ids()
47 p->ngids * sizeof (gid_t)); in _hurd_check_ids()
48 p->gids = NULL; in _hurd_check_ids()
50 p->ngids = 0; in _hurd_check_ids()