Home
last modified time | relevance | path

Searched refs:source_file (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/scripts/
H A Dnsdeps43 for source_file in $mod_source_files; do
44 sed '/MODULE_IMPORT_NS/Q' $source_file > ${source_file}.tmp
45 offset=$(wc -l ${source_file}.tmp | awk '{print $1;}')
46 cat $source_file | grep MODULE_IMPORT_NS | LC_ALL=C sort -u >> ${source_file}.tmp
47 tail -n +$((offset +1)) ${source_file} | grep -v MODULE_IMPORT_NS >> ${source_file}.tmp
48 if ! diff -q ${source_file} ${source_file}.tmp; then
49 mv ${source_file}.tmp ${source_file}
51 rm ${source_file}.tmp
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dempty.py78 source_file = os.path.join(cr_workdir, 'empty-plugin-zeros%s.bin' % part.lineno)
79 if not os.path.exists(os.path.dirname(source_file)):
80 os.makedirs(os.path.dirname(source_file))
83 with open(source_file, 'wb') as file:
89 part.source_file = source_file
H A Disoimage-isohybrid.py271 if os.path.isfile(part.source_file):
272 os.remove(part.source_file)
437 part.source_file = iso_img
H A Drawcopy.py115 part.source_file = dst
H A Dbootimg-pcbios.py209 part.source_file = bootimg
H A Dbootimg-efi.py507 part.source_file = bootimg
/openbmc/qemu/hw/acpi/
H A Dbios-linker-loader.c282 const BiosLinkerFileEntry *source_file = in bios_linker_loader_add_pointer() local
286 assert(source_file); in bios_linker_loader_add_pointer()
289 assert(src_offset < source_file->blob->len); in bios_linker_loader_add_pointer()
333 const BiosLinkerFileEntry *source_file = in bios_linker_loader_write_pointer() local
336 assert(source_file); in bios_linker_loader_write_pointer()
337 assert(src_offset < source_file->blob->len); in bios_linker_loader_write_pointer()
/openbmc/linux/scripts/genksyms/
H A Dlex.l126 static char *source_file;
158 if (!source_file) {
159 source_file = xstrdup(cur_filename);
162 in_source_file = (strcmp(cur_filename, source_file) == 0);
/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A Dquiet-debugfs.patch20 @@ -2516,7 +2516,7 @@ static int source_file(const char *cmd_file, int ss_idx)
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dpartition.py66 self.source_file = ""
148 self.source_file = "%s/fs.%s" % (cr_workdir, self.fstype)
162 self.source_file = rootfs
264 self.source_file = rootfs
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DAPI.pm1595 my ($source_file,$new_symlink)=@_;
1597 my $original_source = $source_file;
1601 $retval=symlink $source_file,$new_symlink;
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dsocorro-syms.bbclass180 source_file = source_file_path.replace(source_toplevel, "")
188 source_repo_dir, source_file,
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass322 source_file = sources[file_sha256]
324 … doc_ref = package_doc.find_external_document_ref(source_file.doc.documentNamespace)
327 … doc_ref.externalDocumentId = "DocumentRef-dependency-" + source_file.doc.name
328 doc_ref.spdxDocument = source_file.doc.documentNamespace
330 doc_ref.checksum.checksumValue = source_file.doc_sha1
333 ref_id = "%s:%s" % (doc_ref.externalDocumentId, source_file.file.SPDXID)
/openbmc/qemu/
H A Dqemu-img-cmds.hx25 …"bitmap (--merge SOURCE | --add | --remove | --clear | --enable | --disable)... [-b source_file [-…
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py683 source = part.source_file