Searched refs:FreeInputs (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xfs/dist/os/
H A Dio.c87 static ConnectionInputPtr FreeInputs = (ConnectionInputPtr) NULL; variable in typeref:typename:ConnectionInputPtr
141 aci->next = FreeInputs;
142 FreeInputs = aci;
149 if ((oci = FreeInputs ) != (ConnectionInputPtr) 0) {
150 FreeInputs = oci->next;
281 aci->next = FreeInputs;
282 FreeInputs = aci;
289 if ((oci = FreeInputs) != (ConnectionInputPtr) 0)
290 FreeInputs = oci->next;
642 if (FreeInputs) {
[all...]
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dio.c102 static ConnectionInputPtr FreeInputs = (ConnectionInputPtr)NULL; variable in typeref:typename:ConnectionInputPtr
224 aci->next = FreeInputs;
225 FreeInputs = aci;
236 if ((oci = FreeInputs))
238 FreeInputs = oci->next;
521 aci->next = FreeInputs;
522 FreeInputs = aci;
530 if ((oci = FreeInputs))
531 FreeInputs = oci->next;
1100 if (FreeInputs)
[all...]
/xsrc/external/mit/xorg-server/dist/os/
H A Dio.c108 static ConnectionInputPtr FreeInputs = (ConnectionInputPtr) NULL; variable in typeref:typename:ConnectionInputPtr
219 aci->next = FreeInputs;
220 FreeInputs = aci;
244 if ((oci = FreeInputs)) {
245 FreeInputs = oci->next;
521 if ((oci = FreeInputs))
522 FreeInputs = oci->next;
1031 if (FreeInputs) {
1036 FreeInputs = oci;
1063 while ((oci = FreeInputs)) {
[all...]

Completed in 4 milliseconds