Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_ch.c793 int new_picker = *(int *)addr; in chioctl() local
795 if (new_picker > (softc->sc_counts[CHET_MT] - 1)) { in chioctl()
799 softc->sc_picker = softc->sc_firsts[CHET_MT] + new_picker; in chioctl()