Home | History | Annotate | Download | only in fbcon

Lines Matching refs:ok

136 	int ok;
169 ok = (*checksum == buffer[ELO_PACKET_SIZE-1]);
173 if (!ok) {
233 int ok;
240 ok = 0;
245 ok = eloGetPacket(reply, &reply_p, &sum, fd);
247 if (ok && reply[1] != type && type != ELO_PARAMETER) {
251 ok = 0;
263 } while(!ok && (i>0));
265 return ok;
299 int ok;
302 ok = eloWaitReply(toupper(request[1]), reply, fd);
303 if (ok) {
304 ok = eloWaitAck(fd);
306 return ok;
386 fprintf(stderr, "Ok, controller configured!\n");