Searched refs:kernel (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/kernel/tools/ |
D | find_users.py | 9 import kernel 39 kernel.verboseSearch = 1 40 kernel.verboseFind = 1 56 fparser = kernel.HeaderScanner()
|
D | find_headers.py | 8 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)
|
D | update_all.py | 3 import sys, cpp, kernel, glob, os, re, getopt, clean_header
|
D | clean_header.py | 4 import sys, cpp, kernel, glob, os, re, getopt
|
/bionic/libc/kernel/ |
D | README.TXT | 1 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 | .gitignore | 3 libc/kernel/original
|
/bionic/libc/private/ |
D | kernel_sigset_t.h | 48 uint32_t kernel[2]; member
|
/bionic/libc/kernel/common/linux/netfilter/ |
D | x_tables.h | 37 } kernel; member 57 } kernel; member
|
/bionic/libc/arch-mips/bionic/ |
D | clone.S | 65 # make sure the kernel doesn't access child_tidptr
|
/bionic/libc/kernel/common/linux/mtd/ |
D | mtd.h | 21 #error This is a kernel header. Perhaps include mtd-user.h instead?
|
/bionic/libc/include/sys/ |
D | cdefs.h | 263 #define __RENAME(x) no renaming in kernel or standalone environment
|
/bionic/libc/ |
D | SYSCALLS.TXT | 20 # taking the constants from the kernel header files. 104 # to match the kernel implementation.
|