| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | sysroot-relativelinks.py | 25 #print("Replacing %s with %s for %s" % (link, topdir+link, filep)) 26 print("Replacing %s with %s for %s" % (link, os.path.relpath(topdir+link, subdir), filep))
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/bdwgc/ |
| H A D | bdwgc_8.2.0.bb | 16 by replacing malloc with GC_malloc calls, replacing realloc with GC_realloc\
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/eject/eject/ |
| H A D | eject-2.1.5-spaces.patch | 6 of '\040'. So lets scan the mount point and fix it up by replacing all 19 + * of '\040'. So lets scan the mount point and fix it up by replacing all
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | fib_offload.sh | 192 check_err $? "prefix route offloaded after 'replacing' multipath route" 201 check_err $? "multipath route not offloaded after replacing multipath route" 211 check_err $? "multipath route offloaded after 'replacing' non-existing route"
|
| H A D | qos_headroom.sh | 288 # After replacing the qdisc for the same kind, buffer_size still has to 297 # Likewise after replacing for a different kind.
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | page_pool.rst | 10 Basic use involves replacing alloc_pages() calls with the 12 replacing dev_alloc_pages().
|
| /OK3568_Linux_fs/kernel/Documentation/livepatch/ |
| H A D | livepatch.rst | 18 5.3. Replacing 304 loading, enabling, replacing, disabling, removing. 306 Where the replacing and the disabling operations are mutually 360 5.3. Replacing
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | page_pool.h | 15 * Basic use involve replacing alloc_pages() calls with the 17 * page_pool_dev_alloc_pages() replacing dev_alloc_pages().
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/ |
| H A D | Makefile | 7 # Therefore, simply replacing os_test by os_test_lib in the absolute path
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | assoc_array.rst | 507 1. Simple insert/replace. This involves simply replacing a NULL or old 516 3. Insertion replacing part of a subtree that we haven't yet entered. This 521 4. Insertion replacing nodes that we're actively processing. This isn't a 530 5. Insertion replacing nodes that we're processing a dependent branch of.
|
| /OK3568_Linux_fs/kernel/lib/raid6/ |
| H A D | unroll.awk | 5 # Repeat each input line containing $$ n times, replacing $$ with 0...n-1.
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/ |
| H A D | 0007-gstreamer-mediaplayer-Fix-hangs-when-replacing-pause.patch | 4 Subject: [PATCH 07/17] gstreamer: mediaplayer: Fix hangs when replacing paused
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | reproducible-paths.patch | 1 Avoid hardcoded build time paths in the output binaries by replacing the compile
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/gzip/gzip-1.12/ |
| H A D | wrong-path-fix.patch | 4 replacing some key words with the detected values at configure time, this
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.JFFS2 | 17 update your boot environment by replacing single files on that
|
| /OK3568_Linux_fs/buildroot/package/php-pecl-dbus/ |
| H A D | 0002-Fix-compatibility-with-php8-call_user_function_ex.patch | 6 This patch fixes compatibility with php8 replacing
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/ |
| H A D | xmethod.py | 182 class whose method this xmethod is implementing/replacing. 184 method this xmethod is implementing/replacing.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/ |
| H A D | xmethod.py | 182 class whose method this xmethod is implementing/replacing. 184 method this xmethod is implementing/replacing.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | tftp-hpa-bug-fix-on-separated-CR-and-LF.patch | 7 blocks, LF will be just dropped instead of replacing the previous CR.
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0003-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch | 13 qmake from sstate and replacing all configured paths in it with qt.conf from
|
| /OK3568_Linux_fs/buildroot/package/busybox/ |
| H A D | 0001-networking-libiproute-use-linux-if_packet.h-instead-.patch | 9 necessary definitions. Replacing <net/if_packet.h> by
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xx/ |
| H A D | interrupts.c | 155 printf("CPM interrupt 0x%x replacing 0x%x\n", in irq_install_handler() 163 printf("SIU interrupt %d 0x%x replacing 0x%x\n", in irq_install_handler()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
| H A D | 0002-Fix-configure-when-bin-sh-is-not-bash.patch | 14 Fix this problem by replacing "==" with POSIX "=" which is
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | mcdi_filters.c | 198 bool replacing) in efx_mcdi_filter_push_prep() argument 216 if (replacing) { in efx_mcdi_filter_push_prep() 245 struct efx_rss_context *ctx, bool replacing) in efx_mcdi_filter_push() argument 252 efx_mcdi_filter_push_prep(efx, spec, inbuf, *handle, ctx, replacing); in efx_mcdi_filter_push() 351 bool replacing = false; in efx_mcdi_filter_insert_locked() local 456 replacing = true; in efx_mcdi_filter_insert_locked() 471 ctx, replacing); in efx_mcdi_filter_insert_locked() 481 if (replacing) { in efx_mcdi_filter_insert_locked() 492 } else if (!replacing) { in efx_mcdi_filter_insert_locked()
|
| /OK3568_Linux_fs/buildroot/board/arcturus/aarch64-ucls1012a/ |
| H A D | readme.txt | 42 From the shell you will need to update four environment variables replacing the
|