Home | History | Annotate | Download | only in g1

Lines Matching defs:cond

192 	int cond, sense_key, sense_specific;
194 cond = scsipi_command(sc->sc_periph, req, 12, buf, nbyt,
199 if (cond < 0) {
204 if ((cond & 1) == 0) {
271 int cond;
290 cond = scsipi_command(sc->sc_periph, (void *)cmd, 12,
294 GDROM_DPRINTF(("%s: cond = %d\n", __func__, cond));
296 return cond;
311 int cond;
319 cond = scsipi_command(sc->sc_periph, (void *)cmd, 12, NULL, 0,
322 GDROM_DPRINTF(("%s: cond = %d\n", __func__, cond));
323 return cond;