Searched refs:nperiph (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/cam/
H A Dcam_xpt.c2752 struct cam_periph *nperiph; local
2785 for (nperiph = SLIST_FIRST(periph_head), i = 0;
2786 (nperiph != NULL) && (i <= cgdl->index);
2787 nperiph = SLIST_NEXT(nperiph, periph_links), i++) {
2790 nperiph->periph_name,
2792 cgdl->unit_number = nperiph->unit_number;
2801 if (nperiph == NULL)

Completed in 141 milliseconds