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

  /external/ltp/testcases/kernel/syscalls/ustat/
ustat02.c 19 static dev_t root_dev; variable
31 {"Bad address", EFAULT, "EFAULT", &root_dev, (void*)-1}
56 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/u-boot/arch/x86/include/asm/
bootparam.h 36 __u16 root_dev; member in struct:setup_header
  /bionic/libc/kernel/uapi/asm-x86/asm/
bootparam.h 60 __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 56 __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

Completed in 365 milliseconds