Lines Matching defs:ret
2321 int ret, control;
2348 ret = PS2Something (0x10);
2349 if (ret != 0x0B)
2352 "PS2Something returned 0x%02X, 0x0B expected (%s:%d)\n", ret,
3513 int ret, i, wait;
3540 ret = Inb (DATA); /* 88 expected */
3549 ret = putByte610p (cmd[i]);
3550 if (ret != 0xC8)
3554 ret, __FILE__, __LINE__);
3558 ret = putByte610p (cmd[3]);
3559 if ((ret != 0xC0) && (ret != 0xD0))
3563 ret, __FILE__, __LINE__);
4596 int ret = 1;
4685 ret = 0;
4689 if (ret)
4710 ret = 0;
4715 if (ret)
4735 ret = 0;
4740 if (ret)
4773 return ret;