Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpcic_var.h225 #define PCF_SUSPENDED 0x00000040 /* driver attached but suspended */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c684 if (pcic != NULL && pcic->pc_flags & PCF_SUSPENDED) { in pcic_attach()
688 pcic->pc_flags &= ~PCF_SUSPENDED; in pcic_attach()
1745 pcic->pc_flags |= PCF_SUSPENDED; in pcic_detach()
2252 if (pcic->pc_flags & PCF_SUSPENDED) { in pcic_intr()