OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kernel_data
(Results
1 - 15
of
15
) sorted by null
/system/core/mkbootimg/
mkbootimg.c
100
void *
kernel_data
= 0;
local
193
kernel_data
= load_file(kernel_fn, &hdr.kernel_size);
194
if(
kernel_data
== 0) {
222
SHA_update(&ctx,
kernel_data
, hdr.kernel_size);
241
if(write(fd,
kernel_data
, hdr.kernel_size) != hdr.kernel_size) goto fail;
/external/oprofile/daemon/liblegacy/
p_module.h
165
unsigned tgt_long
kernel_data
;
member in struct:module
/bionic/libc/kernel/common/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/development/ndk/platforms/android-3/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/external/kernel-headers/original/linux/
fd.h
344
char *
kernel_data
; /* location of data buffer in the kernel */
member in struct:floppy_raw_cmd
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fd.h
343
char *
kernel_data
; /* location of data buffer in the kernel */
member in struct:floppy_raw_cmd
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
fd.h
234
char *
kernel_data
;
member in struct:floppy_raw_cmd
Completed in 725 milliseconds