Searched refs:dealloc (Results 1 – 6 of 6) sorted by relevance
27 _hurd_intern_fd (io_t port, int flags, int dealloc) in _hurd_intern_fd() argument43 if (dealloc) in _hurd_intern_fd()
33 inline void dealloc (__typeof (_hurd_id.gen) *p) in _hurd_check_ids()55 dealloc (&_hurd_id.gen); in _hurd_check_ids()56 dealloc (&_hurd_id.aux); in _hurd_check_ids()
182 inline void clean_ports (mach_port_t *ports, int dealloc) in _hurd_intr_rpc_mach_msg()202 if (dealloc) in _hurd_intr_rpc_mach_msg()
170 int dealloc; in _hurd_port_free() local178 dealloc = _hurd_userlink_unlink (link); in _hurd_port_free()181 if (dealloc) in _hurd_port_free()
129 int dealloc = ! link->resource.next && ! link->resource.prevp; in _hurd_userlink_unlink() local146 return dealloc; in _hurd_userlink_unlink()
237 extern int _hurd_intern_fd (io_t port, int flags, int dealloc);
Completed in 11 milliseconds