Home
last modified time | relevance | path

Searched refs:checkstatus (Results 1 – 17 of 17) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Daz.py32 def checkstatus(self, fetch, ud, d, try_again=True): member in Az
41 return Wget.checkstatus(self, fetch, ud, d, try_again)
H A Dgcp.py87 def checkstatus(self, fetch, ud, d): member in GCP
H A Dlocal.py82 def checkstatus(self, fetch, urldata, d): member in Local
H A Dssh.py118 def checkstatus(self, fetch, urldata, d): member in SSH
H A Ds3.py109 def checkstatus(self, fetch, ud, d): member in S3
H A Dwget.py153 def checkstatus(self, fetch, ud, d, try_again=True): member in Wget
411 return self.checkstatus(fetch, ud, d, False)
H A D__init__.py1063 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 Dgit.py972 def checkstatus(self, fetch, ud, d): member in Git
/openbmc/openbmc/poky/meta/classes-global/
H A Dutility-tasks.bbclass54 fetcher.checkstatus()
H A Dsstate.bbclass754 fetcher.checkstatus()
1010 def checkstatus(arg):
1024 fetcher.checkstatus()
1063 executor.map(checkstatus, tasklist.copy())
H A Dsanity.bbclass352 fetcher.checkstatus()
/openbmc/linux/drivers/mmc/host/
H A Dmmc_spi.c258 goto checkstatus; in mmc_spi_response_get()
264 checkstatus: in mmc_spi_response_get()
/openbmc/u-boot/scripts/dtc/
H A Dchecks.c34 enum checkstatus { enum
50 enum checkstatus status;
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.1.rst36 - bitbake: fetch/wget: Add timeout for checkstatus calls (30s)
H A Drelease-notes-4.0.rst127 …- 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 Dchecks.c20 enum checkstatus { enum
36 enum checkstatus status;
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py1580 ret = m.checkstatus(fetch, ud, self.d)
1595 ret = m.checkstatus(fetch, ud, self.d)