Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dtelemetry.c1504 unsigned retbytes = 0; in bootprofile_timer_call() local
1556 flags, bootprofile_delta_since_timestamp, 0, &retbytes); in bootprofile_timer_call()
1574 bootprofile_buffer_current_position += retbytes; in bootprofile_timer_call()
1580 if ((retbytes == 0) || (bootprofile_buffer_current_position == bootprofile_buffer_size)) { in bootprofile_timer_call()