HomeSort by: relevance | last modified time | path
    Searched refs:qdopened (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/qbus/
qd.c 167 short qdopened[NQD]; /* graphics device is open exclusive use */ variable in typeref:typename:short[]
788 qdopened[unit] = 0;
821 if (qdopened[unit] != 0)
824 qdopened[unit] = 1;
905 if (qdopened[unit] != 1)
908 qdopened[unit] = 0; /* allow it to be re-opened */
qd.c 167 short qdopened[NQD]; /* graphics device is open exclusive use */ variable in typeref:typename:short[]
788 qdopened[unit] = 0;
821 if (qdopened[unit] != 0)
824 qdopened[unit] = 1;
905 if (qdopened[unit] != 1)
908 qdopened[unit] = 0; /* allow it to be re-opened */

Completed in 178 milliseconds