Searched refs:os_get_time (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-12-stable/contrib/wpa/src/utils/
H A Duuid.c82 os_get_time(&t);
H A Dos_none.c23 int os_get_time(struct os_time *t) function
H A Dos_win32.c26 int os_get_time(struct os_time *t) function
55 int res = os_get_time(&now);
H A Dos.h32 * os_get_time - Get current time (sec, usec)
36 int os_get_time(struct os_time *t);
H A Dos_internal.c35 int os_get_time(struct os_time *t) function
H A Dcommon.c250 os_get_time(&now);
H A Dos_unix.c59 int os_get_time(struct os_time *t) function
H A Dwpa_debug.c77 os_get_time(&tv);
/freebsd-12-stable/sys/dev/smartpqi/
H A Dsmartpqi_misc.c34 void os_get_time(struct bmic_host_wellness_time *host_wellness_time) function
H A Dsmartpqi_prototypes.h261 void os_get_time(struct bmic_host_wellness_time *);
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dneighbor_db.c90 if (!entry->lci || os_get_time(&entry->lci_date))
H A Daccounting.c145 os_get_time(&now);
H A Drrm.c167 if (os_get_time(&curr))
H A Dieee802_11_shared.c641 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0)
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dnotify.c560 os_get_time(&global->suspend_time);
576 os_get_time(&now);
H A Ddpp_supplicant.c1421 os_get_time(&now);
2032 os_get_time(&now);
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Drandom.c147 os_get_time(&t);
/freebsd-12-stable/contrib/wpa/src/radius/
H A Dradius_das.c441 os_get_time(&now);
H A Dradius_server.c886 os_get_time(&now);
1038 os_get_time(&now);
3004 os_get_time(&now);
/freebsd-12-stable/contrib/wpa/src/eap_server/
H A Deap_server_fast.c245 if (os_get_time(&now) < 0 || lifetime <= 0 || now.sec > lifetime) {
696 os_get_time(&now) < 0)
H A Deap_server_teap.c254 if (os_get_time(&now) < 0 || lifetime <= 0 || now.sec > lifetime) {
665 os_get_time(&now) < 0)
/freebsd-12-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c488 os_get_time(&psa->created_time);
536 os_get_time(&psc->created_time);
1631 os_get_time(&pkey->created_time);
2659 os_get_time(&psa->created_time);
2701 os_get_time(&psc->created_time);
/freebsd-12-stable/contrib/wpa/src/tls/
H A Dtlsv1_client_ocsp.c257 os_get_time(&now);
H A Dtlsv1_client_write.c74 os_get_time(&now);
H A Dtlsv1_server_write.c55 os_get_time(&now);

Completed in 207 milliseconds

12