Home
last modified time | relevance | path

Searched full:other (Results 1 – 25 of 3730) sorted by relevance

12345678910>>...150

/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/settings/phosphor-settings-defaults-native/clemente/
H A Dplatform-temporary-software-versions.yml7 Default: Version::VersionPurpose::Other
15 Default: Version::VersionPurpose::Other
23 Default: Version::VersionPurpose::Other
31 Default: Version::VersionPurpose::Other
39 Default: Version::VersionPurpose::Other
47 Default: Version::VersionPurpose::Other
55 Default: Version::VersionPurpose::Other
63 Default: Version::VersionPurpose::Other
71 Default: Version::VersionPurpose::Other
79 Default: Version::VersionPurpose::Other
[all …]
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/settings/phosphor-settings-defaults-native/catalina/
H A Dplatform-temporary-software-versions.yml7 Default: Version::VersionPurpose::Other
15 Default: Version::VersionPurpose::Other
23 Default: Version::VersionPurpose::Other
31 Default: Version::VersionPurpose::Other
39 Default: Version::VersionPurpose::Other
47 Default: Version::VersionPurpose::Other
55 Default: Version::VersionPurpose::Other
63 Default: Version::VersionPurpose::Other
71 Default: Version::VersionPurpose::Other
79 Default: Version::VersionPurpose::Other
[all …]
/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c59 * because there might be other conditions that state that c should in mips_vpe_wake()
122 /* Not allowed to address other CPUs. */ in mips_cpu_map_tc()
258 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tcstatus() local
260 if (other_tc == other->current_tc) { in helper_mftc0_tcstatus()
261 return other->active_tc.CP0_TCStatus; in helper_mftc0_tcstatus()
263 return other->tcs[other_tc].CP0_TCStatus; in helper_mftc0_tcstatus()
275 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tcbind() local
277 if (other_tc == other->current_tc) { in helper_mftc0_tcbind()
278 return other->active_tc.CP0_TCBind; in helper_mftc0_tcbind()
280 return other->tcs[other_tc].CP0_TCBind; in helper_mftc0_tcbind()
[all …]
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/settings/phosphor-settings-defaults-native/
H A Dharma-temporary-software-versions.yml7 Default: Version::VersionPurpose::Other
15 Default: Version::VersionPurpose::Other
23 Default: Version::VersionPurpose::Other
31 Default: Version::VersionPurpose::Other
39 Default: Version::VersionPurpose::Other
47 Default: Version::VersionPurpose::Other
55 Default: Version::VersionPurpose::Other
63 Default: Version::VersionPurpose::Other
71 Default: Version::VersionPurpose::Other
79 Default: Version::VersionPurpose::Other
[all …]
/openbmc/gpioplus/src/gpioplus/internal/
H A Dfd.cpp50 Fd::Fd(const Fd& other) : sys(other.sys), fd(dup(other.fd, sys)) {} in Fd() argument
52 Fd& Fd::operator=(const Fd& other) in operator =() argument
54 if (this != &other) in operator =()
57 sys = other.sys; in operator =()
58 fd = dup(other.fd, sys); in operator =()
63 Fd::Fd(Fd&& other) : sys(other.sys), fd(std::move(other.fd)) in Fd() argument
65 other.fd = -1; in Fd()
68 Fd& Fd::operator=(Fd&& other) in operator =() argument
70 if (this != &other) in operator =()
73 sys = other.sys; in operator =()
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/settings/phosphor-settings-defaults-native/
H A Dyosemite4-temporary-host-software-versions.yml7 Default: Version::VersionPurpose::Other
15 Default: Version::VersionPurpose::Other
23 Default: Version::VersionPurpose::Other
31 Default: Version::VersionPurpose::Other
39 Default: Version::VersionPurpose::Other
47 Default: Version::VersionPurpose::Other
55 Default: Version::VersionPurpose::Other
63 Default: Version::VersionPurpose::Other
71 Default: Version::VersionPurpose::Other
79 Default: Version::VersionPurpose::Other
[all …]
H A Dyosemite4-temporary-software-versions.yml7 Default: Version::VersionPurpose::Other
15 Default: Version::VersionPurpose::Other
23 Default: Version::VersionPurpose::Other
32 Default: Version::VersionPurpose::Other
40 Default: Version::VersionPurpose::Other
48 Default: Version::VersionPurpose::Other
56 Default: Version::VersionPurpose::Other
/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/settings/phosphor-settings-defaults-native/
H A Dsantabarbara-temporary-software-versions.yml7 Default: Version::VersionPurpose::Other
15 Default: Version::VersionPurpose::Other
23 Default: Version::VersionPurpose::Other
31 Default: Version::VersionPurpose::Other
39 Default: Version::VersionPurpose::Other
47 Default: Version::VersionPurpose::Other
55 Default: Version::VersionPurpose::Other
63 Default: Version::VersionPurpose::Other
71 Default: Version::VersionPurpose::Other
79 Default: Version::VersionPurpose::Other
[all …]
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/settings/phosphor-settings-defaults-native/
H A Dminerva-temporary-software-versions.yml7 Default: Version::VersionPurpose::Other
15 Default: Version::VersionPurpose::Other
23 Default: Version::VersionPurpose::Other
31 Default: Version::VersionPurpose::Other
39 Default: Version::VersionPurpose::Other
47 Default: Version::VersionPurpose::Other
55 Default: Version::VersionPurpose::Other
63 Default: Version::VersionPurpose::Other
71 Default: Version::VersionPurpose::Other
79 Default: Version::VersionPurpose::Other
/openbmc/openpower-hw-diags/util/
H A Dfile_descriptor.hpp38 * @param other - FileDescriptor object being moved
40 FileDescriptor(FileDescriptor&& other) : fd(other.fd) in FileDescriptor() argument
42 other.fd = -1; in FileDescriptor()
49 * ownership of the file descriptor owned by the other object.
51 * @param other - FileDescriptor object being moved
53 FileDescriptor& operator=(FileDescriptor&& other) in operator =() argument
56 if (this != &other) in operator =()
58 set(other.fd); in operator =()
59 other.fd = -1; in operator =()
/openbmc/phosphor-power/
H A Dfile_descriptor.hpp38 * @param other - FileDescriptor object being moved
40 FileDescriptor(FileDescriptor&& other) : fd(other.fd) in FileDescriptor() argument
42 other.fd = -1; in FileDescriptor()
49 * ownership of the file descriptor owned by the other object.
51 * @param other - FileDescriptor object being moved
53 FileDescriptor& operator=(FileDescriptor&& other) in operator =() argument
56 if (this != &other) in operator =()
58 set(other.fd); in operator =()
59 other.fd = -1; in operator =()
/openbmc/openpower-debug-collector/watchdog/
H A Dfile_descriptor.hpp40 * @param other - FileDescriptor object being moved
42 FileDescriptor(FileDescriptor&& other) : fd(other.fd) in FileDescriptor() argument
44 other.fd = -1; in FileDescriptor()
51 * Then transfers ownership of the file descriptor owned by the other
54 * @param other - FileDescriptor object being moved
56 FileDescriptor& operator=(FileDescriptor&& other) in operator =() argument
59 if (this != &other) in operator =()
61 set(other.fd); in operator =()
62 other.fd = -1; in operator =()
/openbmc/bmcweb/include/
H A Dduplicatable_file_handle.hpp17 DuplicatableFileHandle(const DuplicatableFileHandle& other) in DuplicatableFileHandle()
19 fileHandle.native_handle(dup(other.fileHandle.native_handle())); in DuplicatableFileHandle()
21 DuplicatableFileHandle& operator=(const DuplicatableFileHandle& other) in operator =()
23 if (this == &other) in operator =()
27 fileHandle.native_handle(dup(other.fileHandle.native_handle())); in operator =()
30 DuplicatableFileHandle& operator=(DuplicatableFileHandle&& other) noexcept =
/openbmc/bios-bmc-smm-error-logger/include/
H A Dbuffer.hpp52 bool operator==(const CircularBufferHeader& other) const in operator ==()
59 std::tie(other.bmcInterfaceVersion, other.biosInterfaceVersion, in operator ==()
60 other.magicNumber, other.queueSize, other.ueRegionSize, in operator ==()
61 other.bmcFlags, other.bmcReadPtr, other.biosFlags, in operator ==()
62 other.biosWritePtr); in operator ==()
75 bool operator==(const QueueEntryHeader& other) const in operator ==()
79 std::tie(other.sequenceId, other.entrySize, other.checksum, in operator ==()
80 other.rdeCommandType); in operator ==()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCC-BY-NC-ND-4.03 …on of Creative Commons public licenses does not create a lawyer-client or other relationship. Crea…
7 … creators and other rights holders may use to share original works of authorship and other materia…
9other rights. Our licenses are irrevocable. Licensors should read and understand the terms and con…
11other rights that a licensor has authority to grant. Use of the licensed material may still be res…
25 …d. Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitati…
27 …e. Licensed Material means the artistic or literary work, database, or other material to which the…
33 …urposes of this Public License, the exchange of the Licensed Material for other material subject t…
37other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Counci…
64 b. Other rights.
66 …ot licensed under this Public License, nor are publicity, privacy, and/or other similar personalit…
[all …]
H A DPDDL-1.06other legal rights used to protect databases and data, can create uncertainty or practical difficu…
10 …ly, use technical protection measures, combine this data or database with other databases or data,…
14other law under the banner of "intellectual property", is inherently national law. This means that…
20 …ghts claims over only a database, and leave the contents to be covered by other licences or docume…
22 Just like any licence or other document dealing with intellectual property, rightsholders should be…
34 "Data" - The contents of the Database, which includes the information, independent works, or other
36 …systematic or methodical way and individually accessible by electronic or other means offered unde…
44 …ted by Copyright or Database Rights whether in the original medium or any other; and includes modi…
74 Users of this Database are cautioned that they may have to clear other rights or consult other lice…
102 …that would otherwise prejudice the author’s honour and reputation, or any other derogatory treatme…
[all …]
H A DIntel26 to or modifications of the Original Intel Code. No other license or right
50 documentation and/or other materials provided with distribution. In
61 provision in the documentation and/or other materials provided with the
67 3.5. Neither the name Intel nor any other trademark owned or controlled by
69 other dealings in products derived from or relating to the Covered Code
77 INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY
83 OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
93 required license or other approval from the U. S. Department of Commerce or
94 any other agency or department of the United States Government. In the
98 compliance with all laws, regulations, orders, or other restrictions of the
[all …]
H A DIPA14 …ted as a result of a modification, addition, deletion, replacement or any other adaptation to or o…
16 …ta, including video content, motion and/or still pictures, TV programs or other broadcasting conte…
18 5. "Digital Document File" shall mean a PDF file or other Digital Content created by variou…
22 …nd Other Exploitation" shall mean reproduction, transfer, distribution, lease, public transmission…
38 3. The Recipient may conduct Reproduction and Other Exploitation of the printed materials a…
42 5. If any Recipient performs Reproduction or Other Exploitation of a Digital Document File …
78 …ISE) ARISING IN ANY WAY OUT OF THE INSTALLATION, USE, THE REPRODUCTION OR OTHER EXPLOITATION OF TH…
80 …ns or inquiries, or provide any other user support in connection with the installation, use or the…
87 …ion and Other Exploitation of the Licensed Program or a Derived Program: provided that such termin…
92Other Exploitation of, or Redistributing the Licensed Program or a Derived Program. Other matters …
H A DIntel-ACPI14 …xtend to any additions to or modifications of the Original Intel Code. No other license or right i…
20 …ng Disclaimer and Export Compliance provision in the documentation and/or other materials provided…
22 …ng Disclaimer and Export Compliance provision in the documentation and/or other materials provided…
26 …e Intel nor any other trademark owned or controlled by Intel shall be used in advertising or other…
30 …INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE, INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WI…
32 …4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES OR ANY OTHER THIRD PART…
34other approval from the U. S. Department of Commerce or any other agency or department of the Unit…
H A DRPSL-1.08 …Definitions. This License applies to any program or other work which RealNetworks, Inc., or any ot…
10 …ed by using or making the Original Code alone and not in combination with other software or hardwa…
12 … on Exhibit B or at https://www.helixcommunity.org/content/complicense or other licenses specifica…
18 1.5 "Deploy" means to use, sublicense or distribute Covered Code other than for Your internal resea…
22other than You, used to provide any services to anyone other than You, or used in any way to deliv…
26 …he contents of a file containing Covered Code; and/or (b) any new file or other representation of …
28 1.10 "Original Code" means (a) the Source Code of a program or other work as originally made availa…
32 1.12 "Source Code" means the human readable form of a program or other work that is suitable for ma…
40 (a) You must retain and reproduce in all copies of Original Code the copyright and other proprietar…
48 …t Code Notice set forth in Exhibit A in the "about" box or other appropriate place where other cop…
[all …]
H A DEPL-2.036 "Derivative Works" shall mean any work, whether in Source Code or other
38 editorial revisions, annotations, elaborations, or other modifications
41 "Modified Works" shall mean any work in Source Code or other form that
74 if any, in Source Code or other form. This patent license shall
78 Licensed Patents. The patent license shall not apply to any other
85 patent or other intellectual property rights of any other entity.
87 brought by any other entity based on infringement of intellectual
90 assumes sole responsibility to secure any other intellectual
101 Contributor makes additional grants to any Recipient (other than
119 i) effectively disclaims on behalf of all other Contributors all
[all …]
H A DCC-BY-NC-4.03 …on of Creative Commons public licenses does not create a lawyer-client or other relationship. Crea…
7 … creators and other rights holders may use to share original works of authorship and other materia…
9other rights. Our licenses are irrevocable. Licensors should read and understand the terms and con…
11other rights that a licensor has authority to grant. Use of the licensed material may still be res…
27 …e. Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitati…
29 …f. Licensed Material means the artistic or literary work, database, or other material to which the…
35 …urposes of this Public License, the exchange of the Licensed Material for other material subject t…
39other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Counci…
67 b. Other rights.
69 …ot licensed under this Public License, nor are publicity, privacy, and/or other similar personalit…
[all …]
H A DOFL-1.0-no-RFN9 …re changed. The fonts and derivatives, however, cannot be released under any other type of license.
21 "Reserved Font Name" refers to the Font Software name as seen by users and any other names as speci…
27 "Author" refers to any designer, engineer, programmer, technical writer or other person who contrib…
37 …ll references stored in the Font Software, such as the font menu name and other font description f…
41 … whole, must be distributed using this license, and may not be distributed under any other license.
49OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIAB…
H A DOFL-1.09 …re changed. The fonts and derivatives, however, cannot be released under any other type of license.
21 "Reserved Font Name" refers to the Font Software name as seen by users and any other names as speci…
27 "Author" refers to any designer, engineer, programmer, technical writer or other person who contrib…
37 …ll references stored in the Font Software, such as the font menu name and other font description f…
41 … whole, must be distributed using this license, and may not be distributed under any other license.
49OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIAB…
H A DOFL-1.0-RFN9 …re changed. The fonts and derivatives, however, cannot be released under any other type of license.
21 "Reserved Font Name" refers to the Font Software name as seen by users and any other names as speci…
27 "Author" refers to any designer, engineer, programmer, technical writer or other person who contrib…
37 …ll references stored in the Font Software, such as the font menu name and other font description f…
41 … whole, must be distributed using this license, and may not be distributed under any other license.
49OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIAB…

12345678910>>...150