Home
last modified time | relevance | path

Searched full:safe (Results 1 – 25 of 679) sorted by relevance

12345678910>>...28

/openbmc/qemu/common-user/
H A Dsafe-syscall-error.c2 * safe-syscall-error.c: errno setting fragment
3 * This is intended to be invoked by safe-syscall.S
13 #include "user/safe-syscall.h"
17 * from the assembly in host/arch/safe-syscall.inc.S. This takes
H A Dmeson.build8 'safe-syscall.S',
9 'safe-syscall-error.c',
H A Dsafe-syscall.S2 * safe-syscall.S : include the host-specific assembly fragment
18 #include "safe-syscall.inc.S"
/openbmc/qemu/include/qemu/
H A Dyank.h23 * This function is thread-safe.
38 * This function is thread-safe.
51 * This function is thread-safe.
66 * This function is thread-safe.
H A Dcoroutine-tls.h43 * aio_notify(get_current_aio_context()); // <-- safe
80 * This is a coroutine-safe replacement for the __thread keyword and is
110 * This is a coroutine-safe replacement for the __thread keyword and is
141 * This is a coroutine-safe replacement for the __thread keyword and is
/openbmc/openbmc/poky/meta/lib/oe/
H A Dnpm_registry.py22 def uri_quote(s, safe = '/'): argument
24 safe_set = set(safe)
53 return uri_quote(self.name, safe = '@')
148 return REGISTRY + '/' + uri_quote(spec.name, safe = '@')
155 uri_quote(spec.name, safe = '@'),
156 uri_quote(spec.name, safe = '@/'),
/openbmc/qemu/rust/qemu-api/src/
H A Dlib.rs126 // SAFETY: g_malloc0() is safe to call. in alloc()
131 // SAFETY: g_aligned_alloc0() is safe to call. in alloc()
143 // SAFETY: qemu_memalign() is safe to call. in alloc()
153 // glib-allocated pointer, so `g_free`ing is safe. in dealloc()
159 // glib-allocated pointer, so `g_aligned_free`ing is safe. in dealloc()
165 // glib-allocated pointer, so `qemu_vfree`ing is safe. in dealloc()
H A Dchardev.rs28 /// A safe wrapper around [`bindings::Chardev`].
36 /// A safe wrapper around [`bindings::CharBackend`], denoting the character
112 // SAFETY: the values are safe according to the contract of in enable_handlers()
124 // SAFETY: the values are safe according to the contract of in enable_handlers()
135 // SAFETY: the values are safe according to the contract of in enable_handlers()
229 // SAFETY: qemu_chr_fe_write is thread-safe in write()
243 // SAFETY: qemu_chr_fe_write_all is thread-safe in write_all()
H A Dqom.rs14 //! * Type-safe casting between parent and child classes, through the [`IsA`]
114 /// A safe wrapper around [`bindings::Object`].
132 // SAFETY: it is always safe to cast to your own type
135 /// Macro to mark superclasses of QOM classes. This enables type-safe
332 /// Structurally this is always a safe operation; the [`IsA`] trait
353 /// Structurally this is always a safe operation; the [`IsA`] trait
465 /// Return the receiver as an Object. This is always safe, even
482 /// This cast is always safe, but because the result is mutable
536 /// This trait provides safe casting operations for QOM objects to raw pointers,
560 /// This method is safe because only the actual dereference of the pointer
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DMode.interface.yaml3 notion of a fail-safe mode.
17 Whether the object is in fail-safe mode or not.
/openbmc/sdbusplus/test/bus/
H A Dmatch.cpp39 auto m2 = std::move(m); // ensure match is move-safe. in TEST_F()
58 auto m2 = std::move(m); // ensure match is move-safe. in TEST_F()
86 auto m2 = std::move(m); // ensure match is move-safe. in TEST_F()
/openbmc/phosphor-led-manager/scripts/
H A Dparse_led.py13 Check if a string is safe for use on D-Bus.
19 bool: True if the string is safe for D-Bus, False otherwise.
46 print("WARNING: '" + name + "' is not dbus safe", file=sys.stderr)
47 raise ValueError("WARNING: '" + name + "' is not dbus safe")
55 print("WARNING: '" + name + "' is not dbus safe", file=sys.stderr)
/openbmc/qemu/common-user/host/loongarch64/
H A Dsafe-syscall.inc.S2 * safe-syscall.inc.S : host-specific assembly fragment
4 * This is intended to be included by common-user/safe-syscall.S
8 * Based on safe-syscall.inc.S code for RISC-V,
/openbmc/qemu/common-user/host/x86_64/
H A Dsafe-syscall.inc.S2 * safe-syscall.inc.S : host-specific assembly fragment
4 * This is intended to be included by common-user/safe-syscall.S
27 * requirements as the userspace function call ABI, but better safe than
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DThermal.events.yaml22 message: Device {Device} is over safe operating temperature.
44 Device {Device} is significantly over safe operating temperature
/openbmc/phosphor-settingsd/
H A Dsettings_example.yaml6 Default: Mode::Modes::Safe
17 Default: Mode::Modes::Safe
/openbmc/qemu/include/qapi/
H A Dutil.h36 * Note that this macro evaluates @element exactly once, so it is safe
50 * Note that this macro evaluates @element exactly once, so it is safe
/openbmc/qemu/include/chardev/
H A Dchar-fe.h45 * Safe to call without associated Chardev.
176 * function is thread-safe. It does nothing without associated
228 * is thread-safe.
243 * attempted to be written. This function is thread-safe.
267 * Issue a device specific ioctl to a backend. This function is thread-safe.
/openbmc/qemu/common-user/host/riscv/
H A Dsafe-syscall.inc.S2 * safe-syscall.inc.S : host-specific assembly fragment
4 * This is intended to be included by common-user/safe-syscall.S
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dclock_manager_gen5.c64 * Clear safe mode
116 * glitch when coming out of safe mode if their source values in cm_basic_init()
119 * after exiting safe mode but before ungating the clocks. in cm_basic_init()
292 /* Take all three PLLs out of bypass when safe mode is cleared. */ in cm_basic_init()
295 /* clear safe mode */ in cm_basic_init()
299 * now that safe mode is clear with clocks gated in cm_basic_init()
300 * it safe to change the source mux for the flashes the the L4_MAIN in cm_basic_init()
/openbmc/qemu/tests/qemu-iotests/
H A D20598 self.do_test_connect_after_remove('safe')
123 self.do_test_remove_during_connect_safe('safe')
141 result = self.remove_export('exp', 'safe')
/openbmc/openpower-occ-control/
H A Docc_command.hpp43 SAFE = 0x04, enumerator
53 SAFE = 0x04, // reported when system is in SAFE mode (not settable) enumerator
/openbmc/phosphor-pid-control/pid/
H A Dpidloop.cpp97 * values, and fail-safe mode and then clear out of fail-safe mode in pidControlLoop()
102 * For the host sensors they start out in fail-safe mode. For the in pidControlLoop()
/openbmc/qemu/common-user/host/aarch64/
H A Dsafe-syscall.inc.S2 * safe-syscall.inc.S : host-specific assembly fragment
4 * This is intended to be included by common-user/safe-syscall.S
/openbmc/qemu/common-user/host/ppc64/
H A Dsafe-syscall.inc.S2 * safe-syscall.inc.S : host-specific assembly fragment
4 * This is intended to be included by common-user/safe-syscall.S

12345678910>>...28