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

/freebsd-11-stable/sys/dev/usb/input/
H A Datp.c615 #define ATSF_ZOMBIE 0x1 macro
1609 (strokep->flags & ATSF_ZOMBIE) ? "zomb:" : "",
1806 if (strokep->flags & ATSF_ZOMBIE)
1807 strokep->flags &= ~ATSF_ZOMBIE;
1965 if (strokep->flags & ATSF_ZOMBIE)
1974 strokep->flags |= ATSF_ZOMBIE;
2024 if ((strokep->flags & ATSF_ZOMBIE) == 0)
2369 if (strokep->flags & ATSF_ZOMBIE)
2389 if (strokep->flags & ATSF_ZOMBIE)

Completed in 64 milliseconds