Home
last modified time | relevance | path

Searched refs:fallback_value (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/subprojects/packagefiles/
H A Dbilge-impl-1.63.0.patch38 - let Ok(fallback_value) = variant_fields.exactly_one() else {
40 + let fallback_value = match variant_fields.exactly_one() {
/openbmc/linux/drivers/watchdog/
H A Dwdrtas.c103 static int wdrtas_get_interval(int fallback_value) in wdrtas_get_interval() argument
120 return fallback_value; in wdrtas_get_interval()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_internal.h318 #define OPTS_GET(opts, field, fallback_value) \ argument
319 (OPTS_HAS(opts, field) ? (opts)->field : fallback_value)