| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | microcode-tool | 132 mcode_list, tried = FindMicrocode(microcodes, model.lower()) 133 print 'Matching models %s:' % (', '.join(tried)) 163 tried = [] 167 tried.append(abbrev) 173 return found, tried 301 tried = [] 303 mcode_list, tried = FindMicrocode(microcodes, model) 306 (model, ', '.join(tried))) 310 (model, ', '.join(tried),
|
| H A D | microcode-tool.py | 132 mcode_list, tried = FindMicrocode(microcodes, model.lower()) 133 print 'Matching models %s:' % (', '.join(tried)) 163 tried = [] 167 tried.append(abbrev) 173 return found, tried 301 tried = [] 303 mcode_list, tried = FindMicrocode(microcodes, model) 306 (model, ', '.join(tried))) 310 (model, ', '.join(tried),
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/ |
| H A D | dammit.py | 221 def _usable(self, encoding, tried): argument 226 if encoding not in tried: 227 tried.add(encoding) 234 tried = set() 236 if self._usable(e, tried): 241 if self._usable(self.sniffed_encoding, tried): 249 if self._usable(self.declared_encoding, tried): 256 if self._usable(self.chardet_encoding, tried): 261 if self._usable(e, tried):
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | cpufreq-nforce2.c | 90 int tried = 0; in nforce2_calc_pll() local 93 while (((mul == 0) || (div == 0)) && (tried <= 3)) { in nforce2_calc_pll() 97 fsb + tried) { in nforce2_calc_pll() 101 tried++; in nforce2_calc_pll()
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | addr_list.c | 364 _enter("%lx-%lx-%lx,%d", set, failed, ac->tried, ac->index); in afs_iterate_addresses() 368 set &= ~(failed | ac->tried); in afs_iterate_addresses() 381 set_bit(index, &ac->tried); in afs_iterate_addresses() 397 test_bit(ac->alist->preferred, &ac->tried)) in afs_end_cursor()
|
| H A D | vl_rotate.c | 94 vc->ac.tried, vc->ac.index, in afs_select_vlserver() 323 vc->ac.tried, vc->ac.index, vc->ac.abort_code, vc->ac.error, in afs_vl_dump_edestaddrreq()
|
| /OK3568_Linux_fs/kernel/Documentation/parisc/ |
| H A D | debugging.rst | 27 code tried to access. 31 get translated to a physical address before real-mode code tried to
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma_cq.c | 325 bool tried = false; in pvrdma_poll_one() local 332 if (tried) in pvrdma_poll_one() 337 tried = true; in pvrdma_poll_one()
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | sched-stats.rst | 82 3) # of times in this domain load_balance() tried to move one or 98 11) # of times in this domain load_balance() tried to move one or 114 19) # of times in this domain load_balance() tried to move one or more 129 26) # of times active_load_balance() tried to move a task and failed
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_mst_types.c | 656 bool tried[MAX_PIPES]; in try_disable_dsc() local 667 tried[i] = false; in try_disable_dsc() 671 tried[i] = true; in try_disable_dsc() 679 if (!tried[i]) { in try_disable_dsc() 711 tried[next_index] = true; in try_disable_dsc()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | locks.rst | 36 configured to rebuild the alias file. Sendmail tried to lock the aliases.dir 37 file with fcntl() at the same time as the GDBM routines tried to lock this
|
| /OK3568_Linux_fs/kernel/arch/m68k/hp300/ |
| H A D | README.hp300 | 7 work now but I've only tried 16MB and 12MB.
|
| /OK3568_Linux_fs/kernel/tools/testing/kunit/test_data/ |
| H A D | test_config_printk_time.log | 25 [ 0.060000] No filesystem could mount root, tried:
|
| H A D | test_output_with_prefix_isolated_correctly.log | 26 [ 0.060000] No filesystem could mount root, tried:
|
| H A D | test_pound_sign.log | 27 [ 0.060000] No filesystem could mount root, tried:
|
| H A D | test_pound_no_prefix.log | 27 No filesystem could mount root, tried:
|
| H A D | test_multiple_prefixes.log | 25 [ 0.060000][ T1] No filesystem could mount root, tried:
|
| H A D | test_interrupted_tap_output.log | 31 [ 0.060000] No filesystem could mount root, tried:
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/spufs/ |
| H A D | spu_run.rst | 78 SPU has tried to execute an invalid instruction. 81 SPU has tried to access an invalid channel.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/ |
| H A D | 10_utf16.patch | 27 + * already tried to parse everything we can.
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gstreamer1-editing-services/ |
| H A D | 0001-Fix-gstreamer-validate-1.0-dependency-name.patch | 11 Run-time dependency gst-validate-1.0 found: NO (tried pkgconfig and cmake)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libtest/ |
| H A D | libtest-warnings-perl_0.031.bb | 4 DESCRIPTION = "If you've ever tried to use Test::NoWarnings to confirm there are no \
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux/linux-rockchip_5.10/ |
| H A D | 0001-init-do_mounts.c-Retry-all-fs-after-failed-to-mount-.patch | 49 printk("No filesystem could mount root, tried: ");
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/ |
| H A D | fail_on_no_media.patch | 40 break; // no, already was tried
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
| H A D | CVE-2019-7574.patch | 10 definition, IMA_ADPCM_decode() tried to read past the data chunk
|