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

  /src/sys/arch/mac68k/dev/
zs.c 188 int zsinited = 0; /* 0 = not, 1 = inited, not attached, 2= attached */ variable in typeref:typename:int
193 zsinited = 1;
223 if (zsinited == 2)
246 if (!zsinited)
248 zsinited = 2;
zs.c 188 int zsinited = 0; /* 0 = not, 1 = inited, not attached, 2= attached */ variable in typeref:typename:int
193 zsinited = 1;
223 if (zsinited == 2)
246 if (!zsinited)
248 zsinited = 2;
zs.c 188 int zsinited = 0; /* 0 = not, 1 = inited, not attached, 2= attached */ variable in typeref:typename:int
193 zsinited = 1;
223 if (zsinited == 2)
246 if (!zsinited)
248 zsinited = 2;

Completed in 42 milliseconds