Home
last modified time | relevance | path

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

/hurd/
A Dgetdport.c37 if (_hurd_init_dtable == NULL) in weak_alias()
45 || _hurd_init_dtable[fd] == MACH_PORT_NULL) in weak_alias()
52 __mach_port_mod_refs (__mach_task_self (), _hurd_init_dtable[fd], in weak_alias()
54 return _hurd_init_dtable[fd]; in weak_alias()
A Dsetauth.c61 if (_hurd_init_dtable != NULL) in _hurd_setauth()
65 if (_hurd_init_dtable[d] != MACH_PORT_NULL) in _hurd_setauth()
69 if (! __io_reauthenticate (_hurd_init_dtable[d], in _hurd_setauth()
78 _hurd_init_dtable[d]); in _hurd_setauth()
79 _hurd_init_dtable[d] = new; in _hurd_setauth()
A Ddtable.c58 if (_hurd_init_dtable[i] == MACH_PORT_NULL) in init_dtable()
74 _hurd_port2fd (new, _hurd_init_dtable[i], 0); in init_dtable()
83 (vm_address_t) _hurd_init_dtable, in init_dtable()
84 _hurd_init_dtablesize * sizeof (_hurd_init_dtable[0])); in init_dtable()
85 _hurd_init_dtable = NULL; in init_dtable()
A Dhurdexec.c210 dtable = _hurd_init_dtable; in _hurd_exec_paths()
301 assert (dtable == _hurd_init_dtable); in _hurd_exec_paths()
304 if (_hurd_init_dtable[i] != MACH_PORT_NULL) in _hurd_exec_paths()
307 *pdp++ = _hurd_init_dtable[i]; in _hurd_exec_paths()
308 err = reauth_io (_hurd_init_dtable[i], &dtable[i]); in _hurd_exec_paths()
424 else if (dtable && dtable != _hurd_init_dtable) in _hurd_exec_paths()
A Dhurdstartup.c32 mach_port_t *_hurd_init_dtable; variable
175 _hurd_init_dtable = d->dtable; in _hurd_startup()
A Dreport-wait.c87 if (_hurd_init_dtable) in describe_port()
90 if (port == _hurd_init_dtable[i]) in describe_port()
A Dhurd.h116 extern mach_port_t *_hurd_init_dtable;

Completed in 12 milliseconds