Home
last modified time | relevance | path

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

/openbsd/sys/scsi/
H A Dch.c296 int new_picker = *(int *)data; in chioctl() local
298 if (new_picker > (sc->sc_counts[CHET_MT] - 1)) in chioctl()
300 sc->sc_picker = sc->sc_firsts[CHET_MT] + new_picker; in chioctl()