Home
last modified time | relevance | path

Searched refs:disk_name (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-biosplusefi.py120 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument
132 disk_name,
142 disk_name,
H A Dbootimg-pcbios.py51 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument
72 full_path = creator._full_path(workdir, disk_name, "direct")
74 disk_name, full_path, disk.min_size)
H A Disoimage-isohybrid.py440 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument
449 full_path = creator._full_path(workdir, disk_name, "direct")
450 full_path_iso = creator._full_path(workdir, disk_name, "iso")
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dpluginbase.py89 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument
96 logger.debug("SourcePlugin: do_install_disk: disk: %s", disk_name)
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py204 disk_name = self.parts[0].disk
207 plugin.do_install_disk(self._image, disk_name, self, self.workdir,
214 logger.debug("Generating bmap file for %s", disk_name)
221 logger.debug("Compressing disk %s with %s", disk_name, self.compressor)
/openbmc/qemu/qga/
H A Dcommands-linux.c877 * Detect partitions subdirectory, name is "<disk_name><number>" or
878 * "<disk_name>p<number>"
880 * @disk_name -- last component of /sys path (e.g. sda)
886 const char *disk_name, const char *disk_dir, in get_disk_partitions()
892 size_t len = strlen(disk_name); in get_disk_partitions()
904 if (!(strncmp(disk_name, de_disk->d_name, len) == 0 && in get_disk_partitions()
885 get_disk_partitions(GuestDiskInfoList * list,const char * disk_name,const char * disk_dir,const char * disk_dev) get_disk_partitions() argument