Lines Matching refs:cell
63 struct hurd_fd *cell; in _hurd_select() member
180 d[i].cell = _hurd_dtable[fd]; in _hurd_select()
181 if (d[i].cell != NULL) in _hurd_select()
183 d[i].io_port = _hurd_port_get (&d[i].cell->port, in _hurd_select()
211 _hurd_port_free (&d[i].cell->port, &d[i].ulink, in _hurd_select()
263 d[i].cell = _hurd_dtable[i]; in _hurd_select()
264 if (d[i].cell != NULL) in _hurd_select()
265 d[i].io_port = _hurd_port_get (&d[i].cell->port, in _hurd_select()
268 if (i >= _hurd_dtablesize || d[i].cell == NULL || in _hurd_select()
274 _hurd_port_free (&d[i].cell->port, &d[i].ulink, in _hurd_select()
361 _hurd_port_free (&d[i].cell->port, &d[i].ulink, d[i].io_port); in _hurd_select()