Searched refs:kernel (Results 1 – 16 of 16) 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/kernel/common/linux/netfilter/ |
D | x_tables.h | 37 } kernel; member 57 } kernel; member
|
/bionic/libc/docs/ |
D | SYSV-IPC.TXT | 10 kernel resource leakage. 13 allocated in the kernel when: 21 that over time, the kernel global tables used to implement SysV IPCs will fill 95 will quickly fill up the kernel's table of unique key_t values, and that 98 (You can use the "ipcs -u" command to get a summary describing the kernel
|
D | OVERVIEW.TXT | 11 around kernel facilities and not try to be too smart to deal with edge cases. 47 checks its content against official Linux kernel header files, and will 59 time_t is 32-bit as defined by the kernel on 32-bit CPUs. A 64-bit version 60 would be preferrable to avoid the Y2038 bug, but the kernel maintainers 97 Linux kernel headers: 99 Bionic comes with its own set of "clean" Linux kernel headers to allow 100 user-space code to use kernel-specific declarations (e.g. IOCTLs, structure 103 ./kernel/common, 104 ./kernel/arch-arm 105 ./kernel/arch-x86 [all …]
|
D | CHANGES.TXT | 97 - <private/bionic_tls.h>: use kernel helper functions for static versions 218 *are not* automatically released by the kernel when the owner process
|
/bionic/libc/arch-mips/bionic/ |
D | clone.S | 64 # make sure the kernel doesn't access child_tidptr
|
/bionic/libc/ |
D | README | 4 Bionic is mainly a port of the BSD C library to our Linux kernel with the 10 - support for x86, ARM and ARM thumb CPU instruction sets and kernel interfaces 53 your Linux kernel headers. The script indicates where the values are incorrect
|
D | SYSCALLS.TXT | 98 # to match the kernel implementation.
|
/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 | 256 #define __RENAME(x) no renaming in kernel or standalone environment
|
/bionic/libc/bionic/ |
D | pthread.c | 2110 uint32_t kernel[2]; member 2127 in_set.kernel[0] = in_set.kernel[1] = 0; in pthread_sigmask() 2128 out_set.kernel[0] = out_set.kernel[1] = 0; in pthread_sigmask()
|