| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | shadowacpi.c | 68 u32 fetch = limit - start; in acpi_read_fast() local 71 int ret = acpi_read_bios(data, bios->data, start, fetch); in acpi_read_fast() 72 if (ret == fetch) in acpi_read_fast() 73 return fetch; in acpi_read_fast() 89 u32 fetch = 0; in acpi_read_slow() local 92 while (start + fetch < limit) { in acpi_read_slow() 94 start + fetch, 0x1000); in acpi_read_slow() 97 fetch += 0x1000; in acpi_read_slow() 101 return fetch; in acpi_read_slow()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
| H A D | 0001-Fix-tautological-compare-warning.patch | 17 sysdeps/linux-gnu/arm/fetch.c | 2 +- 19 sysdeps/linux-gnu/ia64/fetch.c | 2 +- 22 sysdeps/linux-gnu/ppc/fetch.c | 2 +- 25 sysdeps/linux-gnu/s390/fetch.c | 2 +- 27 sysdeps/linux-gnu/x86/fetch.c | 2 +- 54 diff --git a/sysdeps/linux-gnu/arm/fetch.c b/sysdeps/linux-gnu/arm/fetch.c 56 --- a/sysdeps/linux-gnu/arm/fetch.c 57 +++ b/sysdeps/linux-gnu/arm/fetch.c 80 diff --git a/sysdeps/linux-gnu/ia64/fetch.c b/sysdeps/linux-gnu/ia64/fetch.c 82 --- a/sysdeps/linux-gnu/ia64/fetch.c [all …]
|
| H A D | 0001-Use-correct-enum-type.patch | 10 sysdeps/linux-gnu/aarch64/fetch.c | 2 +- 13 diff --git a/sysdeps/linux-gnu/aarch64/fetch.c b/sysdeps/linux-gnu/aarch64/fetch.c 15 --- a/sysdeps/linux-gnu/aarch64/fetch.c 16 +++ b/sysdeps/linux-gnu/aarch64/fetch.c
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | fetch.py | 472 ud = bb.fetch.FetchData(k[0], self.d) 479 …fetcher = bb.fetch.FetchData("http://downloads.yoctoproject.org/releases/bitbake/bitbake-1.0.tar.g… 486 …fetcher = bb.fetch.FetchData("https://downloads.yoctoproject.org/releases/bitbake/bitbake-1.0.tar.… 495 …fetcher = bb.fetch.FetchData("http://downloads.yoctoproject.org/releases/bitbake/bitbake-1.0.tar.g… 507 …fetcher = bb.fetch.FetchData("https://downloads.yoctoproject.org/releases/bitbake/bitbake-1.0.tar.… 531 fetcher = bb.fetch.Fetch([self.recipe_url], self.d) 541 fetcher = bb.fetch.Fetch([self.recipe_url], self.d) 552 fetcher = bb.fetch.Fetch([self.mirror_url], self.d) 554 fetcher = bb.fetch.Fetch([self.recipe_url], self.d) 579 fetcher = bb.fetch.Fetch([self.recipe_url], self.d) [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/nghttp2/nghttp2/ |
| H A D | 0001-fetch-ocsp-response-use-python3.patch | 4 Subject: [PATCH] fetch-ocsp-response: use python3 12 script/fetch-ocsp-response | 2 +- 15 diff --git a/script/fetch-ocsp-response b/script/fetch-ocsp-response 17 --- a/script/fetch-ocsp-response 18 +++ b/script/fetch-ocsp-response
|
| /OK3568_Linux_fs/buildroot/package/netsurf/ |
| H A D | 0003-fix-compilation-without-curl.patch | 8 netsurf/content/fetch.c | 2 ++ 11 diff --git a/netsurf/content/fetch.c b/netsurf/content/fetch.c 13 --- a/netsurf/content/fetch.c 14 +++ b/netsurf/content/fetch.c
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0016-Avoid-GCC-11-Warray-parameter-warnings-BZ-26686.patch | 15 nptl_db/fetch-value.c | 4 ++-- 18 diff --git a/nptl_db/fetch-value.c b/nptl_db/fetch-value.c 20 --- a/nptl_db/fetch-value.c 21 +++ b/nptl_db/fetch-value.c
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/src/ |
| H A D | isp.S | 886 # (An) - fetch An value from stack # 887 # -(An) - fetch An value from stack; return decr value; # 891 # (An)+ - fetch An value from stack; return value; # 895 # (d16,An) - fetch An value from stack; read d16 using # 896 # _imem_read_word(); fetch may fail -> branch to # 898 # (xxx).w,(xxx).l - use _imem_read_{word,long}() to fetch # 899 # address; fetch may fail # 902 # (d16,PC) - fetch stacked PC value; read d16 using # 903 # _imem_read_word(); fetch may fail -> branch to # 917 mov.w EXC_OPWORD(%a6),%d0 # fetch opcode word [all …]
|
| H A D | pfpsp.S | 954 mov.l (tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr 1232 mov.l EXC_EXTWPTR(%a6),%a0 # fetch instruction addr 1234 bsr.l _imem_read_long # fetch the instruction words 1322 mov.b FPCR_ENABLE(%a6),%d0 # fetch exceptions set 1327 mov.b 1+EXC_CMDREG(%a6),%d0 # fetch extension 1439 mov.w LOCAL_EX(%a0),%d0 # fetch src exponent 1531 mov.b FPCR_MODE(%a6),%d0 # fetch rnd mode/prec 1843 mov.b FPCR_MODE(%a6),%d0 # fetch rnd mode/prec 1850 mov.l (tbl_unsupp.l,%pc,%d1.l*4),%d1 # fetch routine addr 1867 mov.b FPCR_ENABLE(%a6),%d0 # fetch exceptions enabled [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | wget.py | 147 def checkstatus(self, fetch, ud, d, try_again=True): argument 149 if fetch.connection_cache: 153 sock = fetch.connection_cache.get_connection(self.host, self.port) 159 fetch.connection_cache.add_connection(self.host, self.port, self.sock) 197 if fetch.connection_cache is None: 222 if fetch.connection_cache is None: 233 fetch.connection_cache.remove_connection(h.host, h.port) 266 if fetch.connection_cache is not None: 268 fetch.connection_cache.remove_connection(h.host, h.port) 366 return self.checkstatus(fetch, ud, d, False) [all …]
|
| H A D | gitannex.py | 32 except bb.fetch.FetchError: 40 except bb.fetch.FetchError: 58 except bb.fetch.FetchError: 70 except bb.fetch.FetchError:
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap1/ |
| H A D | ams-delta-fiq-handler.S | 95 ldr r11, [r12, #IRQ_MIR_REG_OFFSET] @ fetch interrupts mask 97 ldr r13, [r12, #IRQ_ITR_REG_OFFSET] @ fetch interrupts status 121 ldr r11, [r12, #OMAP1510_GPIO_INT_MASK] @ fetch GPIO interrupts mask 123 ldr r13, [r12, #OMAP1510_GPIO_INT_STATUS] @ fetch status bits 143 ldr r8, [r12, #OMAP1510_GPIO_DATA_INPUT] @ fetch GPIO input 145 ldr r10, [r9, #BUF_STATE] @ fetch kbd interface state 166 data: ldr r10, [r9, #BUF_MASK] @ fetch current input bit mask 170 ldreq r8, [r9, #BUF_KEY] @ yes - fetch collected so far, 183 ldr r10, [r9, #BUF_GPIO_INT_MASK] @ fetch saved mask
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | copyleft_compliance.bbclass | 27 fetch = bb.fetch2.Fetch(src_uri, d) 28 ud = fetch.ud 36 local = os.path.normpath(fetch.localpath(u.url)) 51 _, _, local, _, _, parm = bb.fetch.decodeurl(patch)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_editorialmodel.qml | 135 tag: "fetch all editorials in a single batch", 143 tag: "fetch from a place with no editorials", 151 tag: "fetch with batch size one less than the total", 159 tag: "fetch with batch size equal to the total", 167 tag: "fetch with batch size larger than the total",
|
| H A D | tst_imagemodel.qml | 135 tag: "fetch all images in a single batch", 143 tag: "fetch from a place with no images", 151 tag: "fetch with batch size one less than the total", 159 tag: "fetch with batch size equal to the total", 167 tag: "fetch with batch size larger than the total",
|
| H A D | tst_reviewmodel.qml | 150 tag: "fetch all reviews in a single batch", 158 tag: "fetch from a place with no reviews", 166 tag: "fetch with batch size one less than the total", 174 tag: "fetch with batch size equal to the total", 182 tag: "fetch with batch size larger than the total",
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/files/ |
| H A D | 0001-conditionally-do-not-fetch-code-by-easy_install.patch | 4 Subject: [PATCH] conditionally do not fetch code by easy_install 6 If var-NO_FETCH_BUILD is set, do not allow to fetch code from 26 + log.error("ERROR: Do not try to fetch `%s' for building. "
|
| /OK3568_Linux_fs/buildroot/support/download/ |
| H A D | git | 129 _git fetch origin 130 _git fetch origin -t 139 if ! _git fetch origin "'${cset}:${cset}'" >/dev/null 2>&1; then
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/ |
| H A D | 0001-python3-git-CVE-2022-24439-fix-from-PR-1518.patch | 19 - fetch 50 - proc = self.repo.git.fetch(self, *args, as_process=True, with_stdout=False, 51 + proc = self.repo.git.fetch("--", self, *args, as_process=True, with_stdout=False, 56 # No argument refspec, then ensure the repo's config has a fetch refspec.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/watchdog/ |
| H A D | microchip,pic32-dmt.txt | 4 malfunction. It is a free-running instruction fetch timer, which is clocked 5 whenever an instruction fetch occurs until a count match occurs.
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | scancpan | 610 sub fetch { subroutine 668 fetch( $distname, 0, 1 ); 671 fetch( $distname, $need_target, $need_host ); 675 fetch( $distname, $need_target, $need_host ); 683 fetch( $distname, !!$target, !!$host, 1 );
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | recipeutils.py | 407 fetch = bb.fetch2.Fetch(srcuri.split(), rdata) 409 fetch.download() 410 for pth in fetch.localpaths(): 460 fetch = bb.fetch2.Fetch(uris, d) 468 if fetch.ud[uri].type == 'file': 470 oe.patch.patch_path(uri, fetch, '', expand=False)): 473 fname = fetch.ud[uri].basepath 477 subdir = fetch.ud[uri].parm.get('subdir', '') 482 localpath = fetch.localpath(uri) 486 unpack = fetch.ud[uri].parm.get('unpack', True) [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | release-notes-3.4.1.rst | 33 - bitbake: fetch/git: Handle github dropping git:// support 34 - bitbake: fetch/wget: Add timeout for checkstatus calls (30s) 38 - bitbake: fetch: Handle mirror user/password replacements correctly 42 - bitbake: test/fetch: Update urls to match upstream branch name changes 43 - bitbake: tests/fetch.py: add test case to ensure downloadfilename is used for premirror 44 - bitbake: tests/fetch.py: fix premirror test cases 45 - bitbake: tests/fetch: Update github urls 46 - bitbake: tests/fetch: Update pcre.org address after github changes
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/ |
| H A D | os.S | 155 dmrbuae:movs.b (%a0),%d0 | fetch user byte 157 dmrbs: move.b (%a0),%d0 | fetch super byte 191 dmrwuae:movs.w (%a0), %d0 | fetch user word 193 dmrws: move.w (%a0), %d0 | fetch super word 226 dmrluae:movs.l (%a0),%d0 | fetch user longword 228 dmrls: move.l (%a0),%d0 | fetch super longword
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | ev6-memcpy.S | 146 ldq $1, 0($17) # L : fetch 8 166 ldbu $1, 0($17) # L : fetch a byte 189 ldbu $1, 0($17) # L : fetch a byte 228 ldbu $1, 0($17) # L : fetch 1
|