Searched refs:parttype (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/ |
H A D | direct.py | 511 def _create_partition(self, device, parttype, fstype, start, size): argument 517 parttype, start, end, size) 520 (self.sector_size, device, parttype)
|
/openbmc/qemu/tests/qtest/ |
H A D | hd-geo-test.c | 431 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 D | engine.py | 278 parttype = namedtuple("Part", "pnum start end size fstype") 290 partition = parttype(int(pnum), int(start[:-1]), int(end[:-1]),
|