Searched refs:dtable_cells (Results 1 – 1 of 1) sorted by relevance
69 struct hurd_port **dtable_cells; in _hurd_exec_paths() local171 dtable_cells = __alloca (dtablesize * sizeof (dtable_cells[0])); in _hurd_exec_paths()204 dtable_cells[i] = &d->port; in _hurd_exec_paths()212 dtable_cells = NULL; in _hurd_exec_paths()333 _hurd_port_free (dtable_cells[i], &ulink_dtable[i], in _hurd_exec_paths()339 _hurd_port_free (dtable_cells[i], in _hurd_exec_paths()345 dtable_cells = 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