Searched refs:IRP_IN_DISCOVERY_QUEUE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h169 #define IRP_IN_DISCOVERY_QUEUE 0x0004 macro
H A Ddiscovery.c1280 ~IRP_IN_DISCOVERY_QUEUE);
1820 ASSERT(irp->irp_flags & IRP_IN_DISCOVERY_QUEUE);
H A Dfct.c1476 if ((irp->irp_flags & IRP_IN_DISCOVERY_QUEUE) == 0) {
1901 if ((irp->irp_flags & IRP_IN_DISCOVERY_QUEUE) == 0) {
1915 atomic_or_32(&irp->irp_flags, IRP_IN_DISCOVERY_QUEUE);

Completed in 67 milliseconds