Home
last modified time | relevance | path

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

/hurd/
A Dhurdexec.c68 unsigned int dtablesize, i; in _hurd_exec_paths() local
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()
303 for (i = 0; i < dtablesize; ++i) in _hurd_exec_paths()
311 while (++i < dtablesize) 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()
[all …]
A 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()
A Dhurdstartup.h40 mach_msg_type_number_t dtablesize; member

Completed in 7 milliseconds