Home
last modified time | relevance | path

Searched refs:kernel (Results 1 – 16 of 16) 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/kernel/common/linux/netfilter/
Dx_tables.h37 } kernel; member
57 } kernel; member
/bionic/libc/docs/
DSYSV-IPC.TXT10 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
DOVERVIEW.TXT11 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 …]
DCHANGES.TXT97 - <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/
Dclone.S64 # make sure the kernel doesn't access child_tidptr
/bionic/libc/
DREADME4 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
DSYSCALLS.TXT98 # to match the kernel implementation.
/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.h256 #define __RENAME(x) no renaming in kernel or standalone environment
/bionic/libc/bionic/
Dpthread.c2110 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()