| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mc/files/ |
| H A D | 0001-mc-replace-perl-w-with-use-warnings.patch | 25 src/vfs/extfs/helpers/a+.in | 4 +++- 26 src/vfs/extfs/helpers/mailfs.in | 3 ++- 27 src/vfs/extfs/helpers/patchfs.in | 3 ++- 28 src/vfs/extfs/helpers/ulib.in | 4 +++- 29 src/vfs/extfs/helpers/uzip.in | 3 ++- 42 diff --git a/src/vfs/extfs/helpers/a+.in b/src/vfs/extfs/helpers/a+.in 44 --- a/src/vfs/extfs/helpers/a+.in 45 +++ b/src/vfs/extfs/helpers/a+.in 61 diff --git a/src/vfs/extfs/helpers/mailfs.in b/src/vfs/extfs/helpers/mailfs.in 63 --- a/src/vfs/extfs/helpers/mailfs.in [all …]
|
| /OK3568_Linux_fs/kernel/tools/bpf/ |
| H A D | Makefile.helpers | 26 HELPERS_RST = bpf-helpers.rst 32 helpers: man7 46 helpers-clean: 50 helpers-install: helpers 55 helpers-uninstall: 60 .PHONY: helpers helpers-clean helpers-install helpers-uninstall
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_bpftool.py | 87 for helpers in res["helpers"].values(): 89 self.assertNotIn(unexpected_helper, helpers) 115 for helpers in tc["helpers"].values(): 117 self.assertNotIn(unexpected_helper, helpers) 137 for helpers in tc["helpers"].values(): 138 if all(expected_helper in helpers 151 for helpers in full_res["helpers"].values(): 152 for helper in helpers: 155 for helpers in not_full_res["helpers"].values(): 156 for helper in helpers:
|
| /OK3568_Linux_fs/buildroot/package/python-aiohttp/ |
| H A D | 0001-Bump-async-timeout-version-for-aiohttp-3.8-5299.patch | 13 aiohttp/helpers.py | 25 ++++++--------- 25 @@ -74,8 +74,8 @@ from .helpers import ( 76 -from .helpers import PY_36, CeilTimeout, get_running_loop, is_ip_address, noop, sentinel 77 +from .helpers import ( 115 diff --git a/aiohttp/helpers.py b/aiohttp/helpers.py 117 --- a/aiohttp/helpers.py 118 +++ b/aiohttp/helpers.py 159 -from .helpers import CeilTimeout, current_task 160 +from .helpers import ceil_timeout, current_task 252 - helpers.call_later(cb, 10.1, loop) [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | drm-kms-helpers.rst | 12 This distinction between core code and helpers is especially strong in the 17 There are a few areas these helpers can grouped into: 20 helpers. Old drivers still often use the legacy CRTC helpers. They both share 23 also the simple display pipe helpers. 25 * There's a big pile of helpers for handling outputs. First the generic bridge 26 helpers for handling encoder and transcoder IP blocks. Second the panel helpers 28 helpers for the various sink standards (DisplayPort, HDMI, MIPI DSI). Finally 29 there's also generic helpers for handling output probing, and for dealing with 32 * The last group of helpers concerns itself with the frontend side of a display 99 :doc: fbdev helpers [all …]
|
| H A D | todo.rst | 44 3.19 has the atomic modeset interfaces and helpers, so drivers can now be 66 helpers (and drivers then moved over to clipped coordinates). Probably the 67 helper should also be moved from drm_plane_helper.c to the atomic helpers, to 68 avoid confusion - the other helpers in that file are all deprecated legacy 69 helpers. 75 Improve plane atomic_check helpers 79 with the current helpers: 87 - Once that's done, helpers could stop calling ->atomic_check for disabled 97 Convert early atomic drivers to async commit helpers 100 For the first year the atomic modeset helpers didn't support asynchronous / [all …]
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/ |
| H A D | Makefile | 19 include ../../Makefile.helpers 26 man: man8 helpers 48 clean: helpers-clean 52 install: man helpers-install 57 uninstall: helpers-uninstall
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0008_have_dma_buf_rw_function_take_a_void_pointer.patch | 21 softmmu/dma-helpers.c | 3 ++- 24 diff --git a/softmmu/dma-helpers.c b/softmmu/dma-helpers.c 26 --- a/softmmu/dma-helpers.c 27 +++ b/softmmu/dma-helpers.c
|
| H A D | 0011_let_dma_buf_rw_function_take_MemTxAttrs_argument.patch | 21 softmmu/dma-helpers.c | 11 ++++++----- 24 diff --git a/softmmu/dma-helpers.c b/softmmu/dma-helpers.c 26 --- a/softmmu/dma-helpers.c 27 +++ b/softmmu/dma-helpers.c
|
| H A D | 0014_let_dma_buf_rw_function_propagate_MemTxResult.patch | 26 softmmu/dma-helpers.c | 25 +++++++++++++++++++------ 29 diff --git a/softmmu/dma-helpers.c b/softmmu/dma-helpers.c 31 --- a/softmmu/dma-helpers.c 32 +++ b/softmmu/dma-helpers.c
|
| H A D | 0003_let_dma_memory_set_function_take_MemTxAttrs_argument.patch | 26 softmmu/dma-helpers.c | 5 ++--- 73 diff --git a/softmmu/dma-helpers.c b/softmmu/dma-helpers.c 75 --- a/softmmu/dma-helpers.c 76 +++ b/softmmu/dma-helpers.c
|
| H A D | 0012_let_dma_buf_write_function_take_MemTxAttrs_argument.patch | 27 softmmu/dma-helpers.c | 5 ++--- 111 diff --git a/softmmu/dma-helpers.c b/softmmu/dma-helpers.c 113 --- a/softmmu/dma-helpers.c 114 +++ b/softmmu/dma-helpers.c
|
| H A D | 0005_let_dma_memory_rw_function_take_MemTxAttrs_argument.patch | 27 softmmu/dma-helpers.c | 3 ++- 142 diff --git a/softmmu/dma-helpers.c b/softmmu/dma-helpers.c 144 --- a/softmmu/dma-helpers.c 145 +++ b/softmmu/dma-helpers.c
|
| H A D | 0009_have_dma_buf_read_and_dma_buf_write_functions_take_a_void.patch | 26 softmmu/dma-helpers.c | 4 ++-- 147 diff --git a/softmmu/dma-helpers.c b/softmmu/dma-helpers.c 149 --- a/softmmu/dma-helpers.c 150 +++ b/softmmu/dma-helpers.c
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/ |
| H A D | 0020-Fix-tab-crashes-on-musl.patch | 11 .../linux/seccomp-bpf-helpers/syscall_sets.cc | 5 +++-- 20 …ff --git a/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc b/sandbox/linux/se… 22 --- a/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc 23 +++ b/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc 60 diff --git a/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc b/sandbox/linux/seccomp-bpf-helpers/… 62 --- a/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc 63 +++ b/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | bpf_helpers_doc.py | 74 self.helpers = [] 156 self.helpers.append(helper) 170 def __init__(self, helpers): argument 171 self.helpers = helpers 184 for helper in self.helpers: 604 printer = PrinterHelpers(headerParser.helpers) 606 printer = PrinterRST(headerParser.helpers)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mc/ |
| H A D | mc_4.8.27.bb | 48 PACKAGES =+ "${BPN}-helpers-perl ${BPN}-helpers ${BPN}-fish" 50 SUMMARY:${BPN}-helpers-perl = "Midnight Commander Perl-based helper scripts" 51 FILES:${BPN}-helpers-perl = "${libexecdir}/mc/extfs.d/a+ ${libexecdir}/mc/extfs.d/apt+ \ 57 RDEPENDS:${BPN}-helpers-perl = "perl" 59 SUMMARY:${BPN}-helpers = "Midnight Commander shell helper scripts" 60 FILES:${BPN}-helpers = "${libexecdir}/mc/extfs.d/* ${libexecdir}/mc/ext.d/*"
|
| /OK3568_Linux_fs/buildroot/package/leveldb/ |
| H A D | 0002-CMake-install-libmemenv.a.patch | 24 + "${PROJECT_SOURCE_DIR}/helpers/memenv/memenv.cc" 25 + "${PROJECT_SOURCE_DIR}/helpers/memenv/memenv.h" 65 + "${PROJECT_SOURCE_DIR}/helpers/memenv/memenv.h" 66 + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/helpers/memenv
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pytest-helpers-namespace_2021.12.29.bb | 1 DESCRIPTION = "This plugin does not provide any helpers to pytest, it does, however, provide a help… 2 HOMEPAGE = "https://github.com/saltstack/pytest-helpers-namespace"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/parted/files/ |
| H A D | check-vfat.patch | 7 diff --git a/tests/t-lib-helpers.sh b/tests/t-lib-helpers.sh 9 --- a/tests/t-lib-helpers.sh 10 +++ b/tests/t-lib-helpers.sh
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | index.rst | 42 * `bpf-helpers(7)`_ maintains a list of helpers available to eBPF programs. 89 .. _bpf-helpers(7): https://man7.org/linux/man-pages/man7/bpf-helpers.7.html
|
| /OK3568_Linux_fs/kernel/tools/cgroup/ |
| H A D | memcg_slabinfo.py | 10 from drgn.helpers.linux import list_for_each_entry, list_empty 11 from drgn.helpers.linux import for_each_page 12 from drgn.helpers.linux.cpumask import for_each_online_cpu 13 from drgn.helpers.linux.percpu import per_cpu_ptr
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/ |
| H A D | Makefile | 8 $(TEST_GEN_PROGS): helpers.c helpers.h
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/ |
| H A D | init-system-helpers_1.62.bb | 13 include their helpers in this package." 14 HOMEPAGE = "https://salsa.debian.org/debian/init-system-helpers" 20 SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git;protocol=https;branch=master"
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xcb-util-wm/ |
| H A D | Config.in | 14 - ewmh: Both client and window-manager helpers for EWMH. 15 - icccm: Both client and window-manager helpers for ICCCM.
|