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

/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsm_token.c509 u_int32_t timems; local
517 timems = tm.tv_usec/1000;
521 ADD_U_INT32(dptr, timems); /* We need time in ms. */
1293 u_int32_t timems; local
1314 timems = tm.tv_usec / 1000;
1317 ADD_U_INT32(dptr, timems); /* We need time in ms. */
1336 u_int32_t timems; local
1347 timems = tm.tv_usec/1000;
1350 ADD_U_INT32(dptr, timems); /* We need time in ms. */
1361 u_int32_t timems; local
[all...]

Completed in 21 milliseconds