Searched refs:ulink_dtable (Results 1 – 1 of 1) sorted by relevance
70 struct hurd_userlink *ulink_dtable; in _hurd_exec_paths() local170 ulink_dtable = __alloca (dtablesize * sizeof (ulink_dtable[0])); in _hurd_exec_paths()203 dtable[i] = _hurd_port_locked_get (&d->port, &ulink_dtable[i]); in _hurd_exec_paths()211 ulink_dtable = NULL; in _hurd_exec_paths()299 if (ulink_dtable == NULL) in _hurd_exec_paths()333 _hurd_port_free (dtable_cells[i], &ulink_dtable[i], in _hurd_exec_paths()340 &ulink_dtable[i], dtable[i]); in _hurd_exec_paths()344 ulink_dtable = NULL; in _hurd_exec_paths()418 if (ulink_dtable != NULL) in _hurd_exec_paths()422 _hurd_port_free (dtable_cells[i], &ulink_dtable[i], dtable[i]); in _hurd_exec_paths()
Completed in 5 milliseconds