Searched refs:_hurd_dtablesize (Results 1 – 9 of 9) sorted by relevance
47 for (i = first_fd; i < _hurd_dtablesize; ++i) in _hurd_alloc_fd()86 if (_hurd_dtablesize < rlimit) in _hurd_alloc_fd()93 int size = _hurd_dtablesize * 2; in _hurd_alloc_fd()116 if (first_fd < _hurd_dtablesize) in _hurd_alloc_fd()117 first_fd = _hurd_dtablesize; in _hurd_alloc_fd()119 for (i = _hurd_dtablesize; i < size; ++i) in _hurd_alloc_fd()121 _hurd_dtablesize = size; in _hurd_alloc_fd()
32 int _hurd_dtablesize; variable48 _hurd_dtablesize = _hurd_init_dtablesize; in init_dtable()51 _hurd_dtable = malloc (_hurd_dtablesize * sizeof (*_hurd_dtable)); in init_dtable()52 if (_hurd_dtablesize != 0 && _hurd_dtable == NULL) in init_dtable()89 for (; i < _hurd_dtablesize; ++i) in init_dtable()153 for (i = 0; !err && i < _hurd_dtablesize; ++i) in fork_child_dtable()208 for (i = 0; i < _hurd_dtablesize; ++i) in ctty_new_pgrp()263 for (i = 0; i < _hurd_dtablesize; ++i) in reauth_dtable()
178 if (fd < _hurd_dtablesize) in _hurd_select()261 if (i < _hurd_dtablesize) in _hurd_select()268 if (i >= _hurd_dtablesize || d[i].cell == NULL || in _hurd_select()295 if (nfds > _hurd_dtablesize) in _hurd_select()296 nfds = _hurd_dtablesize; in _hurd_select()
29 _hurd_dtable; _hurd_dtablesize; _hurd_dtable_lock;
95 for (i = 0; i < _hurd_dtablesize; ++i) in describe_port()
168 for (i = 0; i < _hurd_dtablesize; ++i) in _hurd_locked_install_cttyid()
152 dtablesize = _hurd_dtable ? _hurd_dtablesize : _hurd_init_dtablesize; in _hurd_exec_paths()
1354 for (d = 0; !lucky && (unsigned) d < (unsigned) _hurd_dtablesize; ++d) in signal_allowed()
50 extern int _hurd_dtablesize;76 if (fd < 0 || fd >= _hurd_dtablesize) in _hurd_fd_get()
Completed in 16 milliseconds