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

  /xsrc/external/mit/xfs/dist/os/
io.c 89 static OsCommPtr AvailableInput = (OsCommPtr) NULL;
133 if (AvailableInput) {
134 if (AvailableInput != oc) {
135 ConnectionInputPtr aci = AvailableInput->input;
144 AvailableInput->input = (ConnectionInputPtr) NULL;
146 AvailableInput = (OsCommPtr) NULL;
252 AvailableInput = oc;
273 if (AvailableInput) {
274 if (AvailableInput != oc) {
275 register ConnectionInputPtr aci = AvailableInput->input
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/os/
io.c 104 static OsCommPtr AvailableInput = (OsCommPtr)NULL;
212 if (AvailableInput)
214 if (AvailableInput != oc)
216 register ConnectionInputPtr aci = AvailableInput->input;
227 AvailableInput->input = (ConnectionInputPtr)NULL;
229 AvailableInput = (OsCommPtr)NULL;
467 AvailableInput = oc;
509 if (AvailableInput)
511 if (AvailableInput != oc)
513 ConnectionInputPtr aci = AvailableInput->input
    [all...]
  /xsrc/external/mit/xorg-server/dist/os/
io.c 110 static OsCommPtr AvailableInput = (OsCommPtr) NULL;
210 if (AvailableInput) {
211 if (AvailableInput != oc) {
212 ConnectionInputPtr aci = AvailableInput->input;
222 AvailableInput->input = NULL;
224 AvailableInput = NULL;
450 AvailableInput = oc;
577 if (AvailableInput == oc)
578 AvailableInput = (OsCommPtr) NULL;
1028 if (AvailableInput == oc
    [all...]

Completed in 5 milliseconds