Home
last modified time | relevance | path

Searched refs:rootdev (Results 1 – 25 of 27) sorted by relevance

12

/external/autotest/server/site_tests/platform_CorruptRootfs/
Dplatform_CorruptRootfs.py63 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/
DMakefile13 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*
DREADME.chromium1 Chromium OS version of rootdev
7 Prior to this commit, rootdev was derived from the above link. However, it has
10 chromeos-rootdev:
DAndroid.bp30 srcs: ["rootdev.c"],
36 name: "rootdev",
Drootdev.h27 int rootdev(char *path, size_t size, bool full, bool strip);
Drootdev_test.sh73 ROOTDEV=${1:-./rootdev}
Drootdev.c403 int rootdev(char *path, size_t size, bool full, bool strip) { in rootdev() function
/external/u-boot/drivers/usb/host/
Dusb-sandbox.c13 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()
Dehci.h246 int rootdev; member
Dxhci.c717 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()
Dehci-hcd.c752 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/
Dswitch_root.c27 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/
Drpc_functions.py627 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/
Dhardware_StorageTrim.py37 rootdev = utils.get_root_device()
38 if dev == rootdev:
/external/autotest/client/site_tests/platform_Rootdev/
Dcontrol7 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/
Dsetup.h46 unsigned long rootdev; /* 16 */ member
97 u32 rootdev; member
/external/autotest/server/hosts/
Dcros_label.py339 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/
Dlibf2fs.c547 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/
Dsetup.h36 __u32 rootdev; member
/external/u-boot/arch/nds32/include/asm/
Dsetup.h32 u32 rootdev; member
/external/u-boot/arch/riscv/include/asm/
Dsetup.h33 u32 rootdev; member
/external/u-boot/arch/nds32/lib/
Dbootm.c138 params->u.core.rootdev = 0; in setup_start_tag()
/external/vboot_reference/utility/
Ddev_debug_vboot274 log rootdev -s
/external/u-boot/arch/arm/lib/
Dbootm.c124 params->u.core.rootdev = 0; in setup_start_tag()
/external/u-boot/board/nokia/rx51/
Drx51.c233 params->u.core.rootdev = 0x0; in setup_board_tags()

12