Lines Matching defs:cond
189 uint8_t cond;
192 cond = GDROM_COND;
193 DPRINTF(("GDROM: cond = %x\n", cond));
200 if ((cond & 0x08) != 0) {
224 if ((cond & 0x08) == 0) {
225 sc->cmd_cond = cond;
294 int cond, sense_key, sense_specific;
296 cond = gdrom_do_command(sc, req, buf, nbyt, resid);
298 if (cond < 0) {
303 if ((cond & 1) == 0) {