Home
last modified time | relevance | path

Searched full:contents (Results 1 – 25 of 2153) sorted by relevance

12345678910>>...87

/openbmc/qemu/qobject/
H A Djson-writer.c23 GString *contents; member
33 writer->contents = g_string_new(NULL); in json_writer_new()
41 return writer->contents->str; in json_writer_get()
46 GString *contents = writer->contents; in json_writer_get_and_free() local
48 writer->contents = NULL; in json_writer_get_and_free()
51 return contents; in json_writer_get_and_free()
90 g_string_append_printf(writer->contents, "\n%*s", in pretty_newline()
98 g_string_append_printf(writer->contents, "\n%*s", in pretty_newline_or_space()
101 g_string_append_c(writer->contents, ' '); in pretty_newline_or_space()
111 g_string_append_c(writer->contents, '"'); in quoted_str()
[all …]
/openbmc/u-boot/doc/uImage.FIT/
H A Dx86-fit-boot.txt52 format is also complex, and obfuscates the contents to a degree that it is
79 CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE
81 CONTENTS, ALLOC, LOAD, READONLY, CODE
83 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA
85 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA
87 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA
89 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA
91 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA
93 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA
95 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DODbL-1.018 contents of the Database individually. Licensors should use the ODbL
19 together with another license for the contents, if the contents have a
20 single set of rights that uniformly covers all of the contents. If the
21 contents have multiple sets of different rights, Licensors should
22 describe what rights govern what contents together in the individual
25 Sometimes the contents of a database, or the database itself, can be
28 over information in the contents), and so you are advised that you may
55 "Contents" – The contents of this Database, which includes the
57 Database. For example, the contents of the Database could be factual
60 "Database" – A collection of material (the Contents) arranged in a
[all …]
H A DODC-By-1.07 … not the contents of the Database individually. Licensors may therefore wish to use this license t…
9contents of a database, or the database itself, can be covered by other rights not addressed here …
27Contents" – The contents of this Database, which includes the information, independent works, or o…
29 "Database" – A collection of material (the Contents) arranged in a systematic or methodical way and…
33 …Extraction and Re-utilisation of the whole or a Substantial part of the Contents, as well as any s…
35 …al part of the Contents. This includes, but is not limited to, Extracting or Re-utilising the whol…
37 …the permanent or temporary transfer of all or a Substantial part of the Contents to another medium…
45 … or sounds) resulting from using the whole or a Substantial part of the Contents (via a search or …
49 …form of making available to the public all or a Substantial part of the Contents by the distributi…
51 …of insubstantial parts of the Contents may amount to the Extraction or Re-utilisation of a Substan…
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/extras/
H A D0003-ext4_utils-drop-unused-parameter-from-allocate_inode.patch9 TOPDIR/tmp/work/core2-64-oe-linux/android-tools/5.1.1.r37/git/system/extras/ext4_utils/contents.c: …
10 TOPDIR/tmp/work/core2-64-oe-linux/android-tools/5.1.1.r37/git/system/extras/ext4_utils/contents.c:1…
13 …PDIR/tmp/work/core2-64-oe-linux/android-tools/5.1.1.r37/git/system/extras/ext4_utils/contents.c:32:
17 TOPDIR/tmp/work/core2-64-oe-linux/android-tools/5.1.1.r37/git/system/extras/ext4_utils/contents.c: …
18 TOPDIR/tmp/work/core2-64-oe-linux/android-tools/5.1.1.r37/git/system/extras/ext4_utils/contents.c:1…
24 TOPDIR/tmp/work/core2-64-oe-linux/android-tools/5.1.1.r37/git/system/extras/ext4_utils/contents.c: …
25 TOPDIR/tmp/work/core2-64-oe-linux/android-tools/5.1.1.r37/git/system/extras/ext4_utils/contents.c:2…
31 make: *** [<builtin>: contents.o] Error 1
36 ext4_utils/contents.c | 6 +++---
39 diff --git a/ext4_utils/contents.c b/ext4_utils/contents.c
[all …]
/openbmc/qemu/target/s390x/
H A Darch_dump.c86 } contents; member
98 regs = &(note->contents.prstatus.regs); in s390x_write_elf64_prstatus()
105 note->contents.prstatus.pid = cpu_to_be32(id); in s390x_write_elf64_prstatus()
114 note->contents.fpregset.fpc = cpu_to_be32(cpu->env.fpc); in s390x_write_elf64_fpregset()
116 note->contents.fpregset.fprs[i] = cpu_to_be64(*get_freg(cs, i)); in s390x_write_elf64_fpregset()
126 note->contents.vregslo.vregs[i] = cpu_to_be64(cpu->env.vregs[i][1]); in s390x_write_elf64_vregslo()
135 temp_vregshi = &note->contents.vregshi; in s390x_write_elf64_vregshi()
150 note->contents.gscb.gsregs[i] = cpu_to_be64(cpu->env.gscb[i]); in s390x_write_elf64_gscb()
157 note->contents.timer = cpu_to_be64((uint64_t)(cpu->env.cputm)); in s390x_write_elf64_timer()
163 note->contents.todcmp = cpu_to_be64((uint64_t)(cpu->env.ckc)); in s390x_write_elf64_todcmp()
[all …]
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A Dgbmc-ncsi-nft.sh.in30 local contents=
31 contents+='table inet filter {'$'\n'
32 contents+=' chain ncsi_input {'$'\n'
36 contents+=" ip daddr $ip4 jump ncsi_legacy_input"$'\n'
41 contents+=" ip6 daddr $ip6 jump ncsi_legacy_input"$'\n'
44 contents+=' }'$'\n'
45 contents+='}'$'\n'
49 printf '%s' "$contents" >"$rfile"
/openbmc/openbmc/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/
H A Dfatal-loader.patch19 @@ -216,7 +216,7 @@ write_loader_info (GString *contents, const char *path, GdkPixbufFormat *info)
20 g_string_append_c (contents, '\n');
25 query_module (GString *contents, const char *dir, const char *file)
28 @@ -225,6 +225,7 @@ query_module (GString *contents, const char *dir, const char *file)
36 @@ -274,10 +275,13 @@ query_module (GString *contents, const char *dir, const char *file)
62 - query_module (contents, moduledir, l->data);
63 + if (!query_module (contents, moduledir, l->data))
73 - query_module (contents, cwd, infilename);
74 + if (!query_module (contents, cwd, infilename))
/openbmc/qemu/hw/nvram/
H A Dds1225y.c39 uint8_t *contents; member
47 val = s->contents[addr]; in nvram_read()
58 trace_nvram_write(addr, s->contents[addr], val); in nvram_write()
60 s->contents[addr] = val; in nvram_write()
87 /* Write back nvram contents */ in nvram_post_load()
90 /* Write back contents, as 'wb' mode cleaned the file */ in nvram_post_load()
91 if (fwrite(s->contents, s->chip_size, 1, s->file) != 1) { in nvram_post_load()
106 VMSTATE_VARRAY_UINT32(contents, NvRamState, chip_size, 0,
127 s->contents = g_malloc0(s->chip_size); in nvram_sysbus_realize()
136 /* Read nvram contents */ in nvram_sysbus_realize()
[all …]
/openbmc/linux/fs/nls/
DKconfig
/openbmc/u-boot/tools/binman/etype/
H A D_testing.py27 The entry has a single 'a' byte as its contents. Operation is controlled by
32 return-unknown-contents: Refuse to provide any contents (to cause a
34 bad-update-contents: Implement ProcessContents() incorrectly so as to
48 'return-unknown-contents')
50 'bad-update-contents')
52 'return-contents-once')
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-br-nft.sh26 local contents=
27 contents+='table inet filter {'$'\n'
28 contents+=' chain gbmc_br_int_input {'$'\n'
31 contents+=" ip6 saddr $pfx accept"$'\n'
33 contents+=' }'$'\n'
34 contents+='}'$'\n'
38 printf '%s' "$contents" >"$rfile"
/openbmc/bmcweb/redfish-core/include/utils/
H A Djournal_utils.hpp28 std::string_view& contents) in getJournalMetadata() argument
42 contents = std::string_view(data, length); in getJournalMetadata()
44 contents.remove_prefix(std::min(contents.find('=') + 1, contents.size())); in getJournalMetadata()
49 long int& contents) in getJournalMetadataInt() argument
59 std::from_chars(&*metadata.begin(), &*metadata.end(), contents); in getJournalMetadataInt()
93 // Get the Log Entry contents in fillBMCJournalLogEntryJson()
/openbmc/phosphor-ipmi-flash/
H A Dflags.hpp15 ipmi = (1 << 8), /* Expect to send contents over IPMI BlockTransfer. */
16 p2a = (1 << 9), /* Expect to send contents over P2A bridge. */
17 lpc = (1 << 10), /* Expect to send contents over LPC bridge. */
19 net = (1 << 11), /* Expect to send contents over network bridge. */
/openbmc/entity-manager/scripts/
H A Dautojson.py16 # a line with contents.
41 def extract_comments(self, contents: str) -> str:
47 for idx, line in enumerate(contents.split("\n")):
78 def insert_comments(self, contents: str) -> str:
79 result = contents.split("\n")
117 contents = json.dumps( variable
121 fp.write(comments.insert_comments(contents))
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py190 and self.parent is not None and self.parent.contents):
191 previous_sibling = self.parent.contents[-1]
321 """Replace this PageElement with its contents.
328 "Cannot replace an element with its contents when that"
332 for child in reversed(self.contents[:]):
353 .contents, if known. Passing this in allows for a performance
361 del self.parent.contents[_self_index]
398 while isinstance(last_child, Tag) and last_child.contents:
399 last_child = last_child.contents[-1]
427 for subchild in list(new_child.contents):
[all …]
/openbmc/qemu/target/ppc/
H A Darch_dump.c96 } contents; member
115 prstatus = &note->contents.prstatus; in ppc_write_elf_prstatus()
145 fpregset = &note->contents.fpregset; in ppc_write_elf_fpregset()
163 vmxregset = &note->contents.vmxregset; in ppc_write_elf_vmxregset()
195 vsxregset = &note->contents.vsxregset; in ppc_write_elf_vsxregset()
211 speregset = &note->contents.speregset; in ppc_write_elf_speregset()
222 {sizeof_field(Note, contents.prstatus), ppc_write_elf_prstatus},
223 {sizeof_field(Note, contents.fpregset), ppc_write_elf_fpregset},
224 {sizeof_field(Note, contents.vmxregset), ppc_write_elf_vmxregset},
225 {sizeof_field(Note, contents.vsxregset), ppc_write_elf_vsxregset},
[all …]
/openbmc/linux/include/rdma/
Dibta_vol1_c12.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/
H A D0001-add-arm-to-list-of-mozinline.patch29 contents = contents.replace("INLINE_ATTR", "MOZ_NEVER_INLINE inline")
31 contents = contents.replace("INLINE_ATTR", "inline")
/openbmc/google-ipmi-sys/
H A Dutil.cpp62 std::string contents; in readPropertyFile() local
71 if (ifs >> contents) in readPropertyFile()
74 if (!contents.empty()) in readPropertyFile()
76 const char& back = contents.back(); in readPropertyFile()
78 contents.pop_back(); in readPropertyFile()
81 return contents; in readPropertyFile()
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_html5lib.py309 if (string_child is not None and self.element.contents
310 and self.element.contents[-1].__class__ == NavigableString):
314 old_element = self.element.contents[-1]
326 if self.element.contents:
377 if (node.element.__class__ == NavigableString and self.element.contents
378 and self.element.contents[index-1].__class__ == NavigableString):
380 old_node = self.element.contents[index-1]
392 # print("MOVE", self.element.contents)
403 if len(new_parent_element.contents) > 0:
406 new_parents_last_child = new_parent_element.contents[-1]
[all …]
/openbmc/u-boot/scripts/
H A Dkernel-doc383 my $contents = "";
465 # dumps section contents to arrays/hashes intended for that purpose.
470 my $contents = join "\n", @_;
474 $parameterdescs{$name} = $contents;
480 $parameterdescs{$name} = $contents;
491 $sections{$name} .= $contents;
493 $sections{$name} = $contents;
507 my $contents = join "\n", @_;
519 dump_section($file, $name, $contents);
539 my $contents = join "\n",@_;
[all …]
/openbmc/phosphor-fan-presence/
H A DREADME.md3 ## Table of Contents
7 - [Contents](#contents)
64 See each application below ([Contents](#contents)) for more information on how
76 See each application below ([Contents](#contents)) for more information on how
98 ## Contents section in Repository Details
/openbmc/linux/Documentation/security/tpm/
Dtpm_event_log.rst
/openbmc/u-boot/tools/binman/
H A Dentry.py55 contents_size: Size of contents in bytes, 0 by default
59 pad_before: Number of pad bytes before the contents, 0 if none
60 pad_after: Number of pad bytes after the contents, 0 if none
61 data: Contents of entry (string of bytes)
228 """Set the contents of an entry
233 data: Data to set to the contents (string)
244 data: Data to set to the contents (string)
255 """Figure out the contents of an entry.
258 True if the contents were found, False if another call is needed
261 # No contents by default: subclasses can implement this
[all …]

12345678910>>...87