OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPRMARK
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/isa/
wtreg.h
81
#define
TPRMARK
0x0010 /* read file mark command outstanding */
wt.c
466
if (sc->flags &
TPRMARK
) {
492
sc->flags &= TPREW |
TPRMARK
| TPSTART | TPTIMER;
727
if (sc->flags & (
TPRMARK
| TPWMARK)) {
732
wtsense(sc, 1, (sc->flags &
TPRMARK
) ? TP_WRP : 0);
733
sc->flags &= ~(
TPRMARK
| TPWMARK); /* operation finished */
822
sc->flags |=
TPRMARK
| TPRANY;
926
while (sc->flags & (TPACTIVE | TPREW |
TPRMARK
| TPWMARK))
1010
if ((sc->flags & (TPACTIVE | TPREW |
TPRMARK
| TPWMARK)) == 0)
1024
if (sc->flags & (TPACTIVE | TPREW |
TPRMARK
| TPWMARK))
Completed in 91 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025