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

/freebsd-current/sys/dev/firewire/
H A Dsbp_targ.c94 #define F_FREEZED (1 << 4) macro
319 if ((sc->flags & F_FREEZED) == 0) {
320 sc->flags |= F_FREEZED;
368 sc->flags &= ~F_FREEZED;

Completed in 103 milliseconds