/external/autotest/server/site_tests/platform_CorruptRootfs/ |
D | platform_CorruptRootfs.py | 63 rootdev = result.stdout.strip() 64 if os.path.basename(rootdev).startswith('mmc'): 65 dev = rootdev[:-2] 67 dev = rootdev[:-1] 68 kernelA = utils.get_kernel_partition(rootdev) 69 rootfsA = rootdev 70 kernelB = utils.get_free_kernel_partition(rootdev) 71 rootfsB = utils.get_free_root_partition(rootdev)
|
/external/rootdev/ |
D | Makefile | 13 all: $(OUT)/rootdev $(OUT)/librootdev.so.1.0 15 $(OUT)/rootdev: main.c $(OUT)/librootdev.so.1.0 18 $(OUT)/librootdev.so.1.0: rootdev.c 25 rm -f $(OUT)/rootdev $(OUT)/librootdev.so*
|
D | README.chromium | 1 Chromium OS version of rootdev 7 Prior to this commit, rootdev was derived from the above link. However, it has 10 chromeos-rootdev:
|
D | Android.bp | 30 srcs: ["rootdev.c"], 36 name: "rootdev",
|
D | rootdev.h | 27 int rootdev(char *path, size_t size, bool full, bool strip);
|
D | rootdev_test.sh | 73 ROOTDEV=${1:-./rootdev}
|
D | rootdev.c | 403 int rootdev(char *path, size_t size, bool full, bool strip) { in rootdev() function
|
/external/u-boot/drivers/usb/host/ |
D | usb-sandbox.c | 13 int rootdev; member 55 if (usb_pipedevice(pipe) == ctrl->rootdev) { in sandbox_submit_control() 58 ctrl->rootdev = le16_to_cpu(setup->value); in sandbox_submit_control() 127 if (ctrl->rootdev == 0) in sandbox_alloc_device()
|
D | ehci.h | 246 int rootdev; member
|
D | xhci.c | 717 if (ctrl->rootdev == 0) { in _xhci_alloc_device() 964 ctrl->rootdev = le16_to_cpu(req->value); in xhci_submit_root() 1171 if (usb_pipedevice(pipe) == ctrl->rootdev) in _xhci_submit_control_msg()
|
D | ehci-hcd.c | 752 ctrl->rootdev = le16_to_cpu(req->value); in ehci_submit_root() 1133 ctrl->rootdev = 0; in usb_lowlevel_init() 1162 if (usb_pipedevice(pipe) == ctrl->rootdev) { in _ehci_submit_control_msg() 1163 if (!ctrl->rootdev) in _ehci_submit_control_msg()
|
/external/toybox/toys/other/ |
D | switch_root.c | 27 dev_t rootdev; 32 if (node->st.st_dev == TT.rootdev && dirtree_notdotdot(node)) { 68 TT.rootdev=st2.st_dev; in switch_root_main()
|
/external/autotest/client/cros/faft/ |
D | rpc_functions.py | 627 rootdev = self._os_if.get_root_dev() 628 kernel_a = self._os_if.join_part(rootdev, '2') 629 kernel_b = self._os_if.join_part(rootdev, '4') 689 rootdev = self._system_get_root_dev() 690 self._cgpt_handler.read_device_info(rootdev) 691 return {'A': self._cgpt_handler.get_partition(rootdev, 'KERN-A'), 692 'B': self._cgpt_handler.get_partition(rootdev, 'KERN-B')} 696 rootdev = self._system_get_root_dev() 706 self._cgpt_handler.set_partition(rootdev, 'KERN-%s' % p, attr)
|
/external/autotest/client/site_tests/hardware_StorageTrim/ |
D | hardware_StorageTrim.py | 37 rootdev = utils.get_root_device() 38 if dev == rootdev:
|
/external/autotest/client/site_tests/platform_Rootdev/ |
D | control | 7 PURPOSE = "Test rootdev correctness on x86 and arm" 9 Will check it with options to rootdev e.g. -d
|
/external/u-boot/arch/arm/include/asm/ |
D | setup.h | 46 unsigned long rootdev; /* 16 */ member 97 u32 rootdev; member
|
/external/autotest/server/hosts/ |
D | cros_label.py | 339 rootdev = host.run(command=rootdev_cmd, ignore_status=True) 340 if rootdev.exit_status: 343 rootdev_str = rootdev.stdout.strip() 366 if re.match(scsi_pattern, rootdev.stdout):
|
/external/f2fs-tools/lib/ |
D | libf2fs.c | 547 char *rootdev; in get_rootdev() 585 rootdev = malloc(ret + 1); in get_rootdev() 586 if (!rootdev) in get_rootdev() 588 rootdev[ret] = '\0'; in get_rootdev() 590 snprintf(rootdev, ret + 1, "/dev/%s", buf); in get_rootdev() 591 return rootdev; in get_rootdev()
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | setup.h | 36 __u32 rootdev; member
|
/external/u-boot/arch/nds32/include/asm/ |
D | setup.h | 32 u32 rootdev; member
|
/external/u-boot/arch/riscv/include/asm/ |
D | setup.h | 33 u32 rootdev; member
|
/external/u-boot/arch/nds32/lib/ |
D | bootm.c | 138 params->u.core.rootdev = 0; in setup_start_tag()
|
/external/vboot_reference/utility/ |
D | dev_debug_vboot | 274 log rootdev -s
|
/external/u-boot/arch/arm/lib/ |
D | bootm.c | 124 params->u.core.rootdev = 0; in setup_start_tag()
|
/external/u-boot/board/nokia/rx51/ |
D | rx51.c | 233 params->u.core.rootdev = 0x0; in setup_board_tags()
|