Home
last modified time | relevance | path

Searched refs:_hurd_dtablesize (Results 1 – 9 of 9) sorted by relevance

/hurd/
A Dalloc-fd.c47 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()
A Ddtable.c32 int _hurd_dtablesize; variable
48 _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()
A Dhurdselect.c178 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()
A DVersions29 _hurd_dtable; _hurd_dtablesize; _hurd_dtable_lock;
A Dreport-wait.c95 for (i = 0; i < _hurd_dtablesize; ++i) in describe_port()
A Dhurdioctl.c168 for (i = 0; i < _hurd_dtablesize; ++i) in _hurd_locked_install_cttyid()
A Dhurdexec.c152 dtablesize = _hurd_dtable ? _hurd_dtablesize : _hurd_init_dtablesize; in _hurd_exec_paths()
A Dhurdsig.c1354 for (d = 0; !lucky && (unsigned) d < (unsigned) _hurd_dtablesize; ++d) in signal_allowed()
/hurd/hurd/
A Dfd.h50 extern int _hurd_dtablesize;
76 if (fd < 0 || fd >= _hurd_dtablesize) in _hurd_fd_get()

Completed in 19 milliseconds