Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/scsi/
H A Dscsi_cd.c786 struct cam_periph *nperiph; in cdregister() local
834 && ((nperiph = cam_periph_find(path, "cd")) != NULL)){ in cdregister()
837 nsoftc = (struct cd_softc *)nperiph->softc; in cdregister()
936 && ((nperiph = cam_periph_find(path, "cd")) != NULL) in cdregister()
941 nsoftc = (struct cd_softc *)nperiph->softc; in cdregister()
/dragonfly/sys/bus/cam/
H A Dcam_xpt.c3201 struct cam_periph *nperiph; in xpt_action() local
3234 for (nperiph = SLIST_FIRST(periph_head), i = 0; in xpt_action()
3235 (nperiph != NULL) && (i <= cgdl->index); in xpt_action()
3236 nperiph = SLIST_NEXT(nperiph, periph_links), i++) { in xpt_action()
3239 nperiph->periph_name, in xpt_action()
3241 cgdl->unit_number = nperiph->unit_number; in xpt_action()
3250 if (nperiph == NULL) in xpt_action()