HomeSort by relevance Sort by last modified time
    Searched refs:kernel_data (Results 1 - 25 of 41) sorted by null

1 2

  /system/core/mkbootimg/
mkbootimg.c 100 void *kernel_data = 0; local
201 kernel_data = load_file(kernel_fn, &hdr.kernel_size);
202 if(kernel_data == 0) {
230 SHA_update(&ctx, kernel_data, hdr.kernel_size);
249 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 226 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
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fd.h 343 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.7-4.6/sysroot/usr/include/linux/
fd.h 343 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

Completed in 683 milliseconds

1 2