Searched refs:tmo (Results 1 - 10 of 10) sorted by relevance
/third_party/lwip/src/api/ |
H A D | tcpip.c | 189 sys_timeout(msg->msg.tmo.msecs, msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread_handle_msg() 194 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread_handle_msg() 459 msg->msg.tmo.msecs = msecs; in tcpip_timeout() 460 msg->msg.tmo.h = h; in tcpip_timeout() 461 msg->msg.tmo.arg = arg; in tcpip_timeout() 486 msg->msg.tmo.h = h; in tcpip_untimeout() 487 msg->msg.tmo in tcpip_untimeout() [all...] |
/third_party/mesa3d/src/util/ |
H A D | futex.h | 78 struct _umtx_time tmo = { in futex_wait() local 86 tmo._timeout = *timeout; in futex_wait() 87 uaddr = (void *)(uintptr_t)sizeof(tmo); in futex_wait() 88 uaddr2 = (void *)&tmo; in futex_wait()
|
/third_party/backends/backend/pixma/ |
H A D | pixma_mp800.c | 1247 int error, status_len, tmo; in init_ccd_lamp_3() local 1254 tmo = 20; /* like Windows driver, CCD lamp adjustment */ in init_ccd_lamp_3() 1255 while (--tmo >= 0) in init_ccd_lamp_3() 1260 PDBG(pixma_dbg (3, "Lamp status: %u , timeout in: %u\n", data[0], tmo)); in init_ccd_lamp_3() 1271 int error, tmo = 60; in wait_until_ready() local 1281 if (--tmo == 0) in wait_until_ready() 2122 int error = 0, tmo; in mp810_scan() local 2147 tmo = 10; in mp810_scan() 2148 while (!has_paper (s) && --tmo >= 0) in mp810_scan() 2151 PDBG(pixma_dbg (2, "No paper in ADF. Timed out in %d sec.\n", tmo)); in mp810_scan() [all...] |
H A D | pixma_mp750.c | 403 int error, tmo; in step1() local 420 tmo = 60; in step1() 422 while (error == PIXMA_EBUSY && --tmo >= 0) in step1() 427 (2, "Scanner is busy. Timed out in %d sec.\n", tmo + 1)); in step1() 706 int tmo = 60; in mp750_fill_buffer() local 710 /*SIM*/ while (!is_calibrated (s) && --tmo >= 0) in mp750_fill_buffer() 722 if (tmo < 0) in mp750_fill_buffer()
|
H A D | pixma_mp150.c | 1045 int error, tmo = 120; /* some scanners need a long timeout */ in wait_until_ready() local 1057 if (--tmo == 0) in wait_until_ready() 1424 int error = 0, tmo; in mp150_scan() local 1459 tmo = 10; in mp150_scan() 1460 while (!has_paper (s) && --tmo >= 0) in mp150_scan() 1466 (2, "No paper in ADF. Timed out in %d sec.\n", tmo)); in mp150_scan() 1490 tmo = 10; in mp150_scan() 1496 while (error == PIXMA_EBUSY && --tmo >= 0) in mp150_scan() 1504 (2, "Scanner is busy. Timed out in %d sec.\n", tmo + 1)); in mp150_scan()
|
H A D | pixma_common.c | 661 int error, tmo; in pixma_cmd_transaction() local 685 tmo = s->rec_tmo; in pixma_cmd_transaction() 691 PDBG (pixma_dbg (2, "No response yet. Timed out in %d sec.\n", tmo)); in pixma_cmd_transaction() 701 while (error == PIXMA_ETIMEDOUT && --tmo != 0); in pixma_cmd_transaction()
|
H A D | pixma_imageclass.c | 483 int tmo = s->param->adf_wait; in step1() local 485 while (!has_paper (s) && --tmo >= 0 && !s->param->frontend_cancel) in step1() 490 PDBG (pixma_dbg(2, "No paper in ADF. Timed out in %d sec.\n", tmo)); in step1()
|
H A D | pixma_mp730.c | 432 int tmo = 10; /* like Windows driver, 10 sec CCD calibration ? */ in step1() local 433 while (--tmo >= 0) in step1() 440 PDBG (pixma_dbg (2, "CCD Calibration ends in %d sec.\n", tmo)); in step1()
|
/third_party/lwip/src/include/lwip/priv/ |
H A D | tcpip_priv.h | 162 } tmo; member
|
/third_party/mksh/ |
H A D | check.pl | 188 [-t tmo] [-U lcl] name ...
|
Completed in 15 milliseconds