OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:periph_dbflags
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/dev/scsipi/
scsipi_debug.h
73
if ((periph)->
periph_dbflags
& (flags)) { \
81
if ((periph)->
periph_dbflags
& (flags)) \
scsipi_ioctl.c
381
periph->
periph_dbflags
= 0;
383
periph->
periph_dbflags
|= SCSIPI_DB1;
385
periph->
periph_dbflags
|= SCSIPI_DB2;
387
periph->
periph_dbflags
|= SCSIPI_DB3;
389
periph->
periph_dbflags
|= SCSIPI_DB4;
scsipiconf.h
414
int
periph_dbflags
; /* debugging flags */
member in struct:scsipi_periph
scsiconf.c
913
periph->
periph_dbflags
|= SCSIPI_DEBUG_FLAGS;
scsipi_base.c
1613
if (periph->
periph_dbflags
& SCSIPI_DB1)
2233
if (xs->xs_periph->
periph_dbflags
& SCSIPI_DB3) {
atapi_wdc.c
306
periph->
periph_dbflags
|= SCSIPI_DEBUG_FLAGS;
st.c
2024
if (st->sc_periph->
periph_dbflags
& SCSIPI_DB3) {
cd.c
1414
cd->sc_periph->
periph_dbflags
|= (SCSIPI_DB1 | SCSIPI_DB2);
1417
cd->sc_periph->
periph_dbflags
&= ~(SCSIPI_DB1 | SCSIPI_DB2);
/src/sys/dev/usb/
umass_scsipi.c
251
DIF(UDMASS_UPPER, periph->
periph_dbflags
|= SCSIPI_DEBUG_FLAGS);
551
DIF(UDMASS_UPPER, periph->
periph_dbflags
|= 1); /* XXX 1 */
/src/sys/dev/ic/
siisata.c
1663
periph->
periph_dbflags
|= SCSIPI_DEBUG_FLAGS;
ahcisata_core.c
2152
periph->
periph_dbflags
|= SCSIPI_DEBUG_FLAGS;
mvsata.c
805
periph->
periph_dbflags
|= SCSIPI_DEBUG_FLAGS;
/src/sys/dev/pci/
pvscsi.c
1353
periph->
periph_dbflags
|= SCSIPI_DEBUG_FLAGS;
Completed in 27 milliseconds
Indexes created Sun Oct 12 02:09:55 GMT 2025