| /xnu-8020.140.41/osfmk/kern/ |
| H A D | clock.c | 227 clock2bintime(const clock_sec_t *secs, const clock_usec_t *microsecs, struct bintime *_bt) in clock2bintime() 235 bintime2usclock(const struct bintime *_bt, clock_sec_t *secs, clock_usec_t *microsecs) in bintime2usclock() 242 bintime2nsclock(const struct bintime *_bt, clock_sec_t *secs, clock_usec_t *nanosecs) in bintime2nsclock() 332 #define TIME_ADD(rsecs, secs, rfrac, frac, unit) \ argument 341 #define TIME_SUB(rsecs, secs, rfrac, frac, unit) \ argument 428 clock_sec_t *secs, in clock_get_calendar_microtime() 579 clock_sec_t *secs, in clock_get_calendar_absolute_and_microtime_locked() 598 clock_sec_t *secs, in clock_get_calendar_absolute_and_nanotime_locked() 625 clock_sec_t *secs, in clock_get_calendar_absolute_and_microtime() 652 clock_sec_t *secs, in clock_get_calendar_nanotime() [all …]
|
| H A D | clock_oldops.c | 313 clock_sec_t secs; in rtclock_gettime() local 327 clock_sec_t secs; in calend_gettime() local
|
| H A D | task.c | 4830 clock_sec_t secs; in task_info() local 4877 clock_sec_t secs; in task_info() local 4914 clock_sec_t secs; in task_info() local 4951 clock_sec_t secs; in task_info() local 6433 clock_sec_t secs = 0; in task_vtimer_update() local 6827 clock_sec_t secs = 0; in PROC_CROSSED_HIGH_WATERMARK__SEND_EXC_RESOURCE_AND_SUSPEND() local
|
| H A D | telemetry.c | 747 clock_sec_t secs; in telemetry_process_sample() local
|
| H A D | thread.c | 2118 clock_sec_t secs; in thread_read_times() local
|
| /xnu-8020.140.41/osfmk/i386/ |
| H A D | rtclock.c | 97 _absolutetime_to_microtime(uint64_t abstime, clock_sec_t *secs, clock_usec_t *microsecs) in _absolutetime_to_microtime() 107 _absolutetime_to_nanotime(uint64_t abstime, clock_sec_t *secs, clock_usec_t *nanosecs) in _absolutetime_to_nanotime() 386 clock_sec_t *secs, in clock_get_system_microtime() 396 clock_sec_t *secs, in clock_get_system_nanotime() 506 clock_sec_t *secs, in absolutetime_to_microtime() 514 clock_sec_t secs, in nanotime_to_absolutetime()
|
| /xnu-8020.140.41/iokit/Kernel/ |
| H A D | IORTC.cpp | 36 IORTC::getUTCTimeOfDay( clock_sec_t * secs, clock_nsec_t * nsecs ) in getUTCTimeOfDay() 43 IORTC::setUTCTimeOfDay( clock_sec_t secs, clock_nsec_t nsecs ) in setUTCTimeOfDay()
|
| H A D | IOPlatformExpert.cpp | 399 IOPlatformExpert::setGMTTimeOfDay(long secs) in setGMTTimeOfDay() 493 IOPlatformExpert::getUTCTimeOfDay(clock_sec_t * secs, clock_nsec_t * nsecs) in getUTCTimeOfDay() 500 IOPlatformExpert::setUTCTimeOfDay(clock_sec_t secs, __unused clock_nsec_t nsecs) in setUTCTimeOfDay() 1343 clock_sec_t secs; in PEGetGMTTimeOfDay() local 1351 PESetGMTTimeOfDay(long secs) in PESetGMTTimeOfDay() 1357 PEGetUTCTimeOfDay(clock_sec_t * secs, clock_usec_t * usecs) in PEGetUTCTimeOfDay() 1371 PESetUTCTimeOfDay(clock_sec_t secs, clock_usec_t usecs) in PESetUTCTimeOfDay()
|
| H A D | IOPMrootDomain.cpp | 2760 clock_sec_t secs; in powerChangeDone() local 2886 clock_sec_t secs = 0; in powerChangeDone() local 4095 OSSharedPtr<OSNumber> secs; in willNotifyPowerChildren() local 4373 clock_sec_t secs; in recordRTCAlarm() local 7483 IOPMConvertSecondsToCalendar(clock_sec_t secs, IOPMCalendarStruct * dt) in IOPMConvertSecondsToCalendar() 7553 long y, secs, days; in IOPMConvertCalendarToSeconds() local
|
| /xnu-8020.140.41/osfmk/arm/ |
| H A D | rtclock.c | 235 clock_get_system_microtime(clock_sec_t * secs, in clock_get_system_microtime() 242 clock_get_system_nanotime(clock_sec_t * secs, in clock_get_system_nanotime() 424 clock_sec_t * secs, in absolutetime_to_microtime() 458 nanotime_to_absolutetime(clock_sec_t secs, in nanotime_to_absolutetime()
|
| H A D | model_dep.c | 738 clock_sec_t secs, boot_secs; in panic_display_times() local
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_time.c | 124 clock_sec_t secs; in gettimeofday() local 270 clock_sec_t secs; in boottime_sec() local 280 clock_sec_t secs; in boottime_timeval() local
|
| H A D | subr_prf.c | 295 logtime(time_t secs) in logtime()
|
| H A D | kern_ntptime.c | 531 ntp_update_second(int64_t *adjustment, clock_sec_t secs) in ntp_update_second()
|
| H A D | kdebug.c | 2334 clock_sec_t secs; in _write_legacy_header() local
|
| /xnu-8020.140.41/osfmk/arm/commpage/ |
| H A D | commpage.c | 188 clock_sec_t secs; in commpage_populate() local 282 uint64_t secs, in commpage_set_timestamp()
|
| /xnu-8020.140.41/bsd/net/ |
| H A D | devtimer.c | 83 uint64_t secs; in timeval_to_absolutetime() local
|
| H A D | pf_ioctl.c | 1170 uint64_t secs = pf_time_second(); in pf_state_export() local 4326 uint64_t secs = pf_time_second(), diff; in pfioctl_ioc_src_nodes() local
|
| /xnu-8020.140.41/bsd/nfs/ |
| H A D | krpc_subr.c | 228 int error, timo, secs; in krpc_call() local
|
| /xnu-8020.140.41/bsd/netinet/ |
| H A D | ip_icmp.c | 1106 uint64_t secs; in badport_bandlim() local
|
| /xnu-8020.140.41/osfmk/i386/commpage/ |
| H A D | commpage.c | 435 clock_sec_t secs; in commpage_boottime_init() local
|
| /xnu-8020.140.41/libkern/os/ |
| H A D | log.c | 365 clock_sec_t secs; in _os_log_to_msgbuf_internal() local
|
| /xnu-8020.140.41/bsd/netinet6/ |
| H A D | in6_src.c | 296 uint64_t secs = net_uptime(); in in6_selectsrc_core() local
|
| H A D | in6.c | 4886 clock_sec_t secs; in in6_lltable_dump_entry() local
|
| /xnu-8020.140.41/bsd/dev/dtrace/ |
| H A D | dtrace_glue.c | 818 clock_sec_t secs; in dtrace_gethrestime() local
|