HomeSort by: relevance | last modified time | path
    Searched defs:bstore (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sun3/dev/
if_ie_sebuf.c 259 int bstore = 0; local in function:wmemcpy
275 bstore = (uint32_t)b2 & 1;
278 if (bstore) {
if_ie_vme.c 263 int bstore = 0; local in function:wmemcpy
279 bstore = (uint32_t)b2 & 1;
282 if (bstore) {
  /src/sys/arch/sparc/sparc/
machdep.c 1207 int bstore = 0; local in function:wcopy
1223 bstore = (u_long)b2 & 1;
1226 if (bstore) {

Completed in 14 milliseconds