Home
last modified time | relevance | path

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

123

/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
218 creator.name = source_params['image_name'].strip()
219 logger.debug("The name of the image is: %s", creator.name)
340 cls.do_configure_grubefi(part, creator, target_dir)
395 cls.do_configure_syslinux(creator, cr_workdir)
449 full_path = creator._full_path(workdir, disk_name, "direct")
[all …]
H A Dbootimg-efi.py58 def do_configure_grubefi(cls, hdddir, creator, cr_workdir, source_params): argument
62 configfile = creator.ks.bootloader.configfile
82 bootloader = creator.ks.bootloader
98 label_conf = "root=%s" % creator.rootdev
134 bootloader = creator.ks.bootloader
155 configfile = creator.ks.bootloader.configfile
183 label_conf = "LABEL=Boot root=%s" % creator.rootdev
207 def do_configure_partition(cls, part, source_params, creator, cr_workdir, argument
283 def do_prepare_partition(cls, part, source_params, creator, cr_workdir, argument
319 label_conf = "root=%s" % creator.rootdev
[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.cpp101 std::string creator = getNumberString("%c", _creatorID); in getJSON() local
102 creator = pv::creatorIDs.count(creator) ? pv::creatorIDs.at(creator) in getJSON()
115 jsonInsert(ph, "Creator Subsystem", creator, 1); in getJSON()
H A Dservice_indicators.cpp37 auto creator = pel.privateHeader().creatorID(); in ignore() local
40 if ((static_cast<CreatorID>(creator) == CreatorID::openBMC) || in ignore()
41 (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()
50 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 Dpel.cpp589 auto creator = static_cast<CreatorID>(_ph->creatorID()); in getDeconfigFlag() local
591 if ((creator == CreatorID::openBMC) || (creator == CreatorID::hostboot)) in getDeconfigFlag()
601 auto creator = static_cast<CreatorID>(_ph->creatorID()); in getGuardFlag() local
603 if ((creator == CreatorID::openBMC) || (creator == CreatorID::hostboot)) in getGuardFlag()
H A Drepository.cpp520 auto bmcPEL = CreatorID::openBMC == static_cast<CreatorID>(pel.creator); in updateRepoStats()
653 return (CreatorID::openBMC == static_cast<CreatorID>(pel.creator)) && in prune()
659 return (CreatorID::openBMC == static_cast<CreatorID>(pel.creator)) && in prune()
665 return (CreatorID::openBMC != static_cast<CreatorID>(pel.creator)) && in prune()
671 return (CreatorID::openBMC != static_cast<CreatorID>(pel.creator)) && in prune()
/openbmc/linux/fs/hfsplus/
H A Doptions.c54 opts->creator = HFSPLUS_DEF_CR_TYPE; in hfsplus_fill_defaults()
116 if (match_fourchar(&args[0], &sbi->creator)) { in hfsplus_parse_options()
225 if (sbi->creator != HFSPLUS_DEF_CR_TYPE) in hfsplus_show_options()
226 seq_show_option_n(seq, "creator", (char *)&sbi->creator, 4); in hfsplus_show_options()
H A DKconfig15 data forks and creator codes, but it also has several UNIX
/openbmc/linux/Documentation/filesystems/
H A Dhfsplus.rst17 creator=cccc, type=cccc
18 Specifies the creator/type values as shown by the MacOS finder
H A Dhfs.rst24 creator=cccc, type=cccc
25 Specifies the creator/type values as shown by the MacOS finder
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-ibft31 identification of the creator of the table which is useful in
/openbmc/linux/fs/smb/server/
H A Dsmbacl.c1002 const struct smb_sid *psid, *creator = NULL; in smb_inherit_dacl() local
1075 creator = &creator_owner; in smb_inherit_dacl()
1079 creator = &creator_group; in smb_inherit_dacl()
1083 creator = NULL; in smb_inherit_dacl()
1087 if (is_dir && creator && flags & CONTAINER_INHERIT_ACE) { in smb_inherit_dacl()
1094 psid = creator; in smb_inherit_dacl()
/openbmc/qemu/block/
H A Dvpc.c65 char creator[8]; /* "conectix" */ member
263 if (strncmp(footer->creator, "conectix", 8)) { in vpc_open()
281 if (strncmp(footer->creator, "conectix", 8) || in vpc_open()
1044 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/phosphor-logging/extensions/openpower-pels/registry/
H A DREADME.md20 error log creator's component ID.
34 name for the component ID. The 'O' in the name is the creator ID value for BMC
166 This is the component ID of the PEL creator, in the form 0xYY00. For `BD` SRCs,
199 section that represents the creator's component ID.
225 the event log. The message registry provides a way for the log creator to
/openbmc/linux/ipc/
H A Dshm.c244 struct task_struct *creator; in shm_clist_rm() local
258 creator = shp->shm_creator; in shm_clist_rm()
260 task_lock(creator); in shm_clist_rm()
266 task_unlock(creator); in shm_clist_rm()
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Drdma.rst53 always owned by the creator cgroup css. This allows process migration from one
/openbmc/linux/include/scsi/
H A Dscsi_transport_iscsi.h273 pid_t creator; member

123