Searched refs:_hurd_ports (Results 1 – 13 of 13) sorted by relevance
/hurd/ |
A D | hurdinit.c | 30 struct hurd_port *_hurd_ports; variable 46 if (__glibc_unlikely (_hurd_ports == NULL)) in _hurd_ports_use() 52 return HURD_PORT_USE (&_hurd_ports[which], (*operate) (port)); in _hurd_ports_use() 73 _hurd_ports = malloc (portarraysize * sizeof (*_hurd_ports)); in _hurd_init() 74 if (_hurd_ports == NULL) in _hurd_init() 80 _hurd_port_init (&_hurd_ports[i], portarray[i]); in _hurd_init() 172 procserver = _hurd_port_get (&_hurd_ports[INIT_PORT_PROC], &ulink); in _hurd_new_proc_init() 185 _hurd_port_free (&_hurd_ports[INIT_PORT_PROC], &ulink, procserver); in _hurd_new_proc_init() 238 _hurd_port_set (&_hurd_ports[INIT_PORT_PROC], procserver); in _hurd_setproc()
|
A D | setauth.c | 52 _hurd_port_set (&_hurd_ports[INIT_PORT_AUTH], new); in _hurd_setauth() 71 && ! HURD_PORT_USE (&_hurd_ports[INIT_PORT_AUTH], in _hurd_setauth() 91 _hurd_port_set (&_hurd_ports[INIT_PORT_CRDIR], newport); in _hurd_setauth() 101 _hurd_port_set (&_hurd_ports[INIT_PORT_CWDIR], newport); in _hurd_setauth()
|
A D | hurdkill.c | 49 proc = _hurd_port_get (&_hurd_ports[INIT_PORT_PROC], &ulink); in _hurd_sig_post() 84 _hurd_port_free (&_hurd_ports[INIT_PORT_PROC], &ulink, proc); in _hurd_sig_post()
|
A D | fchroot.c | 45 _hurd_port_set (&_hurd_ports[INIT_PORT_CRDIR], root); in fchroot()
|
A D | ports-get.c | 39 return HURD_PORT_USE (&_hurd_ports[which], in _hurd_ports_get()
|
A D | ports-set.c | 52 _hurd_port_set (&_hurd_ports[which], newport); in _hurd_ports_set()
|
A D | privports.c | 35 if (_hurd_ports) in __get_privileged_ports()
|
A D | hurd.h | 89 extern struct hurd_port *_hurd_ports; 99 HURD_PORT_USE (&_hurd_ports[INIT_PORT_##which], (expr))
|
A D | Versions | 32 _hurd_ports;
|
A D | hurdexec.c | 65 _hurd_port_free (&_hurd_ports[i], &ulink_ports[i], ports[i]); in _hurd_exec_paths() 99 ports[i] = _hurd_port_get (&_hurd_ports[i], &ulink_ports[i]); in _hurd_exec_paths()
|
A D | report-wait.c | 84 if (port == _hurd_ports[i].port) in describe_port()
|
A D | hurdioctl.c | 141 struct hurd_port *const port = &_hurd_ports[INIT_PORT_CTTYID]; in _hurd_locked_install_cttyid()
|
A D | hurdsig.c | 317 _hurd_ports[INIT_PORT_CTTYID].port, in libc_hidden_def() 1596 if (! HURD_PORT_USE (&_hurd_ports[INIT_PORT_PROC], in reauth_proc() 1609 HURD_PORT_USE (&_hurd_ports[INIT_PORT_PROC], in reauth_proc()
|
Completed in 23 milliseconds