Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py503 def _create_partition(self, device, parttype, fstype, start, size): argument
509 parttype, start, end, size)
511 cmd = "parted -s %s unit s mkpart %s" % (device, parttype)
/openbmc/qemu/tests/qtest/
H A Dhd-geo-test.c431 uint8_t status, parttype, head, sector, cyl; in create_qcow2_with_mbr() local
451 parttype = 0; in create_qcow2_with_mbr()
459 buf[offset + 0x4] = parttype; in create_qcow2_with_mbr()
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dengine.py262 parttype = namedtuple("Part", "pnum start end size fstype")
274 partition = parttype(int(pnum), int(start[:-1]), int(end[:-1]),