Home
last modified time | relevance | path

Searched defs:with (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/openrisc/include/asm/
Dcmpxchg.h
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dsystem.h130 #define xchg(ptr, with) \ argument
134 static inline unsigned long __xchg(unsigned long with, in __xchg()
/openbmc/linux/include/uapi/linux/netfilter_ipv6/
Dip6t_REJECT.h
/openbmc/phosphor-logging/lib/
H A Dsdjournal.cpp31 SdJournalHandler* SwapJouralHandler(SdJournalHandler* with) in SwapJouralHandler()
/openbmc/linux/include/uapi/linux/netfilter_ipv4/
Dipt_REJECT.h
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Denv.hpp69 inline constexpr __envs::__with_t with{}; variable
/openbmc/hiomapd/mtd/
H A Dbackend.c371 struct backend with; in backend_probe_mtd() local
/openbmc/hiomapd/file/
H A Dbackend.c280 struct backend with; in backend_probe_file() local
/openbmc/hiomapd/
H A Dbackend.h141 static inline int backend_init(struct backend *master, struct backend *with, in backend_init()
/openbmc/hiomapd/vpnor/
H A Dbackend.cpp540 struct backend with; in backend_probe_vpnor() local
/openbmc/u-boot/doc/
H A DREADME.x86230 with mobile Intel HM76 and QM77 chipsets platform. Download it from Intel FSP label
/openbmc/qemu/rust/qemu-api/src/
H A Dqom.rs296 pub fn with(obj: &'init mut MaybeUninit<T>, f: impl for<'id> FnOnce(ParentInit<'id, T>)) { in with() method