Searched defs:osize (Results 1 - 1 of 1) sorted by relevance

/device/moto/stingray/whisper/
H A DSA_Phys_Linux.c326 ssize_t osize; local
335 osize = write(ttyFd, pWake, 1);
336 } while (osize < 0 && errno == EINTR);
338 if (osize == -1) {
394 ssize_t osize; local
397 osize = write(ttyFd, byteptr, 1);
398 } while (osize < 0 && errno == EINTR);
400 if (osize == -1) {

Completed in 15 milliseconds