Home
last modified time | relevance | path

Searched refs:root_dev (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A Dmultipathd.oe80 root_dev=$(awk '{ if ($1 !~ /^[ \t]*#/ && $2 == "/") { print $1; }}' /etc/mtab)
81 dm_num=`dmsetup info -c --noheadings -o minor $root_dev 2> /dev/null`
/openbmc/u-boot/arch/x86/include/asm/
H A Dbootparam.h36 __u16 root_dev; member
/openbmc/qemu/hw/acpi/
H A Dnvdimm.c1248 static void nvdimm_build_nvdimm_devices(Aml *root_dev, uint32_t ram_slots) in nvdimm_build_nvdimm_devices() argument
1364 aml_append(root_dev, nvdimm_dev); in nvdimm_build_nvdimm_devices()