Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 146) sorted by relevance

123456

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c258 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tcstatus() local
275 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tcbind() local
292 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tcrestart() local
309 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tchalt() local
326 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tccontext() local
343 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tcschedule() local
360 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tcschefback() local
393 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_entryhi() local
401 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_cause() local
409 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_status() local
[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()
52 Fd& Fd::operator=(const Fd& other) in operator =()
63 Fd::Fd(Fd&& other) : sys(other.sys), fd(std::move(other.fd)) in Fd() function in gpioplus::internal::Fd
68 Fd& Fd::operator=(Fd&& other) in operator =()
/openbmc/sdbusplus/src/
H A Dexception.cpp58 SdBusError::SdBusError(SdBusError&& other) : error(SD_BUS_ERROR_NULL) in SdBusError() function in sdbusplus::exception::SdBusError
63 SdBusError& SdBusError::operator=(SdBusError&& other) in operator =()
117 void SdBusError::move(SdBusError&& other) in move()
/openbmc/openpower-hw-diags/util/
H A Dfile_descriptor.hpp40 FileDescriptor(FileDescriptor&& other) : fd(other.fd) in FileDescriptor() function in util::FileDescriptor
53 FileDescriptor& operator=(FileDescriptor&& other) in operator =()
/openbmc/openpower-debug-collector/watchdog/
H A Dfile_descriptor.hpp42 FileDescriptor(FileDescriptor&& other) : fd(other.fd) in FileDescriptor() function in watchdog::dump::FileDescriptor
56 FileDescriptor& operator=(FileDescriptor&& other) in operator =()
/openbmc/bmcweb/http/
H A Dhttp_body.hpp48 value_type(value_type&& other) noexcept : in value_type() function in bmcweb::HttpBody::value_type
53 value_type& operator=(value_type&& other) noexcept in operator =()
65 value_type(const value_type& other) : in value_type()
72 value_type& operator=(const value_type& other) in operator =()
/openbmc/phosphor-power/
H A Dfile_descriptor.hpp40 FileDescriptor(FileDescriptor&& other) : fd(other.fd) in FileDescriptor() function in phosphor::power::util::FileDescriptor
53 FileDescriptor& operator=(FileDescriptor&& other) in operator =()
/openbmc/qemu/scripts/
H A Ddecodetree.py296 def __eq__(self, other): argument
299 def __ne__(self, other): argument
333 def __ne__(self, other): argument
341 def __eq__(self, other): argument
362 def __cmp__(self, other): argument
385 def __eq__(self, other): argument
388 def __ne__(self, other): argument
409 def __eq__(self, other): argument
412 def __ne__(self, other): argument
436 def __eq__(self, other): argument
[all …]
/openbmc/intel-ipmi-oem/
H A Dgenerate-allowlist.py69 def __lt__(self, other): argument
74 def match(self, other): argument
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcve_check.py49 def __eq__(self, other): argument
54 def __gt__(self, other): argument
/openbmc/linux/sound/soc/samsung/
H A Di2s.c171 struct i2s_dai *other = get_other_dai(i2s); in other_tx_active() local
198 struct i2s_dai *other = get_other_dai(i2s); in other_rx_active() local
510 struct i2s_dai *other = get_other_dai(i2s); in i2s_set_sysclk() local
829 struct i2s_dai *other = get_other_dai(i2s); in i2s_startup() local
856 struct i2s_dai *other = get_other_dai(i2s); in i2s_shutdown() local
879 struct i2s_dai *other = get_other_dai(i2s); in config_setup() local
997 struct i2s_dai *other = get_other_dai(i2s); in i2s_set_clkdiv() local
1060 struct i2s_dai *other = get_other_dai(i2s); in samsung_i2s_dai_probe() local
1585 struct i2s_dai *other = get_other_dai(i2s); in fsd_i2s_fixup_early() local
1599 struct i2s_dai *other = get_other_dai(i2s); in fsd_i2s_fixup_late() local
/openbmc/linux/net/unix/
H A Daf_unix.c484 struct sock *other) in unix_dgram_peer_wake_disconnect()
501 struct sock *other) in unix_dgram_peer_wake_disconnect_wakeup()
1368 struct sock *other; in unix_dgram_connect() local
1451 static long unix_wait_for_peer(struct sock *other, long timeo) in unix_wait_for_peer()
1477 struct sock *sk = sock->sk, *newsk = NULL, *other = NULL; in unix_stream_connect() local
1839 const struct sock *other) in unix_passcred_enabled()
1854 const struct sock *other) in maybe_add_creds()
1899 struct sock *sk = sock->sk, *other = NULL; in unix_dgram_sendmsg() local
2169 struct sock *other = NULL; in unix_stream_sendmsg() local
2906 struct sock *other; in unix_shutdown() local
[all …]
/openbmc/u-boot/tools/binman/test/
H A D077_vblock_bad_entry.dts25 other: other { label
/openbmc/linux/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.h675 #define PIN_DECL_1(pin, other, sig) \ argument
692 #define SSSF_PIN_DECL(pin, other, sig, ...) \ argument
717 #define PIN_DECL_2(pin, other, high, low) \ argument
724 #define PIN_DECL_3(pin, other, high, medium, low) \ argument
732 #define PIN_DECL_4(pin, other, prio1, prio2, prio3, prio4) \ argument
/openbmc/linux/tools/perf/tests/
H A Dhists_link.c203 static int validate_match(struct hists *leader, struct hists *other) in validate_match()
281 static int validate_link(struct hists *leader, struct hists *other) in validate_link()
H A Dthread-maps-share.c18 struct thread *other, *other_leader; in test__thread_maps_share() local
H A Dattr.py108 def equal(self, other): argument
122 def diff(self, other): argument
/openbmc/linux/arch/x86/math-emu/
H A Dfpu_entry.c647 int offset, other, i, tags, regnr, tag, newtop; in fpregs_soft_set() local
697 int offset = (S387->ftop & 7) * 10, other = 80 - offset; in fpregs_soft_get() local
/openbmc/bios-bmc-smm-error-logger/include/rde/
H A Dexternal_storer_file.hpp67 other enumerator
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dreproducible.py39 def __eq__(self, other): argument
42 def __lt__(self, other): argument
/openbmc/linux/net/vmw_vsock/
H A Dvsock_addr.c53 const struct sockaddr_vm *other) in vsock_addr_equals_addr()
/openbmc/linux/sound/aoa/soundbus/i2sbus/
H A Dpcm.c19 struct pcm_info **pi, struct pcm_info **other) in get_pcm_info()
74 struct pcm_info *pi, *other; in i2sbus_pcm_open() local
331 struct pcm_info *pi, *other; in i2sbus_pcm_prepare() local
/openbmc/sdbusplus/include/sdbusplus/
H A Dmessage.hpp109 message(const message& other) : in message()
117 message& operator=(const message& other) in operator =()
/openbmc/linux/security/selinux/ss/
H A Dconditional.c256 struct cond_av_list *other; member
264 struct cond_av_list *other = data->other; in cond_insertf() local
326 struct cond_av_list *other) in cond_read_av_list()
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dsignal.cpp22 Signal::Signal(const Signal& other, sdeventplus::internal::NoOwn) : in Signal()

123456