Searched refs:_hurd_nports (Results 1 – 7 of 7) sorted by relevance
61 mach_port_t ports[_hurd_nports]; in _hurd_exec_paths()62 struct hurd_userlink ulink_ports[_hurd_nports]; in _hurd_exec_paths()86 for (i = 0; i < _hurd_nports; ++i) in _hurd_exec_paths()161 please_dealloc = __alloca ((_hurd_nports + 3 + (3 * dtablesize)) in _hurd_exec_paths()369 for (i = 0; i < _hurd_nports; ++i) in _hurd_exec_paths()390 _hurd_nports, in _hurd_exec_paths()401 ports, MACH_MSG_TYPE_COPY_SEND, _hurd_nports, in _hurd_exec_paths()409 for (i = 0; i < _hurd_nports; ++i) in _hurd_exec_paths()
36 if (which >= _hurd_nports) in _hurd_ports_get()
45 if (which >= _hurd_nports) in _hurd_ports_set()
72 _hurd_nports * sizeof (mach_port_t), 1)) in _S_msg_get_init_ports()74 *nports = _hurd_nports; in _S_msg_get_init_ports()76 for (i = 0; i < _hurd_nports; ++i) in _S_msg_get_init_ports()103 for (i = 0; i < _hurd_nports; ++i) in _S_msg_set_init_ports()
31 unsigned int _hurd_nports; variable76 _hurd_nports = portarraysize; in _hurd_init()
90 extern unsigned int _hurd_nports;
83 for (i = 0; i < _hurd_nports; ++i) in describe_port()
Completed in 13 milliseconds