Searched refs:dtablesize (Results 1 – 8 of 8) sorted by relevance
68 unsigned int dtablesize, i, j; in _hurd_exec_paths() local156 dtablesize = _hurd_dtable ? _hurd_dtablesize : _hurd_init_dtablesize; in _hurd_exec_paths()165 please_dealloc = __alloca ((_hurd_nports + 3 + (3 * dtablesize)) in _hurd_exec_paths()173 dtable = __alloca (dtablesize * sizeof (dtable[0])); in _hurd_exec_paths()174 ulink_dtable = __alloca (dtablesize * sizeof (ulink_dtable[0])); in _hurd_exec_paths()175 dtable_cells = __alloca (dtablesize * sizeof (dtable_cells[0])); in _hurd_exec_paths()176 for (i = 0; i < dtablesize; ++i) in _hurd_exec_paths()220 while (dtablesize > 0 && dtable[dtablesize - 1] == MACH_PORT_NULL) in _hurd_exec_paths()221 --dtablesize; in _hurd_exec_paths()309 dtable = __alloca (dtablesize * sizeof (dtable[0])); in _hurd_exec_paths()[all …]
77 data.dtablesize = data.portarraysize = data.intarraysize = 0; in _hurd_startup()86 &data.dtable, &data.dtablesize, in _hurd_startup()143 data.dtablesize = 0; in _hurd_startup()176 _hurd_init_dtablesize = d->dtablesize; in _hurd_startup()
40 mach_msg_type_number_t dtablesize; member
110 unsigned int dtablesize, orig_dtablesize, i; in __spawni() local205 if ((unsigned int) fd < dtablesize && dtable[fd] != MACH_PORT_NULL) in __spawni()279 if ((unsigned int)fd >= dtablesize in __spawni()459 dtablesize = _hurd_dtablesize; in __spawni()461 dtable = __alloca (dtablesize * sizeof (dtable[0])); in __spawni()462 ulink_dtable = __alloca (dtablesize * sizeof (ulink_dtable[0])); in __spawni()463 dtable_cells = __alloca (dtablesize * sizeof (dtable_cells[0])); in __spawni()465 for (i = 0; i < dtablesize; ++i) in __spawni()491 if ((unsigned int)fd < dtablesize in __spawni()511 while ((unsigned int) lowfd < dtablesize) in __spawni()[all …]
279 if ((unsigned int) fd < _dl_hurd_data->dtablesize in open_file()569 unsigned int dtablesize = _dl_hurd_data->dtablesize; in __rtld_execve() local592 please_dealloc = __alloca ((portarraysize + dtablesize) in __rtld_execve()616 for (i = 0; i < dtablesize; ++i) in __rtld_execve()646 dtable, MACH_MSG_TYPE_COPY_SEND, dtablesize, in __rtld_execve()
106 _hurd_init_dtablesize = d->dtablesize; in init1()
4817 * sysdeps/mach/hurd/spawni.c (EXPAND_DTABLE): Set dtablesize to
11607 of dtablesize for allocating dtable_cloexec.