HomeSort by relevance Sort by last modified time
    Searched defs:root_dev (Results 1 - 17 of 17) sorted by null

  /external/rootdev/
main.c 117 dev_t root_dev; local
126 root_dev = makedev(flag_major, flag_minor);
131 root_dev = path_stat.st_dev;
138 &root_dev,
145 if (mknod(path, S_IFBLK | S_IRUSR | S_IWUSR, root_dev) && errno != EEXIST) {
rootdev.c 405 dev_t _root_dev, *root_dev = &_root_dev; local
415 if (sizeof(root_statbuf.st_dev) == sizeof(*root_dev)) {
417 root_dev = (dev_t *)&root_statbuf.st_dev;
419 *root_dev = root_statbuf.st_dev;
426 root_dev,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
bootparam.h 33 __u16 root_dev; member in struct:setup_header
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
bootparam.h 34 __u16 root_dev; member in struct:setup_header
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
bootparam.h 34 __u16 root_dev; member in struct:setup_header
  /bionic/libc/kernel/uapi/asm-x86/asm/
bootparam.h 69 __u16 root_dev; member in struct:setup_header
  /development/ndk/platforms/android-21/arch-x86/include/asm/
bootparam.h 67 __u16 root_dev; member in struct:setup_header
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
bootparam.h 67 __u16 root_dev; member in struct:setup_header
  /external/kernel-headers/original/uapi/asm-x86/asm/
bootparam.h 54 __u16 root_dev; member in struct:setup_header
  /external/libusb-compat/libusb/
usb.h 271 struct usb_device *root_dev; member in struct:usb_bus
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/
bootparam.h 67 __u16 root_dev; member in struct:setup_header
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/
bootparam.h 67 __u16 root_dev; member in struct:setup_header
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/
bootparam.h 67 __u16 root_dev; member in struct:setup_header
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm/
bootparam.h 67 __u16 root_dev; member in struct:setup_header
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm/
bootparam.h 67 __u16 root_dev; member in struct:setup_header
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm/
bootparam.h 67 __u16 root_dev; member in struct:setup_header
  /hardware/intel/bootstub/
bootparam.h 96 __u16 root_dev; member in struct:setup_header

Completed in 91 milliseconds