Home
last modified time | relevance | path

Searched refs:creator (Results 1 – 25 of 36) sorted by relevance

12

/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
133 creator,
143 creator,
151 def do_configure_partition(cls, part, source_params, creator, cr_workdir, argument
164 creator,
174 creator,
182 def do_prepare_partition(cls, part, source_params, creator, cr_workdir, argument
196 creator,
207 creator,
H A Dbootimg-pcbios.py51 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument
59 if creator.ptable_format == 'msdos':
61 elif creator.ptable_format == 'gpt':
65 creator.ptable_format)
72 full_path = creator._full_path(workdir, disk_name, "direct")
80 def do_configure_partition(cls, part, source_params, creator, cr_workdir, argument
91 bootloader = creator.ks.bootloader
129 (creator.rootdev, bootloader.append)
138 def do_prepare_partition(cls, part, source_params, creator, cr_workdir, argument
H A Disoimage-isohybrid.py51 def do_configure_syslinux(cls, creator, cr_workdir): argument
61 bootloader = creator.ks.bootloader
92 def do_configure_grubefi(cls, part, creator, target_dir): argument
96 configfile = creator.ks.bootloader.configfile
112 bootloader = creator.ks.bootloader
200 def do_configure_partition(cls, part, source_params, creator, cr_workdir, argument
218 creator.name = source_params['image_name'].strip()
219 logger.debug("The name of the image is: %s", creator.name)
234 def do_prepare_partition(cls, part, source_params, creator, cr_workdir, argument
340 cls.do_configure_grubefi(part, creator, target_dir)
[all …]
H A Dbootimg-efi.py60 def do_configure_grubefi(cls, hdddir, creator, cr_workdir, source_params): argument
64 configfile = creator.ks.bootloader.configfile
84 bootloader = creator.ks.bootloader
100 label_conf = "root=%s" % creator.rootdev
126 def do_configure_systemdboot(cls, hdddir, creator, cr_workdir, source_params): argument
144 bootloader = creator.ks.bootloader
162 configfile = creator.ks.bootloader.configfile
189 label_conf = "LABEL=Boot root=%s" % creator.rootdev
214 def do_configure_partition(cls, part, source_params, creator, cr_workdir, argument
227 cls.do_configure_grubefi(hdddir, creator, cr_workdir, source_params)
[all …]
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dpluginbase.py89 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument
99 def do_stage_partition(cls, part, source_params, creator, cr_workdir, argument
116 def do_configure_partition(cls, part, source_params, creator, cr_workdir, argument
127 def do_prepare_partition(cls, part, source_params, creator, cr_workdir, argument
137 def do_post_partition(cls, part, source_params, creator, cr_workdir, argument
H A Dpartition.py127 def prepare(self, creator, cr_workdir, oe_builddir, rootfs_dir, argument
182 plugin.do_configure_partition(self, srcparams_dict, creator,
185 plugin.do_stage_partition(self, srcparams_dict, creator,
188 plugin.do_prepare_partition(self, srcparams_dict, creator,
191 plugin.do_post_partition(self, srcparams_dict, creator,
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dprivate_header.cpp87 std::string creator = getNumberString("%c", _creatorID); in getJSON() local
88 creator = pv::creatorIDs.count(creator) ? pv::creatorIDs.at(creator) in getJSON()
101 jsonInsert(ph, "Creator Subsystem", creator, 1); in getJSON()
H A Dservice_indicators.cpp24 auto creator = pel.privateHeader().creatorID(); in ignore() local
27 if ((static_cast<CreatorID>(creator) == CreatorID::openBMC) || in ignore()
28 (static_cast<CreatorID>(creator) == CreatorID::hostboot)) in ignore()
H A Drepository.hpp31 uint8_t creator; member
45 uint8_t creator, uint8_t subsystem, uint8_t sev, in PELAttributes()
49 path(p), sizeOnDisk(size), creator(creator), subsystem(subsystem), in PELAttributes()
H A Devent_logger.hpp59 explicit EventLogger(LogFunction creator) : in EventLogger() argument
60 _event(sdeventplus::Event::get_default()), _creator(creator) in EventLogger()
H A Drepository.cpp509 auto bmcPEL = CreatorID::openBMC == static_cast<CreatorID>(pel.creator); in updateRepoStats()
643 return (CreatorID::openBMC == static_cast<CreatorID>(pel.creator)) && in prune()
649 return (CreatorID::openBMC == static_cast<CreatorID>(pel.creator)) && in prune()
655 return (CreatorID::openBMC != static_cast<CreatorID>(pel.creator)) && in prune()
661 return (CreatorID::openBMC != static_cast<CreatorID>(pel.creator)) && in prune()
H A Dpel.cpp587 auto creator = static_cast<CreatorID>(_ph->creatorID()); in getDeconfigFlag() local
589 if ((creator == CreatorID::openBMC) || (creator == CreatorID::hostboot)) in getDeconfigFlag()
599 auto creator = static_cast<CreatorID>(_ph->creatorID()); in getGuardFlag() local
601 if ((creator == CreatorID::openBMC) || (creator == CreatorID::hostboot)) in getGuardFlag()
H A Dmanager.cpp1118 if ((attributes.creator == static_cast<uint8_t>(CreatorID::openBMC)) && in hardwarePresent()
H A DREADME.md24 An error log creator can pass in data that is relevant to a PEL by using certain
316 Multiple callouts can be passed in by the creator at the time of PEL creation.
/openbmc/phosphor-bmc-code-mgmt/cpld/
H A Dcpld_interface.cpp12 void CPLDFactory::registerCPLD(const std::string& chipType, Creator creator) in registerCPLD() argument
14 creators[chipType] = std::move(creator); in registerCPLD()
H A Dcpld_interface.hpp50 void registerCPLD(const std::string& chipType, Creator creator);
/openbmc/qemu/block/
H A Dvpc.c65 char creator[8]; /* "conectix" */ member
296 if (strncmp(footer->creator, "conectix", 8)) { in vpc_open()
314 if (strncmp(footer->creator, "conectix", 8) || in vpc_open()
1049 memcpy(footer.creator, "conectix", 8); in vpc_co_create()
H A Dvhdx.c1926 gunichar2 *creator = NULL; in vhdx_co_create() local
2023 creator = g_utf8_to_utf16("QEMU v" QEMU_VERSION, -1, NULL, in vhdx_co_create()
2032 if (creator) { in vhdx_co_create()
2034 creator_items * sizeof(gunichar2), creator, 0); in vhdx_co_create()
2069 g_free(creator); in vhdx_co_create()
H A Dvhdx.h66 uint16_t creator[256]; /* optional; utf-16 string to identify member
/openbmc/openbmc/poky/meta/classes/
H A Dspdx-common.bbclass23 SPDX_TOOL_NAME ??= "oe-spdx-creator"
H A Dcreate-spdx-3.0.bbclass121 SPDX_PACKAGE_URL[doc] = "Provides a place for the SPDX data creator to record \
/openbmc/phosphor-logging/extensions/openpower-pels/registry/
H A DREADME.md20 error log creator's component ID.
34 a name for the component ID. The 'O' in the name is the creator ID value for BMC
167 This is the component ID of the PEL creator, in the form 0xYY00. For `BD` SRCs,
200 section that represents the creator's component ID.
227 the event log. The message registry provides a way for the log creator to
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCC0-1.07 …y confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent ow…
H A DPDDL-1.010 …tribute the original creator of the data or database as a source. The goal is to eliminate restric…
H A DNASA-1.340 …ntractor pursuant to Government Agency contract and rights obtained from creator by assignment. Go…

12