Home
last modified time | relevance | path

Searched refs:_hurd_nports (Results 1 – 7 of 7) sorted by relevance

/hurd/
A Dhurdexec.c61 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()
A Dports-get.c36 if (which >= _hurd_nports) in _hurd_ports_get()
A Dports-set.c45 if (which >= _hurd_nports) in _hurd_ports_set()
A Dhurdmsg.c72 _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()
A Dhurdinit.c31 unsigned int _hurd_nports; variable
76 _hurd_nports = portarraysize; in _hurd_init()
A Dhurd.h90 extern unsigned int _hurd_nports;
A Dreport-wait.c83 for (i = 0; i < _hurd_nports; ++i) in describe_port()

Completed in 13 milliseconds