Home
last modified time | relevance | path

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

/src/sys/security/audit/
H A Dbsm_token.c583 u_int32_t timems; in au_to_file() local
591 timems = tm.tv_usec/1000; in au_to_file()
595 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_file()
1440 u_int32_t timems; in au_to_header32_tm() local
1451 timems = tm.tv_usec/1000; in au_to_header32_tm()
1454 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_header32_tm()
1476 u_int32_t timems; in au_to_header32_ex_tm() local
1498 timems = tm.tv_usec/1000; in au_to_header32_ex_tm()
1501 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_header32_ex_tm()
1512 u_int32_t timems; in au_to_header64_tm() local
[all …]
/src/contrib/openbsm/libbsm/
H A Dbsm_token.c659 u_int32_t timems; in au_to_file() local
669 timems = tm.tv_usec/1000; in au_to_file()
673 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_file()
1470 u_int32_t timems; in au_to_header32_tm() local
1483 timems = tm.tv_usec/1000; in au_to_header32_tm()
1486 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_header32_tm()
1508 u_int32_t timems; in au_to_header32_ex_tm() local
1531 timems = tm.tv_usec/1000; in au_to_header32_ex_tm()
1534 ADD_U_INT32(dptr, timems); /* We need time in ms. */ in au_to_header32_ex_tm()
1545 u_int32_t timems; in au_to_header64_tm() local
[all …]