NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ZSABORT_DELAY
sys/arch/mac68k/dev/zs.c
1035
} while ((rr0 & ZSRR0_BREAK) && (wait++ < ZSABORT_DELAY));
sys/arch/mac68k/dev/zs.c
1037
if (wait > ZSABORT_DELAY) {
sys/arch/macppc/dev/zs.c
978
} while ((rr0 & ZSRR0_BREAK) && (wait++ < ZSABORT_DELAY));
sys/arch/macppc/dev/zs.c
980
if (wait > ZSABORT_DELAY) {