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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_clock.c95 void bsd_uprofil(struct time_value *syst, user_addr_t pc);
332 bsd_uprofil(struct time_value *syst, user_addr_t pc) argument
344 st.tv_sec = syst->seconds;
345 st.tv_usec = syst->microseconds;

Completed in 53 milliseconds