Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cryptsetup/lib/
H A Dlibcryptsetup.h107 void crypt_set_timeout(struct crypt_device *cd, uint64_t timeout_sec);
H A Dsetup.c1914 void crypt_set_timeout(struct crypt_device *cd, uint64_t timeout_sec) in crypt_set_timeout() argument
1916 log_dbg("Timeout set to %" PRIu64 " miliseconds.", timeout_sec); in crypt_set_timeout()
1917 cd->timeout = timeout_sec; in crypt_set_timeout()
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/
H A Devents.c1514 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan() argument
1529 wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec); in wpa_supplicant_req_new_scan()
2026 int timeout_sec = wpa_s->scan_interval; in wpas_select_network_from_last_scan() local
2045 timeout_sec = 0; in wpas_select_network_from_last_scan()
2047 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan()
2068 timeout_sec = 0; in wpas_select_network_from_last_scan()
2070 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan()
2079 timeout_sec = 0; in wpas_select_network_from_last_scan()
2081 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan()
2087 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan()