Home
last modified time | relevance | path

Searched full:explicit (Results 1 – 25 of 1705) sorted by relevance

12345678910>>...69

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/minio/
H A Dmodules.txt2 ## explicit
4 ## explicit
6 ## explicit
8 ## explicit
10 ## explicit
12 ## explicit
14 ## explicit
16 ## explicit
18 ## explicit
20 ## explicit
[all …]
/openbmc/qemu/include/migration/
H A Dsnapshot.h26 * @has_devices: whether to use explicit device list
27 * @devices: explicit device list to snapshot
41 * @has_devices: whether to use explicit device list
42 * @devices: explicit device list to snapshot
55 * @has_devices: whether to use explicit device list
56 * @devices: explicit device list to snapshot
/openbmc/witherspoon-pfault-analysis/
H A Delog-errors.hpp168 explicit constexpr RAIL(uint16_t a) : _entry(entry("RAIL=%d", a)) {}; in RAIL()
181 explicit constexpr RAIL_NAME(const char* a) : in RAIL_NAME()
195 explicit constexpr RAW_STATUS(const char* a) : in RAW_STATUS()
245 explicit constexpr INPUT_NUM(uint16_t a) : in INPUT_NUM()
259 explicit constexpr INPUT_NAME(const char* a) : in INPUT_NAME()
273 explicit constexpr RAW_STATUS(const char* a) : in RAW_STATUS()
324 explicit constexpr RAW_STATUS(const char* a) : in RAW_STATUS()
373 explicit constexpr CALLOUT_ERRNO(int32_t a) : in CALLOUT_ERRNO()
387 explicit constexpr CALLOUT_DEVICE_PATH(const char* a) : in CALLOUT_DEVICE_PATH()
436 explicit constexpr CALLOUT_GPIO_NUM(uint32_t a) : in CALLOUT_GPIO_NUM()
[all …]
/openbmc/phosphor-pid-control/errors/
H A Dexception.hpp9 explicit SensorBuildException(const std::string& message) : message(message) in SensorBuildException()
24 explicit ControllerBuildException(const std::string& message) : in ControllerBuildException()
40 explicit ConfigurationException(const std::string& message) : in ConfigurationException()
/openbmc/openpower-host-ipmi-oem/
H A Delog-errors.hpp66 explicit constexpr ESEL(const char* a) : _entry(entry("ESEL=%s", a)) {}; in ESEL()
111 explicit constexpr PROCEDURE(uint32_t a) : in PROCEDURE()
159 explicit constexpr CALLOUT_ERRNO(int32_t a) : in CALLOUT_ERRNO()
173 explicit constexpr CALLOUT_DEVICE_PATH(const char* a) : in CALLOUT_DEVICE_PATH()
222 explicit constexpr CALLOUT_GPIO_NUM(uint32_t a) : in CALLOUT_GPIO_NUM()
274 explicit constexpr CALLOUT_IIC_BUS(const char* a) : in CALLOUT_IIC_BUS()
288 explicit constexpr CALLOUT_IIC_ADDR(uint16_t a) : in CALLOUT_IIC_ADDR()
341 explicit constexpr CALLOUT_INVENTORY_PATH(const char* a) : in CALLOUT_INVENTORY_PATH()
391 explicit constexpr CALLOUT_IPMI_SENSOR_NUM(uint32_t a) : in CALLOUT_IPMI_SENSOR_NUM()
439 explicit constexpr ESEL(const char* a) : _entry(entry("ESEL=%s", a)) {}; in ESEL()
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_cppcore.c50 * Following fields use explicit locking:
1307 * nfp_cpp_explicit_acquire() - Acquire explicit access handle
1313 * Return: NFP CPP explicit handle
1335 * nfp_cpp_explicit_set_target() - Set target fields for explicit
1336 * @expl: Explicit handle
1354 * nfp_cpp_explicit_set_data() - Set data fields for explicit
1355 * @expl: Explicit handle
1371 * nfp_cpp_explicit_set_signal() - Set signal fields for explicit
1372 * @expl: Explicit handle
1388 * nfp_cpp_explicit_set_posted() - Set completion fields for explicit
[all …]
/openbmc/linux/crypto/asymmetric_keys/
H A Dpkcs7.asn13 content [0] EXPLICIT SignedData OPTIONAL
25 content [0] EXPLICIT Data OPTIONAL
77 aaSequence [2] EXPLICIT SEQUENCE OF AuthenticatedAttribute
78 -- Explicit because easier to compute digest on
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan_fdb_veto.sh88 check_fail $? "FDB with an explicit port not rejected"
93 check_err $? "FDB with an explicit port rejected without extack"
108 check_fail $? "FDB with an explicit port not rejected"
113 check_err $? "FDB with an explicit port rejected without extack"
/openbmc/linux/Documentation/RCU/
H A Dlockdep.rst41 Use explicit check expression "c" along with
45 Use explicit check expression "c" along with
49 Use explicit check expression "c" along with
53 Use explicit check expression "c" along with
61 Use explicit check expression "c", and omit all barriers
/openbmc/phosphor-logging/
H A Dextensions.hpp130 explicit Extensions(StartupFunction func) in Extensions()
143 explicit Extensions(CreateFunction func) in Extensions()
156 explicit Extensions(DeleteFunction func) in Extensions()
170 explicit Extensions(DeleteProhibitedFunction func) in Extensions()
183 explicit Extensions(LogIDWithHwIsolationFunction func) in Extensions()
197 explicit Extensions(DefaultErrorCaps defaultCaps) in Extensions()
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlg2.hpp27 explicit log(const std::source_location& s, const char* msg, in log()
41 explicit log( in log()
63 explicit levelval(const char*, Ts&&...) -> levelval<Ts...>; \
66 explicit levelval(const std::source_location&, const char*, Ts&&...) \
/openbmc/bmcweb/http/
H A Dlogging.hpp69 // NOLINTNEXTLINE(google-explicit-constructor)
130 // NOLINTNEXTLINE(google-explicit-constructor)
143 // NOLINTNEXTLINE(google-explicit-constructor)
156 // NOLINTNEXTLINE(google-explicit-constructor)
169 // NOLINTNEXTLINE(google-explicit-constructor)
182 // NOLINTNEXTLINE(google-explicit-constructor)
/openbmc/linux/drivers/target/
H A Dtarget_core_alua.c33 int *primary, int explicit);
35 struct se_lun *lun, int explicit, int offline);
266 * SET_TARGET_PORT_GROUPS for explicit ALUA operation.
295 * Determine if explicit ALUA via SET_TARGET_PORT_GROUPS is allowed in target_emulate_set_target_port_groups()
725 * Check implicit and explicit ALUA state change request.
728 core_alua_check_transition(int state, int valid, int *primary, int explicit) in core_alua_check_transition() argument
770 if (!(valid & ALUA_T_SUP) || explicit) in core_alua_check_transition()
821 return "Altered by Explicit STPG"; in core_alua_dump_status()
927 * After an explicit target port asymmetric access state in core_alua_queue_state_change_ua()
944 * After an explicit target port asymmetric access in core_alua_queue_state_change_ua()
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dexceptions.hpp29 explicit Exception(const std::string& msg) : in Exception()
69 explicit EccException(const std::string& msg) : Exception(msg) {} in EccException()
94 explicit DataException(const std::string& msg) : Exception(msg) {} in DataException()
154 explicit GpioException(const std::string& msg) : Exception(msg) {} in GpioException()
/openbmc/sdbusplus/include/sdbusplus/
H A Dslot.hpp24 explicit SlotDeleter(SdBusInterface* intf) : intf(intf) {} in SlotDeleter()
47 explicit slot(std::nullptr_t) : slot() {} in slot()
64 explicit operator bool() const in operator bool()
/openbmc/linux/Documentation/block/
H A Dwriteback_cache_control.rst2 Explicit volatile write back cache control
20 Explicit cache flushes
28 set on an otherwise empty bio structure, which causes only an explicit cache
45 worry if the underlying devices need any explicit cache flushing and how
/openbmc/linux/arch/mips/math-emu/
H A Dsp_maddf.c163 /* Put explicit bit at bit 62 if necessary */ in _sp_maddf()
173 * Move explicit bit from bit 62 to bit 26 since the in _sp_maddf()
181 /* Move explicit bit from bit 23 to bit 62 */ in _sp_maddf()
226 * Put explicit bit at bit 62 if necessary. in _sp_maddf()
235 * Move explicit bit from bit 62 to bit 26 since the in _sp_maddf()
H A Ddp_maddf.c218 /* Put explicit bit at bit 126 if necessary */ in _dp_maddf()
229 * Move explicit bit from bit 126 to bit 55 since the in _dp_maddf()
237 /* Move explicit bit from bit 52 to bit 126 */ in _dp_maddf()
286 * Put explicit bit at bit 126 if necessary. in _dp_maddf()
291 /* MSB of lzm is the explicit bit */ in _dp_maddf()
315 * Move explicit bit from bit 126 to bit 55 since the in _dp_maddf()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dtask.hpp118 explicit __default_task_context_impl(__parent_promise_t, in __default_task_context_impl()
132 explicit __default_task_context_impl(_Scheduler&& __scheduler) : in __default_task_context_impl()
181 explicit __default_awaiter_context( in __default_awaiter_context()
199 explicit __default_awaiter_context( in __default_awaiter_context()
227 explicit __default_awaiter_context( in __default_awaiter_context()
242 explicit __default_awaiter_context(__default_task_context_impl<_Affinity>&, in __default_awaiter_context()
253 explicit __default_awaiter_context( in __default_awaiter_context()
260 explicit __default_awaiter_context( in __default_awaiter_context()
571 explicit basic_task(__coro::coroutine_handle<promise_type> __coro) noexcept in basic_task()
/openbmc/qemu/tests/unit/
H A Dtest-authz-listfile.c85 "explicit-deny.cfg", in test_authz_explicit_deny()
108 "explicit-allow.cfg", in test_authz_explicit_allow()
186 g_test_add_func("/auth/list/explicit/deny", test_authz_explicit_deny); in main()
187 g_test_add_func("/auth/list/explicit/allow", test_authz_explicit_allow); in main()
/openbmc/phosphor-ipmi-flash/tools/
H A Dtool_errors.hpp12 explicit ToolException(const std::string& message) : message(message) {}; in ToolException()
26 explicit NotFoundException(const std::string& device) : in NotFoundException()
/openbmc/dbus-sensors/src/
H A DFileHandle.hpp19 explicit FileHandle(const std::filesystem::path& name,
23 explicit FileHandle(int fd);
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch36 + "|fstack-protector-strong|fstack-protector-explicit" \
56 + "|fstack-protector-strong|fstack-protector-explicit" \
77 + "|fstack-protector-strong|fstack-protector-explicit" \
/openbmc/linux/Documentation/locking/
H A Dpreempt-locking.rst15 requires explicit additional locking for very few additional situations.
21 RULE #1: Per-CPU data structures need explicit protection
32 First, since the data is per-CPU, it may not have explicit SMP locking, but
132 in doubt, rely on locking or explicit preemption disabling.
/openbmc/linux/arch/loongarch/
H A DMakefile52 # When the assembler supports explicit relocation hint, we must use it.
56 # When the assembler does not supports explicit relocation hint, we can't use
65 # Also, -mdirect-extern-access is useful in case of building with explicit
74 cflags-y += $(call cc-option,-mno-explicit-relocs)

12345678910>>...69