Searched refs:is_retry (Results 1 – 5 of 5) sorted by relevance
603 BOOL is_retry = FALSE; in ChildMain() local684 if (!is_retry) { in ChildMain()773 is_retry = TRUE; in ChildMain()777 is_retry = FALSE; in ChildMain()834 is_retry = FALSE; in ChildMain()880 is_retry = TRUE; in ChildMain()884 is_retry = FALSE; in ChildMain()994 is_retry = FALSE; in ChildMain()1009 is_retry = FALSE; in ChildMain()
264 def write_to_file(self, file_path, contents, is_retry=False): argument283 if e.errno == 13 and not is_retry:288 self.write_to_file(file_path, contents, is_retry=True)
854 def is_retry(self): member in TestView1005 if self.is_retry():1099 elif v.is_retry():
1754 const TestConfig *config, bool is_resume, bool is_retry);2028 bool is_retry) { in DoExchange() argument2181 if (!config->is_server && is_resume && !is_retry && in DoExchange()
3137 int is_retry; in wpa_driver_nl80211_authenticate() local3141 is_retry = drv->retry_auth; in wpa_driver_nl80211_authenticate()3257 if (ret == -ENOENT && params->freq && !is_retry) { in wpa_driver_nl80211_authenticate()3284 } else if (is_retry) { in wpa_driver_nl80211_authenticate()