Home
last modified time | relevance | path

Searched full:human (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/openbmc/openbmc/poky/meta/files/common-licenses/
H A DHippocratic-2.15 …censee (as defined below) broad permission, if consistent with Human Rights Laws and Human Rights …
13 * Compliance with Human Rights Principles and Human Rights Laws.
15 1. Human Rights Principles.
17Human Rights and the United Nations Global Compact that define recognized principles of internatio…
19Human Rights Principles, including the breach of Section 1(a), termination of this License for bre…
23Human Rights Laws. The Software shall not be used by any person or entity for any systems, activit…
25 … or relating to Licensee’s use of the Software in violation of Human Rights Laws or Human Rights P…
29Human Rights Laws or Human Rights Principles is deemed invalid, illegal, or unenforceable against …
/openbmc/qemu/tests/unit/
H A Dtest-string-output-visitor.c22 bool human; member
26 bool human) in visitor_output_setup_internal() argument
28 data->human = human; in visitor_output_setup_internal()
29 data->ov = string_output_visitor_new(human, &data->str); in visitor_output_setup_internal()
63 bool human = data->human; in visitor_reset() local
66 visitor_output_setup_internal(data, human); in visitor_reset()
78 if (data->human) { in test_visitor_out_int()
103 if (data->human) { in test_visitor_out_intList()
149 if (data->human) { in test_visitor_out_string()
166 if (data->human) { in test_visitor_out_no_string()
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqsd-migrate.out8 {"execute": "human-monitor-command", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backe…
10 {"execute": "human-monitor-command", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backe…
23 {"execute": "human-monitor-command", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backe…
25 {"execute": "human-monitor-command", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backe…
34 {"execute": "human-monitor-command", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backe…
36 {"execute": "human-monitor-command", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backe…
38 {"execute": "human-monitor-command", "arguments": {"command-line": "qemu-io -d virtio0/virtio-backe…
H A Dcopy-before-write88 result = self.vm.qmp('human-monitor-command',
92 result = self.vm.qmp('human-monitor-command',
151 result = self.vm.qmp('human-monitor-command',
155 result = self.vm.qmp('human-monitor-command',
261 result = self.vm.qmp('human-monitor-command',
266 result = self.vm.qmp('human-monitor-command',
270 result = self.vm.qmp('human-monitor-command',
H A Dluks-detached-header270 "human-monitor-command",
276 "human-monitor-command",
284 "human-monitor-command",
291 "human-monitor-command",
299 "human-monitor-command",
306 "human-monitor-command",
/openbmc/qemu/tests/qemu-iotests/
H A D178.out.qcow215 qemu-img: --output expects 'human' or 'json', not 'foo'
20 == Size calculation for a new file (human) ==
36 == Empty qcow2 input image (human) ==
45 == qcow2 input image with data (human) ==
63 == qcow2 input image with internal snapshot (human) ==
71 == qcow2 input image and a backing file (human) ==
83 == qcow2 input image and preallocation (human) ==
91 == Fully-allocated qcow2 input image (human) ==
102 == Empty raw input image (human) ==
110 == raw input image with data (human) ==
[all …]
H A D15682 "{ 'execute': 'human-monitor-command',
107 "{ 'execute': 'human-monitor-command',
136 "{ 'execute': 'human-monitor-command',
142 "{ 'execute': 'human-monitor-command',
148 "{ 'execute': 'human-monitor-command',
154 "{ 'execute': 'human-monitor-command',
H A D178.out.raw15 qemu-img: --output expects 'human' or 'json', not 'foo'
20 == Size calculation for a new file (human) ==
37 == Empty raw input image (human) ==
45 == raw input image with data (human) ==
61 == raw input image and preallocation (human) ==
68 == Fully-allocated raw input image (human) ==
H A D156.out17 { 'execute': 'human-monitor-command',
34 { 'execute': 'human-monitor-command',
49 { 'execute': 'human-monitor-command',
55 { 'execute': 'human-monitor-command',
61 { 'execute': 'human-monitor-command',
67 { 'execute': 'human-monitor-command',
H A D071142 { "execute": "human-monitor-command",
177 { "execute": "human-monitor-command",
212 { "execute": "human-monitor-command",
251 { "execute": "human-monitor-command",
256 { "execute": "human-monitor-command",
261 { "execute": "human-monitor-command",
H A D249.out10 { 'execute': 'human-monitor-command',
25 { 'execute': 'human-monitor-command',
44 { 'execute': 'human-monitor-command',
H A D24970 "{ 'execute': 'human-monitor-command',
87 "{ 'execute': 'human-monitor-command',
107 "{ 'execute': 'human-monitor-command',
H A D161.out10 { 'execute': 'human-monitor-command',
24 { 'execute': 'human-monitor-command',
46 { 'execute': 'human-monitor-command',
H A D16167 "{ 'execute': 'human-monitor-command',
95 "{ 'execute': 'human-monitor-command',
128 "{ 'execute': 'human-monitor-command',
H A D153215 "{ 'execute': 'human-monitor-command',
226 "{ 'execute': 'human-monitor-command',
235 "{ 'execute': 'human-monitor-command',
243 "{ 'execute': 'human-monitor-command',
251 "{ 'execute': 'human-monitor-command',
/openbmc/qemu/qapi/
H A Dstring-output-visitor.c58 bool human; member
119 bool human) in format_string() argument
122 if (human) { in format_string()
131 if (human) { in format_string()
210 if (sov->human) { in print_type_int64()
243 if (!sov->human) { in print_type_size()
281 if (sov->human) { in print_type_str()
313 if (sov->human) { in print_type_null()
423 Visitor *string_output_visitor_new(bool human, char **result) in string_output_visitor_new() argument
430 v->human = human; in string_output_visitor_new()
/openbmc/qemu/tests/qapi-schema/
H A Dreturns-bad-type.json4 'human-monitor-command', 'query-tpm-models', 'guest-get-time' ] } }
6 { 'command': 'human-monitor-command',
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/edid-decode/
H A Dedid-decode_git.bb1 SUMMARY = "Decode EDID data in human-readable format"
2 DESCRIPTION = "edid-decode decodes EDID monitor description data in human-readable format."
/openbmc/qemu/include/qapi/
H A Dstring-output-visitor.h23 * Using @human creates output that is a bit easier for humans to read
33 Visitor *string_output_visitor_new(bool human, char **result);
/openbmc/qemu/python/qemu/qmp/
H A Derror.py45 :param error_message: Human-readable string describing the error.
49 #: Human-readable error message, without any prefix.
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A Dredfish-error.v1_0_2.json35 …"description": "A human-readable error message corresponding to the message in a message registry.…
36 …"longDescription": "This property shall contain a human-readable error message corresponding to th…
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A Dredfish-error.v1_0_2.json35 …"description": "A human-readable error message corresponding to the message in a message registry.…
36 …"longDescription": "This property shall contain a human-readable error message corresponding to th…
/openbmc/intel-ipmi-oem/docs/
H A DIntel_IPMI_Platform_Events.md6 IPMI Platform Events in a human readable form by defining a generic framework
30 human-readable format. IPMI Platform Events is one type of these messages, used
50 Generic OEM-agnostic algorithm is proposed to achieve human-readable output for
104 as-is or formatted in certain way, to be introduced in human-readable `Message`.
116 - `Message` - human-readable message, possibly with predefined placeholders for
151 contains human-readable information for each `EventId`:
182 - Human-readable message lookup (`[2], [8]`)
297 human-readable form
/openbmc/libcper/sections/
H A Dcper-section-generic.c45 //Processor type, with human readable name if possible. in cper_section_generic_to_ir()
56 //Processor ISA, with human readable name if possible. in cper_section_generic_to_ir()
67 //Processor error type, with human readable name if possible. in cper_section_generic_to_ir()
78 //The operation performed, with a human readable name if possible. in cper_section_generic_to_ir()
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex47 in a human-readable JSON format, intended to be interoperable with standard CPER binary.
122 name & string & The human readable name of this error severity, if known. \\
146 type & string & A human readable name, if available, of the notification type for the given GUID.\\
154 name & string & A human readable name, if available, of this flag.\\
178 sectionType.type & string & The human readable name, if possible, for the type of section body. GUI…
183 severity.name & string & If available, the human readable name for the severity of the described se…
230 errorType.name & string & The human readable name, if available, of the error type.\\
231 errorType.description & string & A human readable description, if available, of the error type.\\
260 processorType.name & string & If available, the human readable name of the processor type.\\
263 processorISA.name & string & If available, the human readable name of the processor ISA.\\
[all …]

12345678910>>...13