Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_xpt.c2744 struct cam_periph *nperiph; in xpt_action_default() local
2776 for (nperiph = SLIST_FIRST(periph_head), i = 0; in xpt_action_default()
2777 (nperiph != NULL) && (i <= cgdl->index); in xpt_action_default()
2778 nperiph = SLIST_NEXT(nperiph, periph_links), i++) { in xpt_action_default()
2781 nperiph->periph_name, in xpt_action_default()
2783 cgdl->unit_number = nperiph->unit_number; in xpt_action_default()
2792 if (nperiph == NULL) in xpt_action_default()