Home
last modified time | relevance | path

Searched refs:dtablesize (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/hurd/
Dhurdexec.c68 unsigned int dtablesize, i, j; in _hurd_exec_paths() local
156 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 …]
Dhurdstartup.c77 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()
Dhurdstartup.h40 mach_msg_type_number_t dtablesize; member
/glibc-2.36/sysdeps/mach/hurd/
Dspawni.c110 unsigned int dtablesize, orig_dtablesize, i; in __spawni() local
205 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 …]
Ddl-sysdep.c279 if ((unsigned int) fd < _dl_hurd_data->dtablesize in open_file()
569 unsigned int dtablesize = _dl_hurd_data->dtablesize; in __rtld_execve() local
592 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()
/glibc-2.36/sysdeps/mach/hurd/i386/
Dinit-first.c106 _hurd_init_dtablesize = d->dtablesize; in init1()
/glibc-2.36/ChangeLog.old/
DChangeLog.154817 * sysdeps/mach/hurd/spawni.c (EXPAND_DTABLE): Set dtablesize to
DChangeLog.1911607 of dtablesize for allocating dtable_cloexec.