Home | History | Annotate | Download | only in src

Lines Matching refs:ok

236   Bool	ok;
289 ok = (*checksum == buffer[ELO_PACKET_SIZE-1]);
294 if (!ok) {
331 Bool ok;
510 Bool ok;
518 ok = !Success;
527 ok = xf86EloGetPacket(reply, &reply_p, &sum, fd);
532 if (ok == Success && reply[1] != type && type != ELO_PARAMETER) {
534 ok = !Success;
544 } while(ok != Success && i);
546 return ok;
601 Bool ok;
604 ok = xf86EloWaitReply(toupper(request[1]), reply, fd);
605 if (ok == Success) {
606 ok = xf86EloWaitAck(fd);
608 return ok;