Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Dbsm_token.c586 u_int32_t timems; in au_to_file() local
594 timems = tm.tv_usec/1000; in au_to_file()
598 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_file()
1443 u_int32_t timems; in au_to_header32_tm() local
1454 timems = tm.tv_usec/1000; in au_to_header32_tm()
1457 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_header32_tm()
1479 u_int32_t timems; in au_to_header32_ex_tm() local
1501 timems = tm.tv_usec/1000; in au_to_header32_ex_tm()
1515 u_int32_t timems; in au_to_header64_tm() local
1526 timems = tm.tv_usec/1000; in au_to_header64_tm()
[all …]