Searched refs:DEVICE_CLOSED (Results 1 – 2 of 2) sorted by relevance
68 ifp->flags &= ~DEVICE_CLOSED; in compat_open()86 atomic_or(&ifp->flags, DEVICE_CLOSED); in compat_close()121 if ((ifp->flags & DEVICE_CLOSED) != 0) in compat_receive()129 if ((ifp->flags & DEVICE_CLOSED) != 0) in compat_receive()192 if ((ifp->flags & DEVICE_CLOSED) != 0) in compat_send()
45 DEVICE_CLOSED = 1 << 1, enumerator