Home
last modified time | relevance | path

Searched refs:expbits (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/fs/doio/
Ddatabin.c87 long expbits; in databinchk() local
98 expbits = 0x55; in databinchk()
102 expbits = 0xf0; in databinchk()
107 expbits = ((offset + cnt) % 8 & 0177); in databinchk()
109 if (buffer[cnt] != expbits) { in databinchk()
112 offset + cnt, expbits, buffer[cnt]); in databinchk()
120 expbits = 0xff; in databinchk()
124 expbits = 0; in databinchk()
134 if (actbits != expbits) { in databinchk()
137 offset + cnt, expbits, actbits); in databinchk()