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

/freebsd-10.1-release/contrib/openbsm/libbsm/
H A Dbsm_token.c661 u_int32_t timems; local
671 timems = tm.tv_usec/1000;
675 ADD_U_INT32(dptr, timems); /* We need time in ms. */
1472 u_int32_t timems; local
1485 timems = tm.tv_usec/1000;
1488 ADD_U_INT32(dptr, timems); /* We need time in ms. */
1510 u_int32_t timems; local
1533 timems = tm.tv_usec/1000;
1536 ADD_U_INT32(dptr, timems); /* We need time in ms. */
1547 u_int32_t timems; local
[all...]
/freebsd-10.1-release/sys/security/audit/
H A Dbsm_token.c588 u_int32_t timems; local
596 timems = tm.tv_usec/1000;
600 ADD_U_INT32(dptr, timems); /* We need time in ms. */
1445 u_int32_t timems; local
1456 timems = tm.tv_usec/1000;
1459 ADD_U_INT32(dptr, timems); /* We need time in ms. */
1481 u_int32_t timems; local
1503 timems = tm.tv_usec/1000;
1506 ADD_U_INT32(dptr, timems); /* We need time in ms. */
1517 u_int32_t timems; local
[all...]

Completed in 108 milliseconds