Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/security/audit/
H A Daudit_bsm_token.c533 u_int32_t timems; in au_to_file() local
545 timems = tm.tv_usec / 1000; in au_to_file()
549 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_file()
1462 u_int32_t timems; in au_to_header32_ex_tm() local
1489 timems = tm.tv_usec / 1000; in au_to_header32_ex_tm()
1492 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_header32_ex_tm()
1511 u_int32_t timems; in au_to_header32_tm() local
1522 timems = tm.tv_usec / 1000; in au_to_header32_tm()
1525 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_header32_tm()
1536 u_int32_t timems; in au_to_header64_tm() local
[all …]