Lines Matching refs:dtablesize
68 unsigned int dtablesize, i; in _hurd_exec_paths() local
152 dtablesize = _hurd_dtable ? _hurd_dtablesize : _hurd_init_dtablesize; in _hurd_exec_paths()
161 please_dealloc = __alloca ((_hurd_nports + 3 + (3 * dtablesize)) in _hurd_exec_paths()
169 dtable = __alloca (dtablesize * sizeof (dtable[0])); in _hurd_exec_paths()
170 ulink_dtable = __alloca (dtablesize * sizeof (ulink_dtable[0])); in _hurd_exec_paths()
171 dtable_cells = __alloca (dtablesize * sizeof (dtable_cells[0])); in _hurd_exec_paths()
172 for (i = 0; i < dtablesize; ++i) in _hurd_exec_paths()
216 while (dtablesize > 0 && dtable[dtablesize - 1] == MACH_PORT_NULL) in _hurd_exec_paths()
217 --dtablesize; in _hurd_exec_paths()
302 dtable = __alloca (dtablesize * sizeof (dtable[0])); in _hurd_exec_paths()
303 for (i = 0; i < dtablesize; ++i) in _hurd_exec_paths()
311 while (++i < dtablesize) in _hurd_exec_paths()
325 memcpy (pdp, dtable, dtablesize * sizeof pdp[0]); in _hurd_exec_paths()
326 pdp += dtablesize; in _hurd_exec_paths()
328 for (i = 0; i < dtablesize; ++i) in _hurd_exec_paths()
338 while (++i < dtablesize) in _hurd_exec_paths()
371 for (i = 0; i < dtablesize; ++i) in _hurd_exec_paths()
388 dtable, MACH_MSG_TYPE_COPY_SEND, dtablesize, in _hurd_exec_paths()
400 dtable, MACH_MSG_TYPE_COPY_SEND, dtablesize, in _hurd_exec_paths()
420 for (i = 0; i < dtablesize; ++i) in _hurd_exec_paths()
425 for (i = 0; i < dtablesize; ++i) in _hurd_exec_paths()