Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/cam/
HDcam_xpt.c2820 struct cam_periph *nperiph; in xpt_action_default() local
2852 for (nperiph = SLIST_FIRST(periph_head), i = 0; in xpt_action_default()
2853 (nperiph != NULL) && (i <= cgdl->index); in xpt_action_default()
2854 nperiph = SLIST_NEXT(nperiph, periph_links), i++) { in xpt_action_default()
2857 nperiph->periph_name, in xpt_action_default()
2859 cgdl->unit_number = nperiph->unit_number; in xpt_action_default()
2868 if (nperiph == NULL) in xpt_action_default()