Home
last modified time | relevance | path

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

/bionic/libc/kernel/tools/
Dfind_users.py9 import kernel
39 kernel.verboseSearch = 1
40 kernel.verboseFind = 1
56 fparser = kernel.HeaderScanner()
Dfind_headers.py8 import sys, cpp, glob, os, re, getopt, kernel
51 kernel.verboseSearch = 1
52 kernel.verboseFind = 1
131 cparser = kernel.ConfigParser()
141 fparser = kernel.HeaderScanner()
148 hparser = kernel.KernelHeaderFinder(headers,archs,kernel_root,kernel_config)
Dupdate_all.py3 import sys, cpp, kernel, glob, os, re, getopt, clean_header
Dclean_header.py4 import sys, cpp, kernel, glob, os, re, getopt
/bionic/libc/kernel/
DREADME.TXT1 Bionic comes with a set of 'clean' Linux kernel headers that can safely be
7 in the 'bionic/kernel/tools' directory, which process a set of original
8 and unmodified kernel headers in order to get rid of many annoying
20 * 'external/kernel-headers/original/'
21 contains a set of kernel headers as normally found in the 'include'
22 directory of a normal Linux kernel source tree. note that this should
26 * 'bionic/libc/kernel/common'
30 * 'bionic/libc/kernel/arch-arm/'
33 * 'bionic/libc/kernel/arch-arm/asm'
36 * 'bionic/libc/kernel/arch-x86'
[all …]
/bionic/
D.gitignore3 libc/kernel/original
/bionic/libc/private/
Dkernel_sigset_t.h48 uint32_t kernel[2]; member
/bionic/libc/kernel/common/linux/netfilter/
Dx_tables.h37 } kernel; member
57 } kernel; member
/bionic/libc/arch-mips/bionic/
Dclone.S65 # make sure the kernel doesn't access child_tidptr
/bionic/libc/kernel/common/linux/mtd/
Dmtd.h21 #error This is a kernel header. Perhaps include mtd-user.h instead?
/bionic/libc/include/sys/
Dcdefs.h263 #define __RENAME(x) no renaming in kernel or standalone environment
/bionic/libc/
DSYSCALLS.TXT20 # taking the constants from the kernel header files.
104 # to match the kernel implementation.