Home
last modified time | relevance | path

Searched refs:kernel (Results 1 – 13 of 13) sorted by relevance

/bionic/libc/kernel/
DREADME.TXT4 Bionic comes with a processed set of all of the uapi Linux kernel headers that
8 in the 'bionic/kernel/tools' directory. The tools process the original
9 unmodified kernel headers in order to get rid of many annoying
19 Description of the directories involved in generating the parsed kernel headers:
21 * 'external/kernel-headers/original/'
22 Contains the uapi kernel headers found in the android kernel. Note this
23 also includes the header files that are generated by building the kernel
26 * 'bionic/libc/kernel/uapi'
27 Contains the cleaned kernel headers and mirrors the directory structure
28 in 'external/kernel-headers/original/uapi/'.
[all …]
/bionic/libc/kernel/android/
DREADME.TXT1 The files under the uapi directory are android kernel uapi header files that
3 kernel.
8 The files under the scsi directory are frozen copies of kernel scsi headers.
9 Linux's scsi headers are a mix of userspace-facing and kernel-facing
15 These files are actually maintained in external/kernel-headers/modified/scsi.
/bionic/
D.gitignore3 libc/kernel/original
DREADME.md85 kernel/
86 # The kernel uapi header files. These are scrubbed copies of the originals
87 # in external/kernel-headers/. These files must not be edited directly. The
88 # generate_uapi_headers.sh script should be used to go from a kernel tree to
89 # external/kernel-headers/ --- this takes care of the architecture-specific
91 # scrubbed headers from external/kernel-headers/.
115 # because the Linux kernel interface is sufficiently different that we
152 kernel uapi header files, in which case you just need to make sure that
165 Updating kernel header files
171 contents for external/kernel-headers/.
[all …]
/bionic/libc/private/
Dkernel_sigset_t.h50 uint32_t kernel[2]; member
/bionic/libc/arch-x86_64/bionic/
D__bionic_clone.S40 # Translate to the kernel calling convention and swap the 'tls' and 'child_tid' arguments.
/bionic/libc/kernel/uapi/linux/netfilter/
Dx_tables.h40 } kernel; member
59 } kernel; member
/bionic/libc/
DAndroid.bp2054 from: "kernel/uapi",
2057 "kernel/uapi/asm-generic/**/*.h",
2058 "kernel/uapi/drm/**/*.h",
2059 "kernel/uapi/linux/**/*.h",
2060 "kernel/uapi/misc/**/*.h",
2061 "kernel/uapi/mtd/**/*.h",
2062 "kernel/uapi/rdma/**/*.h",
2063 "kernel/uapi/scsi/**/*.h",
2064 "kernel/uapi/sound/**/*.h",
2065 "kernel/uapi/video/**/*.h",
[all …]
/bionic/libc/kernel/tools/
Dupdate_all.py3 import sys, cpp, kernel, glob, os, re, getopt, clean_header, subprocess, shutil
Dgenerate_uapi_headers.sh212 git clone https://android.googlesource.com/kernel/common.git
Dclean_header.py72 import sys, cpp, kernel, glob, os, re, getopt
/bionic/libc/kernel/uapi/sound/
Dasequencer.h369 void * kernel; member
/bionic/tests/
Ddlext_test.cpp532 pm_kernel_t* kernel; in GetPss() local
533 ASSERT_EQ(0, pm_kernel_create(&kernel)); in GetPss()
536 ASSERT_EQ(0, pm_process_create(kernel, pid, &process)); in GetPss()
557 pm_kernel_destroy(kernel); in GetPss()