Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/bbram/
Dbbram_emul.c43 int bbram_emul_set_standby_power_state(const struct device *dev, bool failure) in bbram_emul_set_standby_power_state()
51 int bbram_emul_set_power_state(const struct device *dev, bool failure) in bbram_emul_set_power_state()
71 bool failure = data->status.standby_failure; in bbram_emul_check_standby_power() local
80 bool failure = data->status.power_failure; in bbram_emul_check_power() local
/Zephyr-latest/subsys/net/lib/dns/
Dresolve.c236 int failure = 0; in dispatcher_cb() local
1349 int failure = 0; in dns_resolve_name() local
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py172 def failure(self, text, msg=None, type_="failure"): member in ComplianceTest