Home
last modified time | relevance | path

Searched defs:fetch (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadowacpi.c
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Daz.py32 def checkstatus(self, fetch, ud, d, try_again=True): argument
H A Dssh.py117 def checkstatus(self, fetch, urldata, d): argument
H A Dgcp.py87 def checkstatus(self, fetch, ud, d): argument
H A Ds3.py109 def checkstatus(self, fetch, ud, d): argument
H A Dlocal.py81 def checkstatus(self, fetch, urldata, d): argument
H A Dnpmsw.py237 def try_mirrors(self, fetch, ud, d, mirrors): argument
H A D__init__.py1066 def try_mirror_url(fetch, origud, ud, ld, check = False): argument
1157 def try_mirrors(fetch, d, origud, mirrors, check = False): argument
1670 def try_mirrors(self, fetch, urldata, d, mirrors, check=False): argument
1676 def checkstatus(self, fetch, urldata, d): argument
H A Dnpm.py302 def try_mirrors(self, fetch, ud, d, mirrors): argument
H A Dwget.py148 def checkstatus(self, fetch, ud, d, try_again=True): argument
H A Dgit.py1001 def checkstatus(self, fetch, ud, d): argument
/openbmc/openbmc/poky/scripts/
H A Dtest-remote-image201 def fetch(self, file_name, localname=None): member in BaseRepoProfile
229 def fetch(self, file_name, localname=None): member in PublicAB
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dcase.py77 def fetch(self, workdir, dl_dir, url, archive=None): member in OESDKTestCase
/openbmc/phosphor-fan-presence/evdevpp/
H A Devdev.hpp71 auto fetch(unsigned int type, unsigned int code) in fetch() function in evdevpp::evdev::EvDev
/openbmc/qemu/tests/functional/qemu_test/
H A Dasset.py112 def fetch(self): member in Asset
/openbmc/openbmc/poky/bitbake/lib/bb/
H A D__init__.py127 from bb import fetch2 as fetch unknown
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py887 def patch_path(url, fetch, unpackdir, expand=True): argument
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py1813 def fetch(self, uri=None): member in GitShallowTest
2362 def fetch(self, uri=None, download=True): member in GitLfsTest
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c883 uint32_t count = 0, fetch = cpu->kvm_fetch_index; in kvm_dirty_ring_reap_one() local