Searched refs:_hurd_init_dtablesize (Results 1 – 7 of 7) sorted by relevance
44 if (fd < 0 || (unsigned int) fd > _hurd_init_dtablesize in weak_alias()
48 _hurd_dtablesize = _hurd_init_dtablesize; in init_dtable()56 for (i = 0; (unsigned int) i < _hurd_init_dtablesize; ++i) in init_dtable()84 _hurd_init_dtablesize * sizeof (_hurd_init_dtable[0])); in init_dtable()86 _hurd_init_dtablesize = 0; in init_dtable()
33 mach_msg_type_number_t _hurd_init_dtablesize; variable176 _hurd_init_dtablesize = d->dtablesize; in _hurd_startup()
64 for (d = 0; d < _hurd_init_dtablesize; ++d) in _hurd_setauth()
117 extern mach_msg_type_number_t _hurd_init_dtablesize;
89 for (i = 0; i < _hurd_init_dtablesize; ++i) in describe_port()
152 dtablesize = _hurd_dtable ? _hurd_dtablesize : _hurd_init_dtablesize; in _hurd_exec_paths()
Completed in 13 milliseconds