| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.headersinst | 3 # Installing headers 5 # All headers under include/uapi, include/generated/uapi, 29 src-headers := $(if $(src-subdirs), $(shell cd $(src) && find $(src-subdirs) -name '*.h')) 30 src-headers := $(filter-out $(no-export-headers), $(src-headers)) 31 gen-headers := $(if $(gen-subdirs), $(shell cd $(gen) && find $(gen-subdirs) -name '*.h')) 32 gen-headers := $(filter-out $(no-export-headers), $(gen-headers)) 36 duplicated := $(filter $(gen-headers), $(src-headers)) 39 gen-headers := $(filter-out $(duplicated), $(gen-headers)) 43 src-headers := $(addprefix $(dst)/, $(src-headers)) 44 gen-headers := $(addprefix $(dst)/, $(gen-headers)) [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.headersinst | 3 # Installing headers 5 # All headers under include/uapi, include/generated/uapi, 29 src-headers := $(if $(src-subdirs), $(shell cd $(src) && find $(src-subdirs) -name '*.h')) 30 src-headers := $(filter-out $(no-export-headers), $(src-headers)) 31 gen-headers := $(if $(gen-subdirs), $(shell cd $(gen) && find $(gen-subdirs) -name '*.h')) 32 gen-headers := $(filter-out $(no-export-headers), $(gen-headers)) 36 duplicated := $(filter $(gen-headers), $(src-headers)) 39 gen-headers := $(filter-out $(duplicated), $(gen-headers)) 43 src-headers := $(addprefix $(dst)/, $(src-headers)) 44 gen-headers := $(addprefix $(dst)/, $(gen-headers)) [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Makefile.headersinst | 3 # Installing headers 5 # All headers under include/uapi, include/generated/uapi, 29 src-headers := $(if $(src-subdirs), $(shell cd $(src) && find $(src-subdirs) -name '*.h')) 30 src-headers := $(filter-out $(no-export-headers), $(src-headers)) 31 gen-headers := $(if $(gen-subdirs), $(shell cd $(gen) && find $(gen-subdirs) -name '*.h')) 32 gen-headers := $(filter-out $(no-export-headers), $(gen-headers)) 36 duplicated := $(filter $(gen-headers), $(src-headers)) 39 gen-headers := $(filter-out $(duplicated), $(gen-headers)) 43 src-headers := $(addprefix $(dst)/, $(src-headers)) 44 gen-headers := $(addprefix $(dst)/, $(gen-headers)) [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0011-eglibc-Help-bootstrap-cross-toolchain.patch | 10 * Makefile (install-headers): Preserve old behavior: depend on 11 $(inst_includedir)/gnu/stubs.h only if install-bootstrap-headers 16 * Makefile: Amend make install-headers to install everything 18 part of 'install-headers', not 'install-others'. 19 If install-bootstrap-headers is 'yes', install a dummy copy of 43 +# other headers, so 'make install-headers' produces a useable include 46 +ifeq ($(install-bootstrap-headers),yes) 47 +install-headers: $(inst_includedir)/gnu/stubs.h 53 headers += gnu/lib-names.h 62 +ifeq ($(install-bootstrap-headers),yes) [all …]
|
| /OK3568_Linux_fs/docs/licenses/ |
| H A D | manifest.csv | 2 …/glibc/archive/2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c","linux-headers [GPL-2.0] skeleto… 3 "linux-headers","custom","GPL-2.0","","linux-headers-custom.tar.gz","/home/wxt/linux-develop/rockch… 4 …libc [GPL-2.0+ (programs), LGPL-2.1+, BSD-3-Clause, MIT (library)] linux-headers [GPL-2.0] skeleto… 5 …-2.1+] libtool [LGPL-2.1+] libvorbis [BSD-3-Clause] libzlib [Zlib] linux-headers [GPL-2.0] ncurses… 6 …-2.1+] libtool [LGPL-2.1+] libvorbis [BSD-3-Clause] libzlib [Zlib] linux-headers [GPL-2.0] ncurses… 7 …libglib2 [LGPL-2.1+] libopenssl [OpenSSL or SSLeay] libzlib [Zlib] linux-headers [GPL-2.0] ncurses… 8 …libc [GPL-2.0+ (programs), LGPL-2.1+, BSD-3-Clause, MIT (library)] linux-headers [GPL-2.0] skeleto… 9 …libc [GPL-2.0+ (programs), LGPL-2.1+, BSD-3-Clause, MIT (library)] linux-headers [GPL-2.0] skeleto… 10 …GPL-2.1+, BSD-3-Clause, MIT (library)] libffi [MIT] libzlib [Zlib] linux-headers [GPL-2.0] pcre [B… 11 …libc [GPL-2.0+ (programs), LGPL-2.1+, BSD-3-Clause, MIT (library)] linux-headers [GPL-2.0] skeleto… [all …]
|
| /OK3568_Linux_fs/buildroot/package/linux-headers/ |
| H A D | Config.in.host | 4 prompt "Kernel Headers" 8 Select the kernel version to get headers from. 10 The kernel headers must be at least as old as the oldest 14 the sources from that kernel as source for the headers. 16 If you choose a custom version of the kernel headers, or 20 kernel headers. 27 bool "Linux 4.14.x kernel headers" 32 bool "Linux 4.19.x kernel headers" 36 bool "Linux 5.4.x kernel headers" 40 bool "Linux 5.10.x kernel headers" [all …]
|
| H A D | linux-headers.mk | 3 # linux-headers 7 # This package is used to provide Linux kernel headers for the 11 # Get real Linux headers version from Makefile's VERSION and PATCHLEVEL 16 # Set variables depending on whether we are using headers from a kernel 48 $(error No kernel headers version set, check your BR2_DEFAULT_KERNEL_VERSION setting) 56 $(error No kernel headers tarball location set, check your BR2_KERNEL_HEADERS_CUSTOM_TARBALL_LOCATI… 93 # Apply any necessary patches if we are using the headers from a kernel 118 # Skip hash checking for custom kernel headers. 123 # linux-headers really is the same as the linux package 138 # linux-headers is part of the toolchain so disable the toolchain dependency [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | CMakeLists.txt | 236 add_custom_target(cxx-headers ALL DEPENDS ${out_files} ${LIBCXX_CXX_ABI_HEADER_TARGET}) 238 add_custom_target(cxx-headers) 240 set_target_properties(cxx-headers PROPERTIES FOLDER "Misc") 247 COMPONENT cxx-headers 258 COMPONENT cxx-headers) 262 add_custom_target(install-cxx-headers 263 DEPENDS cxx-headers ${generated_config_deps} 265 -DCMAKE_INSTALL_COMPONENT=cxx-headers 267 # Stripping is a no-op for headers 268 add_custom_target(install-cxx-headers-stripped DEPENDS install-cxx-headers) [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | CMakeLists.txt | 236 add_custom_target(cxx-headers ALL DEPENDS ${out_files} ${LIBCXX_CXX_ABI_HEADER_TARGET}) 238 add_custom_target(cxx-headers) 240 set_target_properties(cxx-headers PROPERTIES FOLDER "Misc") 247 COMPONENT cxx-headers 258 COMPONENT cxx-headers) 262 add_custom_target(install-cxx-headers 263 DEPENDS cxx-headers ${generated_config_deps} 265 -DCMAKE_INSTALL_COMPONENT=cxx-headers 267 # Stripping is a no-op for headers 268 add_custom_target(install-cxx-headers-stripped DEPENDS install-cxx-headers) [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
| H A D | 0004-Add-options-to-configure-the-use-of-libbsd.patch | 45 - if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h', 49 - conf.CHECK_FUNCS_IN('getpeereid', 'bsd', headers='sys/types.h bsd/unistd.h') 50 - if not conf.CHECK_FUNCS_IN('setproctitle', 'setproctitle', headers='setproctitle.h'): 51 - conf.CHECK_FUNCS_IN('setproctitle', 'bsd', headers='sys/types.h bsd/unistd.h') 53 - conf.CHECK_FUNCS_IN('setproctitle_init', 'bsd', headers='sys/types.h bsd/unistd.h') 56 - conf.CHECK_FUNCS_IN('closefrom', 'bsd', headers='bsd/unistd.h') 60 + if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h', 64 + conf.CHECK_FUNCS_IN('getpeereid', 'bsd', headers='sys/types.h bsd/unistd.h') 65 + if not conf.CHECK_FUNCS_IN('setproctitle', 'setproctitle', headers='setproctitle.h'): 66 + conf.CHECK_FUNCS_IN('setproctitle', 'bsd', headers='sys/types.h bsd/unistd.h') [all …]
|
| /OK3568_Linux_fs/buildroot/package/gpm/ |
| H A D | 0006-src-headers-daemon.h-avoid-redefinition-of-last_sele.patch | 4 Subject: [PATCH] src/headers/daemon.h: avoid redefinition of 11 ld: twiddler.o:gpm/src/headers/daemon.h:183: 12 …multiple definition of `last_selection_time'; mice.o:gpm/src/headers/daemon.h:183: first defined h… 13 ld: synaptics.o:git/gpm/src/headers/daemon.h:183: 14 …multiple definition of `last_selection_time'; mice.o:git/gpm/src/headers/daemon.h:183: first defin… 25 src/headers/daemon.h | 2 +- 28 diff --git a/src/headers/daemon.h b/src/headers/daemon.h 30 --- a/src/headers/daemon.h 31 +++ b/src/headers/daemon.h
|
| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | headers_install.rst | 2 Exporting kernel headers for use by userspace 13 from the "linux" subdirectory. The system's libc headers are usually 14 installed at the default location /usr/include and the kernel headers in 18 Kernel headers are backwards compatible, but not forwards compatible. This 19 means that a program built against a C library using older kernel headers 21 features), but a program built against newer kernel headers may not work on an 30 ARCH indicates which architecture to produce headers for, and defaults to the 31 current architecture. The linux/asm directory of the exported kernel headers 37 INSTALL_HDR_PATH indicates where to install the headers. It defaults to 41 headers are installed in 'INSTALL_HDR_PATH/include'.
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/m4/ |
| H A D | sox.m4 | 31 dnl SOX_CHECK_HEADERS(HEADERS, [DECL], [IF-FOUND], [IF-NOT-FOUND], 32 dnl [EXTRA-HEADERS]) 34 dnl Check for presence of headers. 36 dnl HEADERS List of headers to try, stopping when one is found 38 dnl IF-FOUND Action to take if one of HEADERS is found 39 dnl IF-NOT-FOUND Action to take if none of HEADERS are found 40 dnl EXTRA-HEADERS Additional headers to #include 54 dnl SOX_CHECK_LIB(TAG, HEADERS, LIB, FUNC, [IF-FOUND], [IF-NOT-FOUND], 55 dnl [EXTRA-HEADERS], [EXTRA-LIBS]) 57 dnl Check for presence of headers and library. [all …]
|
| /OK3568_Linux_fs/buildroot/package/iperf/ |
| H A D | 0001-Fix-build-with-musl-libc.patch | 10 define one. The kernel headers provide a way to suppress its struct 11 ethhdr. For that to work the libc headers must precede the kernel. Move 16 from ../include/headers.h:117, 22 from ../include/headers.h:110, 34 include/headers.h | 10 +++++----- 37 diff --git a/include/headers.h b/include/headers.h 39 --- a/include/headers.h 40 +++ b/include/headers.h 51 // AF_PACKET HEADERS
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | sched-migration.py | 333 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state, argument 338 on_cpu_task = self.current_tsk[headers.cpu] 342 headers.ts_format(), headers.cpu, prev_comm, prev_pid, next_comm, next_pid) 346 self.current_tsk[headers.cpu] = next_pid 348 ts = self.timeslices.get_time_slice(headers.ts()) 349 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu) 351 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu): argument 352 ts = self.timeslices.get_time_slice(headers.ts()) 355 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument 358 ts = self.timeslices.get_time_slice(headers.ts()) [all …]
|
| /OK3568_Linux_fs/external/linux-rga/ |
| H A D | Android.go | 134 dirs = append(dirs, "system/memory/libion/original-kernel-headers") 136 dirs = append(dirs, "system/core/libion/original-kernel-headers") 144 var headers []string 147 headers = append(headers, "libhardware_rockchip_headers") 150 return headers 154 var headers []string 157 headers = append(headers, "libhardware_rockchip_headers") 160 return headers
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aacraid/ |
| H A D | comminit.c | 231 * Align the beginning of Headers to commalign in aac_alloc_comm() 237 * Fill in addresses of the Comm Area Headers and Queues in aac_alloc_comm() 268 q->headers.producer = (__le32 *)mem; in aac_queue_init() 269 q->headers.consumer = (__le32 *)(mem+1); in aac_queue_init() 270 *(q->headers.producer) = cpu_to_le32(qsize); in aac_queue_init() 271 *(q->headers.consumer) = cpu_to_le32(qsize); in aac_queue_init() 372 u32 *headers; in aac_comm_init() local 386 * queue headers. in aac_comm_init() 391 if (!aac_alloc_comm(dev, (void * *)&headers, size, QUEUE_ALIGNMENT)) in aac_comm_init() 394 queues = (struct aac_entry *)(((ulong)headers) + hdrsize); in aac_comm_init() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-graphics/cogl/cogl-1.0/ |
| H A D | 0001-configure.ac-don-t-require-eglmesaext.h.patch | 12 fixes commit fb1acfec ("Fix building against libglvnd-provided EGL headers") 32 - [AC_MSG_ERROR([Unable to locate required EGL headers])]) 36 - [AC_MSG_ERROR([Unable to locate required EGL headers])], 41 - [AC_MSG_ERROR([Unable to locate required EGL headers])], 55 +dnl Test for the existence of egl headers. 57 +dnl In that case AC_CHECK_HEADERS failes if X11 headers are not available. 60 +dnl require additional headers. 64 + [AC_MSG_ERROR([Unable to locate required EGL headers])], 72 + [AC_MSG_ERROR([Unable to locate required EGL headers])],
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | Config.in.legacy | 244 bool "kernel headers version 5.11.x are no longer supported" 247 Version 5.11.x of the Linux kernel headers are no longer 251 bool "kernel headers version 5.12.x are no longer supported" 254 Version 5.12.x of the Linux kernel headers are no longer 258 bool "kernel headers version 5.13.x are no longer supported" 261 Version 5.13.x of the Linux kernel headers are no longer 527 bool "kernel headers version 5.9.x are no longer supported" 530 Version 5.9.x of the Linux kernel headers are no longer 534 bool "kernel headers version 5.8.x are no longer supported" 537 Version 5.8.x of the Linux kernel headers are no longer [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | segmentation-offloads.rst | 69 contain additional headers such as an outer tunnel. In order to account 73 cases where there are more than just 1 set of headers. For example in the 74 case of IPIP and SIT we should have the network and transport headers moved 75 from the standard list of headers to "inner" header offsets. 77 Currently only two levels of headers are supported. The convention is to 78 refer to the tunnel headers as the outer headers, while the encapsulated 79 data is normally referred to as the inner headers. Below is the list of 80 calls to access the given headers: 103 headers will be left with a partial checksum and only the outer header 138 so that instead of having to rewrite the packet headers for each segment [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-meta-uvc.rst | 15 This format describes standard UVC metadata, extracted from UVC packet headers 19 in those headers. See section "2.4.3.3 Video and Still Image Payload Headers" of 23 contain multiple headers, if multiple such headers have been transmitted by the 24 camera for the respective frame. However, the driver may drop headers when the 27 perform rate limiting when the device sends a large number of headers.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/ |
| H A D | tdb-Add-configure-options-for-packages.patch | 123 - if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h', 127 - conf.CHECK_FUNCS_IN('getpeereid', 'bsd', headers='sys/types.h bsd/unistd.h') 128 - if not conf.CHECK_FUNCS_IN('setproctitle', 'setproctitle', headers='setproctitle.h'): 129 - conf.CHECK_FUNCS_IN('setproctitle', 'bsd', headers='sys/types.h bsd/unistd.h') 131 - conf.CHECK_FUNCS_IN('setproctitle_init', 'bsd', headers='sys/types.h bsd/unistd.h') 134 - conf.CHECK_FUNCS_IN('closefrom', 'bsd', headers='bsd/unistd.h') 138 + if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h', 142 + conf.CHECK_FUNCS_IN('getpeereid', 'bsd', headers='sys/types.h bsd/unistd.h') 143 + if not conf.CHECK_FUNCS_IN('setproctitle', 'setproctitle', headers='setproctitle.h'): 144 + conf.CHECK_FUNCS_IN('setproctitle', 'bsd', headers='sys/types.h bsd/unistd.h') [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/ |
| H A D | options-2.2.0.patch | 123 - if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h', 127 - conf.CHECK_FUNCS_IN('getpeereid', 'bsd', headers='sys/types.h bsd/unistd.h') 128 - if not conf.CHECK_FUNCS_IN('setproctitle', 'setproctitle', headers='setproctitle.h'): 129 - conf.CHECK_FUNCS_IN('setproctitle', 'bsd', headers='sys/types.h bsd/unistd.h') 131 - conf.CHECK_FUNCS_IN('setproctitle_init', 'bsd', headers='sys/types.h bsd/unistd.h') 134 - conf.CHECK_FUNCS_IN('closefrom', 'bsd', headers='bsd/unistd.h') 138 + if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h', 142 + conf.CHECK_FUNCS_IN('getpeereid', 'bsd', headers='sys/types.h bsd/unistd.h') 143 + if not conf.CHECK_FUNCS_IN('setproctitle', 'setproctitle', headers='setproctitle.h'): 144 + conf.CHECK_FUNCS_IN('setproctitle', 'bsd', headers='sys/types.h bsd/unistd.h') [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
| H A D | 0002-ldb-Add-configure-options-for-packages.patch | 122 - if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h', 126 - conf.CHECK_FUNCS_IN('getpeereid', 'bsd', headers='sys/types.h bsd/unistd.h') 127 - if not conf.CHECK_FUNCS_IN('setproctitle', 'setproctitle', headers='setproctitle.h'): 128 - conf.CHECK_FUNCS_IN('setproctitle', 'bsd', headers='sys/types.h bsd/unistd.h') 130 - conf.CHECK_FUNCS_IN('setproctitle_init', 'bsd', headers='sys/types.h bsd/unistd.h') 133 - conf.CHECK_FUNCS_IN('closefrom', 'bsd', headers='bsd/unistd.h') 137 + if conf.CHECK_FUNCS_IN('strlcpy strlcat', 'bsd', headers='bsd/string.h', 141 + conf.CHECK_FUNCS_IN('getpeereid', 'bsd', headers='sys/types.h bsd/unistd.h') 142 + if not conf.CHECK_FUNCS_IN('setproctitle', 'setproctitle', headers='setproctitle.h'): 143 + conf.CHECK_FUNCS_IN('setproctitle', 'bsd', headers='sys/types.h bsd/unistd.h') [all …]
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | check-kernel-headers.sh | 4 # headers version match the user told us they were: 8 # - if the actual headers are older than the user told us, this is 11 # - if the actual headers are more recent than the user told us, and 14 # - if the actual headers are more recent than the user told us, and 37 EXEC="$(mktemp -p "${BUILDDIR}" -t .check-headers.XXXXXX)" 39 # We do not want to account for the patch-level, since headers are 59 printf("Incorrect selection of kernel headers: ");
|