Home
last modified time | relevance | path

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

/openbsd/src/sys/scsi/
Dscsi_debug.h16 #define SDEV_DB1 0x0010 /* scsi commands, errors, data */ macro
33 #define SCSIDEBUG_LEVEL (SDEV_DB1|SDEV_DB2)
Duk.c132 SC_DEBUG(link, SDEV_DB1, ("ukopen: dev=0x%x (unit %d (of %d))\n", in ukopen()
162 SC_DEBUG(sc->sc_link, SDEV_DB1, ("closing\n")); in ukclose()
Dsd.c329 SC_DEBUG(link, SDEV_DB1, in sdopen()
1192 SC_DEBUG(link, SDEV_DB1, ("becoming ready.\n")); in sd_interpret_sense()
1197 SC_DEBUG(link, SDEV_DB1, ("spinning up\n")); in sd_interpret_sense()
1206 SC_DEBUG(link, SDEV_DB1, ("spin up failed (%#x)\n", in sd_interpret_sense()
1793 SC_DEBUG(sc->sc_link, SDEV_DB1, in sd_get_parms()
1868 SC_DEBUG(link, SDEV_DB1, ("cache sync failed to get xs\n")); in sd_flush()
1883 SC_DEBUG(link, SDEV_DB1, ("cache sync failed\n")); in sd_flush()
Dst.c387 SC_DEBUG(link, SDEV_DB1, ("open: dev=0x%x (unit %d (of %d))\n", dev, in stopen()
464 SC_DEBUG(link, SDEV_DB1, ("closing\n")); in stclose()
505 SC_DEBUG(link, SDEV_DB1, ("mounting\n")); in st_mount_tape()
608 SC_DEBUG(link, SDEV_DB1, ("unmounting\n")); in st_unmount()
1094 SC_DEBUG(st->sc_link, SDEV_DB1, ("[ioctl: get status]\n")); in stioctl()
1118 SC_DEBUG(st->sc_link, SDEV_DB1, in stioctl()
1904 SC_DEBUG(link, SDEV_DB1, ("not ready: busy (%#x)\n", in st_interpret_sense()
Dscsi_base.c1487 if (ISSET(xs->sc_link->flags, SDEV_DB1)) { in scsi_done()
1678 SC_DEBUG(link, SDEV_DB1, in scsi_interpret_sense()
2759 SC_DEBUG(link, SDEV_DB1, in scsi_show_sense()
2769 if (ISSET(xs->sc_link->flags, SDEV_DB1)) in scsi_show_sense()
2784 if (!ISSET(xs->sc_link->flags, SDEV_DB1)) in scsi_show_xs()
Dscsi_ioctl.c341 SET(link->flags, SDEV_DB1); in scsi_do_ioctl()
Dcd.c293 SC_DEBUG(link, SDEV_DB1, in cdopen()
1066 SET(sc->sc_link->flags, SDEV_DB1 | SDEV_DB2); in cdioctl()
1069 CLR(sc->sc_link->flags, SDEV_DB1 | SDEV_DB2); in cdioctl()
2091 SC_DEBUG(link, SDEV_DB1, ("not ready: busy (%#x)\n", in cd_interpret_sense()
Dch.c829 SC_DEBUG(link, SDEV_DB1, ("not ready: busy (%#x)\n", in ch_interpret_sense()
Dscsiconf.c625 SC_DEBUG(link, SDEV_DB1, ("IDENTIFY not supported.\n")); in scsi_probe_link()