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

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dmktime.c43 struct tm ts_tm1;
44 struct tm ts_tm2;
81 struct tm t1, t2;
H A Dlocaltime_r.c56 struct tm tms;
H A Dstrftime.c45 struct tm ts_tm1;
46 struct tm ts_tm2;
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_token.c504 au_to_file(const char *file, struct timeval tm) argument
517 timems = tm.tv_usec/1000;
520 ADD_U_INT32(dptr, tm.tv_sec);
1289 struct timeval tm, struct auditinfo_addr *aia)
1314 timems = tm.tv_usec / 1000;
1316 ADD_U_INT32(dptr, tm.tv_sec);
1332 struct timeval tm)
1347 timems = tm.tv_usec/1000;
1349 ADD_U_INT32(dptr, tm.tv_sec);
1357 struct timeval tm)
1288 au_to_header32_ex_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, struct timeval tm, struct auditinfo_addr *aia) argument
1331 au_to_header32_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, struct timeval tm) argument
1356 au_to_header64_tm(int rec_size, au_event_t e_type, au_emod_t e_mod, struct timeval tm) argument
[all...]
H A Daudit_bsm.c127 struct timeval tm; local
150 tm.tv_usec = ctime->tv_nsec / 1000;
151 tm.tv_sec = ctime->tv_sec;
153 hdr = au_to_header32_ex_tm(tot_rec_size, event, 0, tm, &ak);
155 hdr = au_to_header32_tm(tot_rec_size, event, 0, tm);
/darwin-on-arm/xnu/bsd/bsm/
H A Daudit_record.h196 token_t *au_to_file(const char *file, struct timeval tm);
199 struct timeval tm);
201 struct timeval tm, struct auditinfo_addr *aia);
203 struct timeval tm);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmisc.c391 struct tm *timeptr;
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_mroute.c1861 u_int32_t tm; local
1866 TV_DELTA(tp, t->tbf_last_pkt_t, tm);
1872 * (tm / 1000000) * (v_rate_limit * 1000 * (1000/1024) / 8)
1877 t->tbf_n_tok += tm * vifp->v_rate_limit / 1024 / 8;
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c5271 ifp_if_set_bpf_tap(struct ifnet *ifp, bpf_tap_mode tm, bpf_packet_func f) argument
5273 #pragma unused(ifp, tm, f)

Completed in 48 milliseconds