| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | az.py | 32 def checkstatus(self, fetch, ud, d, try_again=True): member in Az 41 return Wget.checkstatus(self, fetch, ud, d, try_again)
|
| H A D | local.py | 88 def checkstatus(self, fetch, urldata, d): member in Local
|
| H A D | ssh.py | 118 def checkstatus(self, fetch, urldata, d): member in SSH
|
| H A D | wget.py | 147 def checkstatus(self, fetch, ud, d, try_again=True): member in Wget 366 return self.checkstatus(fetch, ud, d, False) 374 return self.checkstatus(fetch, ud, d, False)
|
| H A D | s3.py | 109 def checkstatus(self, fetch, ud, d): member in S3
|
| H A D | __init__.py | 1023 found = ud.method.checkstatus(fetch, ud, ld) 1606 def checkstatus(self, fetch, urldata, d): member in FetchMethod 1812 def checkstatus(self, urls=None): member in Fetch 1834 ret = m.checkstatus(self, ud, self.d)
|
| H A D | git.py | 836 def checkstatus(self, fetch, ud, d): member in Git
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | utility-tasks.bbclass | 49 fetcher.checkstatus()
|
| H A D | sstate.bbclass | 784 fetcher.checkstatus() 986 def checkstatus(thread_worker, arg): 999 fetcher.checkstatus() 1032 pool.add_task(checkstatus, t)
|
| H A D | sanity.bbclass | 346 fetcher.checkstatus()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/ |
| H A D | elan_ts.c | 166 uint8_t checkstatus[HID_CMD_LEN] = {0x04, 0x00, 0x23, 0x00, 0x03, 0x18}; in elan_ic_status() local 176 err = ts->ops->send(checkstatus,sizeof(checkstatus)); in elan_ic_status() 177 if (err != sizeof(checkstatus)) { in elan_ic_status()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | mmc_spi.c | 289 goto checkstatus; in mmc_spi_response_get() 295 checkstatus: in mmc_spi_response_get()
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | checks.c | 34 enum checkstatus { enum 50 enum checkstatus status;
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | release-notes-3.4.1.rst | 34 - bitbake: fetch/wget: Add timeout for checkstatus calls (30s)
|
| H A D | release-notes-4.0.rst | 125 …- ssh: now supports checkstatus, allows : in URLs (both required for use with sstate) and no longe… 127 - wget: add 30s timeout for checkstatus calls
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | checks.c | 20 enum checkstatus { enum 36 enum checkstatus status;
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | fetch.py | 1461 ret = m.checkstatus(fetch, ud, self.d) 1476 ret = m.checkstatus(fetch, ud, self.d)
|