Home
last modified time | relevance | path

Searched refs:_hurd_ports (Results 1 – 13 of 13) sorted by relevance

/hurd/
A Dhurdinit.c30 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 Dsetauth.c52 _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 Dhurdkill.c49 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 Dfchroot.c45 _hurd_port_set (&_hurd_ports[INIT_PORT_CRDIR], root); in fchroot()
A Dports-get.c39 return HURD_PORT_USE (&_hurd_ports[which], in _hurd_ports_get()
A Dports-set.c52 _hurd_port_set (&_hurd_ports[which], newport); in _hurd_ports_set()
A Dprivports.c35 if (_hurd_ports) in __get_privileged_ports()
A Dhurd.h89 extern struct hurd_port *_hurd_ports;
99 HURD_PORT_USE (&_hurd_ports[INIT_PORT_##which], (expr))
A DVersions32 _hurd_ports;
A Dhurdexec.c65 _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 Dreport-wait.c84 if (port == _hurd_ports[i].port) in describe_port()
A Dhurdioctl.c141 struct hurd_port *const port = &_hurd_ports[INIT_PORT_CTTYID]; in _hurd_locked_install_cttyid()
A Dhurdsig.c317 _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