/openbmc/openbmc/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 | gcp.py | 87 def checkstatus(self, fetch, ud, d): member in GCP
|
H A D | local.py | 82 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 | s3.py | 109 def checkstatus(self, fetch, ud, d): member in S3
|
H A D | wget.py | 153 def checkstatus(self, fetch, ud, d, try_again=True): member in Wget 411 return self.checkstatus(fetch, ud, d, False)
|
H A D | __init__.py | 1063 found = ud.method.checkstatus(fetch, ud, ld) 1661 def checkstatus(self, fetch, urldata, d): member in FetchMethod 1943 def checkstatus(self, urls=None): member in Fetch 1965 ret = m.checkstatus(self, ud, self.d)
|
H A D | git.py | 972 def checkstatus(self, fetch, ud, d): member in Git
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | utility-tasks.bbclass | 54 fetcher.checkstatus()
|
H A D | sstate.bbclass | 754 fetcher.checkstatus() 1010 def checkstatus(arg): 1024 fetcher.checkstatus() 1063 executor.map(checkstatus, tasklist.copy())
|
H A D | sanity.bbclass | 352 fetcher.checkstatus()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | mmc_spi.c | 258 goto checkstatus; in mmc_spi_response_get() 264 checkstatus: in mmc_spi_response_get()
|
/openbmc/u-boot/scripts/dtc/ |
H A D | checks.c | 34 enum checkstatus { enum 50 enum checkstatus status;
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-3.4.1.rst | 36 - bitbake: fetch/wget: Add timeout for checkstatus calls (30s)
|
H A D | release-notes-4.0.rst | 127 …- ssh: now supports checkstatus, allows : in URLs (both required for use with sstate) and no longe… 129 - wget: add 30s timeout for checkstatus calls
|
/openbmc/linux/scripts/dtc/ |
H A D | checks.c | 20 enum checkstatus { enum 36 enum checkstatus status;
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | fetch.py | 1580 ret = m.checkstatus(fetch, ud, self.d) 1595 ret = m.checkstatus(fetch, ud, self.d)
|