Home
last modified time | relevance | path

Searched full:some (Results 1 – 25 of 2882) sorted by relevance

12345678910>>...116

/openbmc/qemu/tests/unit/
H A Dtest-xs-node.c297 abspath = g_strdup_printf("/local/domain/%u/some", DOMID_GUEST); in setup()
327 err = xs_impl_watch(s, DOMID_GUEST, "some", "guestwatch", in test_xs_node_simple()
334 err = xs_impl_watch(s, 0, "/local/domain/1/some", "qemuwatch", in test_xs_node_simple()
346 err = write_str(s, DOMID_GUEST, XBT_NULL, "some/relative/path", in test_xs_node_simple()
351 "some/relative/pathguestwatch")); in test_xs_node_simple()
353 "/local/domain/1/some/relative/pathqemuwatch")); in test_xs_node_simple()
360 err = xs_impl_read(s, DOMID_GUEST, XBT_NULL, "some/relative/path", data); in test_xs_node_simple()
368 "/local/domain/1/some/relative/path", data); in test_xs_node_simple()
385 "/local/domain/1/some/relative/path2", in test_xs_node_simple()
390 g_assert(!strcmp(guest_watches->str, "some/relative/path2guestwatch")); in test_xs_node_simple()
[all …]
/openbmc/u-boot/tools/patman/test/
H A Dtest01.txt7 This gives a warning with some native compilers:
17 some notes
18 about some things
23 Some notes about
33 This gives a warning with some native compilers:
49 - Some changes
H A D0001-pci-Correct-cast-for-sandbox.patch9 This gives a warning with some native compilers:
19 some notes
20 about some things
25 Some notes about
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libimport/
H A Dlibimport-into-perl_1.002004.bb2 DESCRIPTION = "Writing exporters is a pain. Some use \"Exporter\", some use \
3 \"Sub::Exporter\", some use \"Moose::Exporter\", some use \
4 \"Exporter::Declare\"... and some things are pragmas.\
/openbmc/qemu/tests/qemu-iotests/
H A D284.out11 == writing some data ==
18 == writing some more data ==
30 == writing some data ==
37 == writing some more data ==
49 == writing some data ==
56 == writing some more data ==
/openbmc/docs/designs/
H A Dplatform-init.md10 interacting with hardware in a consolidated way. Some examples of this are:
18 And any number of other cases. Some concrete examples of this kind of init of
21 Very routinely, significant bash scripts are used to do some of this init. Those
22 bash scripts suffer some minor performance penalty on startup, and are generally
50 given platform. At some point in the future, some level of detection _may_ be
61 reuse, and while some layers have done an excellent job keeping the code clean,
H A Dpsu-monitoring.md12 supply application for enterprise class systems. Some enterprise class systems
17 various faults, and report vital product data (VPD). Some of the function will
35 Some of these requirements may be deemed as business specific logic, and thus
68 power supplies experiencing some other faulted condition (no input power,
73 Certain device driver updates may be necessary to support some power
75 the PMBus specification should be able to be supported, some manufacturing
87 consisting of the location of some kind of configuration file, some JSON format
121 The application is expected to have some impact on the PLDM API, due to the
H A Dvirtual-sensors.md9 There are some sensors in the system whose values are derived from actual sensor
10 data and some other factor like fan speed for temperature sensors, some complex
11 and non standard scale factors or some other algorithmic calculations. Some of
/openbmc/qemu/rust/qemu-api-macros/src/
H A Dbits.rs45 let Some(first_tok) = stream.next() else { in parse_primary() localVariable
51 if let Some(tok) = next { in parse_primary()
54 out.extend(Some(paren(output))); in parse_primary()
65 out.extend(Some(paren(output))); in parse_primary()
72 let Some(rhs_tok) = it.next() else { in parse_primary() localVariable
110 let Some(rhs_tok) = it.next() else { in parse_binop() localVariable
171 if let Some(ref t) = tok { in parse()
176 Some(TT::Punct(ref p)) if p.as_char() == '@' => { in parse()
178 if let Some(ref t) = tok { in parse()
183 Some(x) => typ.extend(Some(x)), in parse()
[all …]
/openbmc/u-boot/lib/lzma/
H A Dhistory.txt12 if more than 10 threads were used (or more than 20 threads in some modes).
25 - Some bugs were fixed
30 - Some changes in ANSI-C 7z Decoder interfaces.
41 - Some minor fixes
46 - Some minor fixes
54 - Some changes in ANSI-C 7z Decoder interfaces.
60 - Some minor fixes.
67 allocated range in some rare cases.
80 - Small changes for more compatibility with some C/C++ compilers.
95 - Small changes for more compatibility with some C/C++ compilers.
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D00_man_quoting.diff12 option in the hosts_options(5) document. Some systems (Solaris,
34 .IP "banners /some/directory"
35 -Look for a file in `/some/directory' with the same name as the daemon
36 +Look for a file in `/some/directory\' with the same name as the daemon
73 -On some systems, daemon names have no `in.' prefix, or \fItcpdmatch\fR
74 +On some systems, daemon names have no `in.\' prefix, or \fItcpdmatch\fR
75 may need some help to locate the inetd configuration file.
/openbmc/u-boot/drivers/watchdog/
H A DKconfig85 full SoC reset or CPU or just some peripherals, based on the flags.
101 Select this to enable Orion watchdog timer, which can be found on some
109 Select this to enable Cadence watchdog timer, which can be found on some
125 Select this to enable Xilinx Axi watchdog timer, which can be found on some
140 some AT91 devices.
151 which can be found on some MediaTek chips.
/openbmc/openpower-hw-diags/attn/
H A Dattn_common.hpp44 * @brief Traces some regs for hostboot
47 * hostboot wants some regs added to the error log. We will do this
55 /** @brief Capture some scratch registers for PRD
57 * Capture some scratch register data that PRD can use to handle
/openbmc/u-boot/board/intel/
H A DKconfig17 PCIe and some other sensor interfaces.
26 some GPIOs, one HDMI and two DP video out.
33 and Panther Point chipset. The board has 4GB RAM, with some other
70 USB 3, SATA, serial console, some GPIOs and HDMI 1.3 video out.
71 It requires some binary blobs - see README.x86 for details.
/openbmc/u-boot/drivers/block/
H A DKconfig8 reading, writing and (in some cases) erasing blocks. Block
16 Some devices require block support whether or not DM is enabled
25 reading, writing and (in some cases) erasing blocks. Block
37 reading, writing and (in some cases) erasing blocks. Block
/openbmc/u-boot/drivers/core/
H A DKconfig59 We can save some code space by dropping support for removing a
71 We can save some code space by dropping support for removing a
137 as a group by a single driver. Some common functionality is provided
146 as a group by a single driver. Some common functionality is provided
155 as a group by a single driver. Some common functionality is provided
188 Supports the 'simple-bus' driver, which is used on some systems.
195 Supports the 'simple-bus' driver, which is used on some systems
205 on some platforms (e.g. MVEBU) using complex "ranges"
220 on some platforms (e.g. MVEBU) using complex "ranges"
/openbmc/u-boot/drivers/reset/aspeed/
H A DKconfig9 is that some reset signals, like I2C or MISC reset multiple devices.
19 is that some reset signals, like I2C or MISC reset multiple devices.
29 is that some reset signals, like I2C or MISC reset multiple devices.
/openbmc/qemu/rust/qemu-api/src/
H A Dlib.rs94 pub const DEFAULT_ALIGNMENT_BYTES: Option<usize> = Some(8);
99 pub const DEFAULT_ALIGNMENT_BYTES: Option<usize> = Some(16);
104 pub const DEFAULT_ALIGNMENT_BYTES: Option<usize> = Some(16);
124 …if matches!(Self::DEFAULT_ALIGNMENT_BYTES, Some(default) if default.checked_rem(layout.align()) ==… in alloc()
150 …if matches!(Self::DEFAULT_ALIGNMENT_BYTES, Some(default) if default.checked_rem(layout.align()) ==… in dealloc()
/openbmc/u-boot/common/
H A DKconfig100 Some OSes do not support device tree. Bootstage can instead write
140 booted via NAND flash. This is not a must, some SoCs need this,
141 some not.
149 booted via ONENAND. This is not a must, some SoCs need this,
150 some not.
157 booted via QSPI flash. This is not a must, some SoCs need this,
158 some not.
165 booted via SATA. This is not a must, some SoCs need this,
166 some not.
173 booted via SD/EMMC. This is not a must, some SoCs need this,
[all …]
/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c104 * However, some callers want to treat the data as a signed in simd_desc()
106 * and some want to treat it as an unsigned value. in simd_desc()
108 * field in at least one way. This means that some invalid in simd_desc()
1242 uint32_t some; in tcg_gen_gvec_2_var() local
1257 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_2_var()
1258 expand_2_vec(g->vece, dbase, dofs, abase, aofs, some, 32, in tcg_gen_gvec_2_var()
1260 if (some == oprsz) { in tcg_gen_gvec_2_var()
1263 dofs += some; in tcg_gen_gvec_2_var()
1264 aofs += some; in tcg_gen_gvec_2_var()
1265 oprsz -= some; in tcg_gen_gvec_2_var()
[all …]
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A Dide_none.py16 """Generate some generic helpers for other IDEs
19 Generate some helper scripts for remote debugging with GDB
37 """generate some helper scripts and config files
/openbmc/u-boot/tools/patman/
H A Dfunc_test.py76 This creates a series from some hard-coded patches build from a simple
85 - Some changes
97 some notes
98 about some things
103 Some notes about
204 some notes
205 about some things
209 - Some changes
241 self.assertEqual('Some notes about', lines[18])
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/
H A DREADME.md15 LED upon reaching some state. However, some other systems may have a requirement
17 requirement to act on set of LEDs with different actions. Meaning, some LEDs to
18 be solid [ON] while some LEDs to be Blinking etc.
28 If the DIMM has some issues then the system admin needs a way of identifying
135 Which means, if some test wants to verify if the action on Group really resulted
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-man-file.patch23 -When invoked, it first sets some environment variables to default values,
29 +first sets some environment variables to default values, reads the mail message from
37 For some advanced usage of this option you should look in the
49 +Some mailers (notably exim) do not currently accept the above syntax.
76 Some non-optimal and non-obvious regexps set MATCH to an incorrect
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A DREADME2 some of the constraints that are present. Some are obvious, some are less so. It is
55 sense for some. Upgrade detection means different things in different contexts

12345678910>>...116