Home
last modified time | relevance | path

Searched refs:iOK (Results 1 – 1 of 1) sorted by relevance

/drivers/staging/ced1401/userspace/
Duse1401.c1595 int iOK = DeviceIoControl(aHand1401[hand], (DWORD)U14_SENDSTRING, in U14SendString() local
1598 if (iOK) in U14SendString()
1606 int iOK = DeviceIoControl(aHand1401[hand],(DWORD)U14_SENDSTRING, in U14SendString() local
1609 if (iOK && (dwBytes >= sizeof(PARAMBLK))) in U14SendString()
1735 int iOK; in U14GetString() local
1742 iOK = DeviceIoControl(aHand1401[hand],(DWORD)U14_GETSTRING, in U14GetString()
1745 if (iOK) /* Device IO control OK ? */ in U14GetString()
1771 int iOK = DeviceIoControl(aHand1401[hand],(DWORD)U14_GETSTRING, in U14GetString() local
1774 if (iOK) /* Device IO control OK ? */ in U14GetString()