Home
last modified time | relevance | path

Searched refs:_hurd_dtable (Results 1 – 9 of 9) sorted by relevance

/hurd/
A Dalloc-fd.c49 struct hurd_fd *d = _hurd_dtable[i]; in _hurd_alloc_fd()
62 _hurd_dtable[i] = d; in _hurd_alloc_fd()
99 if (size * sizeof (*_hurd_dtable) < size) in _hurd_alloc_fd()
109 new = realloc (_hurd_dtable, size * sizeof (*_hurd_dtable)); in _hurd_alloc_fd()
122 _hurd_dtable = new; in _hurd_alloc_fd()
A Ddtable.c31 struct hurd_fd **_hurd_dtable; variable
51 _hurd_dtable = malloc (_hurd_dtablesize * sizeof (*_hurd_dtable)); in init_dtable()
52 if (_hurd_dtablesize != 0 && _hurd_dtable == NULL) in init_dtable()
60 _hurd_dtable[i] = NULL; in init_dtable()
76 _hurd_dtable[i] = new; in init_dtable()
90 _hurd_dtable[i] = NULL; in init_dtable()
155 struct hurd_fd *d = _hurd_dtable[i]; in fork_child_dtable()
210 struct hurd_fd *const d = _hurd_dtable[i]; in ctty_new_pgrp()
265 struct hurd_fd *const d = _hurd_dtable[i]; in reauth_dtable()
A Dreport-wait.c93 if (_hurd_dtable) in describe_port()
96 if (_hurd_dtable[i] == NULL) in describe_port()
98 else if (port == _hurd_dtable[i]->port.port) in describe_port()
100 else if (port == _hurd_dtable[i]->ctty.port) in describe_port()
A Dhurdexec.c152 dtablesize = _hurd_dtable ? _hurd_dtablesize : _hurd_init_dtablesize; in _hurd_exec_paths()
167 if (_hurd_dtable != NULL) in _hurd_exec_paths()
174 struct hurd_fd *const d = _hurd_dtable[i]; in _hurd_exec_paths()
A DVersions29 _hurd_dtable; _hurd_dtablesize; _hurd_dtable_lock;
A Dhurdioctl.c170 struct hurd_fd *const d = _hurd_dtable[i]; in _hurd_locked_install_cttyid()
A Dhurdselect.c180 d[i].cell = _hurd_dtable[fd]; in _hurd_select()
263 d[i].cell = _hurd_dtable[i]; in _hurd_select()
A Dhurdsig.c1359 if (_hurd_dtable[d] == NULL) in signal_allowed()
1361 port = _hurd_port_get (&_hurd_dtable[d]->port, &ulink); in signal_allowed()
1369 _hurd_port_free (&_hurd_dtable[d]->port, &ulink, port); in signal_allowed()
/hurd/hurd/
A Dfd.h51 extern struct hurd_fd **_hurd_dtable;
80 struct hurd_fd *cell = _hurd_dtable[fd]; in _hurd_fd_get()

Completed in 20 milliseconds