Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_xpt.c4758 struct cam_ed *cur_device, *device; in xpt_alloc_device() local
4801 cur_device = TAILQ_FIRST(&target->ed_entries); in xpt_alloc_device()
4802 while (cur_device != NULL && cur_device->lun_id < lun_id) in xpt_alloc_device()
4803 cur_device = TAILQ_NEXT(cur_device, links); in xpt_alloc_device()
4804 if (cur_device != NULL) in xpt_alloc_device()
4805 TAILQ_INSERT_BEFORE(cur_device, device, links); in xpt_alloc_device()