Searched refs:uuid_time (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/apr-util/crypto/
H A Dgetuuid.c108 static void get_system_time(apr_uint64_t *uuid_time) argument
111 *uuid_time = apr_time_now();
116 *uuid_time = (*uuid_time * 10) + APR_TIME_C(0x01B21DD213814000);
/freebsd-11-stable/sys/kern/
H A Dkern_uuid.c118 uuid_time(void) function
139 time = uuid_time();

Completed in 60 milliseconds