Searched refs:_hurd_dtable (Results 1 – 9 of 9) sorted by relevance
49 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()
31 struct hurd_fd **_hurd_dtable; variable51 _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()
93 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()
152 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()
29 _hurd_dtable; _hurd_dtablesize; _hurd_dtable_lock;
170 struct hurd_fd *const d = _hurd_dtable[i]; in _hurd_locked_install_cttyid()
180 d[i].cell = _hurd_dtable[fd]; in _hurd_select()263 d[i].cell = _hurd_dtable[i]; in _hurd_select()
1359 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()
51 extern struct hurd_fd **_hurd_dtable;80 struct hurd_fd *cell = _hurd_dtable[fd]; in _hurd_fd_get()
Completed in 18 milliseconds