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

1 2

  /external/ltp/testcases/kernel/syscalls/ustat/
ustat02.c 36 static dev_t root_dev; variable
48 {"Bad address", EFAULT, "EFAULT", &root_dev, (void*)-1}
102 root_dev = buf.st_dev;
  /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,
  /external/openssh/openbsd-compat/
getcwd.c 61 dev_t root_dev; local
102 root_dev = s.st_dev;
117 if (root_dev == dev && root_ino == ino) {
  /external/avb/examples/uefi/
uefi_avb_boot.c 46 UINT16 root_dev; member in struct:SetupHeader
  /external/syslinux/gpxe/src/arch/i386/include/
bzimage.h 30 uint16_t root_dev; member in struct:bzimage_header
  /external/syslinux/gpxe/src/arch/i386/prefix/
lkrnprefix.S 110 root_dev: label
  /external/syslinux/memdisk/
memdisk.h 57 uint16_t root_dev; member in struct:setup_header
memdisk16.asm 54 root_dev dw 0 define
  /external/syslinux/com32/include/syslinux/
linux.h 87 uint16_t root_dev; member in struct:linux_header
  /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 70 __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
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
LinuxBzimage.h 34 UINT16 root_dev; member in struct:setup_header
  /external/kernel-headers/original/uapi/asm-x86/asm/
bootparam.h 55 __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/r10/platforms/android-21/arch-x86/usr/include/asm/
bootparam.h 67 __u16 root_dev; member in struct:setup_header
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
bootparam.h 67 __u16 root_dev; member in struct:setup_header
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
bootparam.h 67 __u16 root_dev; member in struct:setup_header
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/asm/
bootparam.h 67 __u16 root_dev; member in struct:setup_header
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/asm/
bootparam.h 67 __u16 root_dev; member in struct:setup_header
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/asm/
bootparam.h 67 __u16 root_dev; member in struct:setup_header

Completed in 1222 milliseconds

1 2