Home
last modified time | relevance | path

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

/trueos/sys/cam/
HDcam_xpt.c4700 struct cam_ed *cur_device, *device; in xpt_alloc_device() local
4743 cur_device = TAILQ_FIRST(&target->ed_entries); in xpt_alloc_device()
4744 while (cur_device != NULL && cur_device->lun_id < lun_id) in xpt_alloc_device()
4745 cur_device = TAILQ_NEXT(cur_device, links); in xpt_alloc_device()
4746 if (cur_device != NULL) in xpt_alloc_device()
4747 TAILQ_INSERT_BEFORE(cur_device, device, links); in xpt_alloc_device()