Home
last modified time | relevance | path

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

12345678910>>...121

/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/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/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/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/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 goto ncsi_legacy_input"$'\n'
41 contents+=" ip6 daddr $ip6 goto ncsi_legacy_input"$'\n'
44 contents+=' }'$'\n'
45 contents+='}'$'\n'
49 printf '%s' "$contents" >"$rfile"
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-br-nft.sh27 local contents=
28 contents+='table inet filter {'$'\n'
29 contents+=' chain gbmc_br_int_input {'$'\n'
31 contents+=" ip6 saddr $gbmc_br_nft_pfx"
32 contents+=" ip6 daddr $gbmc_br_nft_pfx accept"$'\n'
34 contents+=' }'$'\n'
35 contents+='}'$'\n'
39 printf '%s' "$contents" >"$rfile"
/openbmc/linux/fs/nls/
H A DKconfig48 only, not to the file contents. You can include several codepages;
60 only, not to the file contents. You can include several codepages;
72 only, not to the file contents. You can include several codepages;
85 only, not to the file contents. You can include several codepages;
101 only, not to the file contents. You can include several codepages;
116 only, not to the file contents. You can include several codepages;
127 only, not to the file contents. You can include several codepages;
138 only, not to the file contents. You can include several codepages;
149 only, not to the file contents. You can include several codepages;
160 only, not to the file contents. You can include several codepages;
[all …]
/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/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/bmcweb/redfish-core/include/utils/
H A Djournal_utils.hpp17 std::string_view& contents) in getJournalMetadata() argument
31 contents = std::string_view(data, length); in getJournalMetadata()
33 contents.remove_prefix(std::min(contents.find('=') + 1, contents.size())); in getJournalMetadata()
38 long int& contents) in getJournalMetadataInt() argument
48 std::from_chars(&*metadata.begin(), &*metadata.end(), contents); in getJournalMetadataInt()
82 // Get the Log Entry contents in fillBMCJournalLogEntryJson()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-papr-pmem15 Indicates that NVDIMM contents will not
18 Indicates that NVDIMM contents
22 Indicates that NVDIMM contents
26 NVDIMM contents are encrypted.
30 Indicating that contents of the
33 Indicating that NVDIMM contents can't
/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/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/linux/include/rdma/
H A Dibta_vol1_c12.h39 /* Table 106 REQ Message Contents */
100 /* Table 107 MRA Message Contents */
108 /* Table 108 REJ Message Contents */
118 /* Table 110 REP Message Contents */
140 /* Table 111 RTU Message Contents */
146 /* Table 112 DREQ Message Contents */
153 /* Table 113 DREP Message Contents */
159 /* Table 115 LAP Message Contents */
184 /* Table 116 APR Message Contents */
195 /* Table 119 SIDR_REQ Message Contents */
[all …]
/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/linux/arch/x86/kvm/vmx/
H A Dsgx.c145 struct sgx_secs *contents = (struct sgx_secs *)pageinfo->contents; in __handle_encls_ecreate() local
159 miscselect = contents->miscselect; in __handle_encls_ecreate()
160 attributes = contents->attributes; in __handle_encls_ecreate()
161 xfrm = contents->xfrm; in __handle_encls_ecreate()
162 size = contents->size; in __handle_encls_ecreate()
223 struct sgx_secs *contents; in handle_encls_ecreate() local
247 sgx_get_encls_gva(vcpu, pageinfo.contents, 4096, 4096, in handle_encls_ecreate()
271 * Copy contents into kernel memory to prevent TOCTOU attack. E.g. the in handle_encls_ecreate()
276 contents = (struct sgx_secs *)__get_free_page(GFP_KERNEL_ACCOUNT); in handle_encls_ecreate()
277 if (!contents) in handle_encls_ecreate()
[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/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/linux/arch/powerpc/include/uapi/asm/
H A Dpapr_pdsm.h56 * papr_scm and libndctl so that contents of payload can be interpreted. As such
88 * dimm_unarmed : Dimm not armed. So contents wont persist.
89 * dimm_bad_shutdown : Previous shutdown did not persist contents.
90 * dimm_bad_restore : Contents from previous shutdown werent restored.
91 * dimm_scrubbed : Contents of the dimm have been scrubbed.
92 * dimm_locked : Contents of the dimm cant be modified until CEC reboot
93 * dimm_encrypted : Contents of dimm are encrypted.
/openbmc/bmcweb/scripts/
H A Dreplace_logs.py44 contents = filehandle.read() variable
49 for line in contents.splitlines():
61 contents = new_contents variable
64 for line in contents.splitlines():
95 contents = new_contents variable
/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/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/
H A D0001-add-arm-to-list-of-mozinline.patch30 contents = contents.replace("INLINE_ATTR", "MOZ_NEVER_INLINE inline")
32 contents = contents.replace("INLINE_ATTR", "inline")

12345678910>>...121