Searched defs:failure (Results 1 – 3 of 3) sorted by relevance
43 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() local80 bool failure = data->status.power_failure; in bbram_emul_check_power() local
236 int failure = 0; in dispatcher_cb() local1349 int failure = 0; in dns_resolve_name() local
172 def failure(self, text, msg=None, type_="failure"): member in ComplianceTest