Searched defs:kernel (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/private/
H A Dkernel_sigset_t.h20 // Our sigset_t is wrong for ARM and x86. It's 32-bit but the kernel expects 64 bits.
23 // to the kernel, at the cost of not being able to refer to real-time signals.
48 uint32_t kernel[2]; member in union:kernel_sigset_t
/bionic/libc/kernel/tools/
H A Dclean_header.py4 import sys, cpp, kernel, glob, os, re, getopt namespace
100 -k<path> specify path of original kernel headers
101 -d<path> specify path of cleaned kernel headers
H A Dfind_users.py3 # this program is used to find source code that includes linux kernel headers directly
9 import kernel namespace
19 sources that include kernel headers directly. the program prints
39 kernel.verboseSearch = 1
40 kernel.verboseFind = 1
52 # first, obtain the list of kernel files used by our clients
56 fparser = kernel.HeaderScanner()
H A Dupdate_all.py3 import sys, cpp, kernel, glob, os, re, getopt, clean_header namespace
9 usage: %(progname)s [kernel-original-path]
14 - a set of source kernel headers is located in '../original',
H A Dfind_headers.py3 # this program is used to find source code that includes linux kernel headers directly
8 import sys, cpp, glob, os, re, getopt, kernel namespace
19 usage: find_headers.py [options] <kernel-root> (file|directory|@listfile)+
30 this program is used to find all the kernel headers that are used
51 kernel.verboseSearch = 1
52 kernel.verboseFind = 1
82 # find all architectures in the kernel tree
101 # all those he wants are available from the kernel include tree
111 sys.stderr.write( "error: the following requested architectures are not in the kernel tree: " )
126 #destdir = "/tmp/bionic-kernel
[all...]
/bionic/libc/kernel/common/linux/netfilter/
H A Dx_tables.h4 *** This header was automatically generated from a Linux kernel header
6 *** call into the kernel available to libc. It contains only constants,
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
37 } kernel; member in union:xt_entry_match::__anon395
57 } kernel; member in union:xt_entry_target::__anon398

Completed in 168 milliseconds