Home
last modified time | relevance | path

Searched refs:tsecs (Results 1 - 7 of 7) sorted by relevance

/third_party/backends/backend/
H A Du12.c130 static unsigned long tsecs = 0; variable
204 if( 0 != tsecs ) { in drvClose()
205 DBG( _DBG_INFO, "TIME END 1: %lus\n", time(NULL)-tsecs); in drvClose()
439 if( tsecs != 0 ) { in do_cancel()
440 DBG( _DBG_INFO, "TIME END 2: %lus\n", time(NULL)-tsecs); in do_cancel()
441 tsecs = 0; in do_cancel()
1588 tsecs = 0; in sane_start()
1692 tsecs = 0; in sane_start()
1710 tsecs = (unsigned long)time(NULL); in sane_start()
H A Dplustek_pp.c159 static unsigned long tsecs = 0; variable
264 tsecs = 0; in drvopen()
281 if( 0 != tsecs ) { in drvclose()
282 DBG( _DBG_INFO, "TIME END 1: %lus\n", time(NULL)-tsecs); in drvclose()
517 if( tsecs != 0 ) { in do_cancel()
518 DBG( _DBG_INFO, "TIME END 2: %lus\n", time(NULL)-tsecs); in do_cancel()
519 tsecs = 0; in do_cancel()
1995 tsecs = (unsigned long)time(NULL); in sane_start()
H A Dplustek.c216 static unsigned long tsecs = 0; variable
318 if( 0 != tsecs ) { in drvclose()
319 DBG( _DBG_INFO, "TIME END 1: %lus\n", time(NULL)-tsecs); in drvclose()
619 if( tsecs != 0 ) { in do_cancel()
620 DBG( _DBG_INFO, "TIME END 2: %lus\n", time(NULL)-tsecs); in do_cancel()
621 tsecs = 0; in do_cancel()
2527 tsecs = 0; /* reset timer */ in local_sane_start()
2565 tsecs = (unsigned long)time(NULL); in local_sane_start()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dtdls.c84 static u8 * wpa_add_tdls_timeoutie(u8 *pos, u8 *ie, size_t ie_len, u32 tsecs);
2629 static u8 * wpa_add_tdls_timeoutie(u8 *pos, u8 *ie, size_t ie_len, u32 tsecs) in wpa_add_tdls_timeoutie() argument
2637 WPA_PUT_LE32(lifetime->value, tsecs); in wpa_add_tdls_timeoutie()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dtdls.c84 static u8 * wpa_add_tdls_timeoutie(u8 *pos, u8 *ie, size_t ie_len, u32 tsecs);
2708 static u8 * wpa_add_tdls_timeoutie(u8 *pos, u8 *ie, size_t ie_len, u32 tsecs)
2716 WPA_PUT_LE32(lifetime->value, tsecs);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_ft.c1939 int tsecs, tusecs, first; in wpa_ft_pull_pmk_r1() local
2039 tsecs = sm->wpa_auth->conf.rkh_pull_timeout / 1000; in wpa_ft_pull_pmk_r1()
2041 eloop_register_timeout(tsecs, tusecs, wpa_ft_expire_pull, sm, NULL); in wpa_ft_pull_pmk_r1()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ft.c1937 int tsecs, tusecs, first; in wpa_ft_pull_pmk_r1() local
2036 tsecs = sm->wpa_auth->conf.rkh_pull_timeout / 1000; in wpa_ft_pull_pmk_r1()
2038 eloop_register_timeout(tsecs, tusecs, wpa_ft_expire_pull, sm, NULL); in wpa_ft_pull_pmk_r1()

Completed in 30 milliseconds