Home
last modified time | relevance | path

Searched defs:take (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-tools/dbus-pcap/
H A Ddbus-pcap194 def take(self, size): member in AlignedStream
/openbmc/qemu/target/microblaze/
H A Dop_helper.c406 bool take = env->msr & MSR_EE; in mb_transaction_failed_internal() local
/openbmc/qemu/rust/qemu-api/src/
H A Dcell.rs454 pub fn take(&self) -> T { in take() method