OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kernel_data
(Results
1 - 25
of
73
) sorted by null
1
2
3
/system/core/mkbootimg/
mkbootimg.c
100
void *
kernel_data
= 0;
local
210
kernel_data
= load_file(kernel_fn, &hdr.kernel_size);
211
if(
kernel_data
== 0) {
239
SHA_update(&ctx,
kernel_data
, hdr.kernel_size);
258
if(write(fd,
kernel_data
, hdr.kernel_size) != (ssize_t) hdr.kernel_size) goto fail;
/external/oprofile/daemon/liblegacy/
p_module.h
165
unsigned tgt_long
kernel_data
;
member in struct:module
/development/ndk/platforms/android-3/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/development/ndk/platforms/android-L/include/linux/
fd.h
230
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
fd.h
350
char *
kernel_data
; /* location of data buffer in the kernel */
member in struct:floppy_raw_cmd
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fd.h
350
char *
kernel_data
; /* location of data buffer in the kernel */
member in struct:floppy_raw_cmd
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
Completed in 98 milliseconds
1
2
3