Home
last modified time | relevance | path

Searched defs:secs (Results 1 – 25 of 28) sorted by relevance

12

/xnu-8020.140.41/osfmk/kern/
H A Dclock.c227 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 Dclock_oldops.c313 clock_sec_t secs; in rtclock_gettime() local
327 clock_sec_t secs; in calend_gettime() local
H A Dtask.c4830 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 Dtelemetry.c747 clock_sec_t secs; in telemetry_process_sample() local
H A Dthread.c2118 clock_sec_t secs; in thread_read_times() local
/xnu-8020.140.41/osfmk/i386/
H A Drtclock.c97 _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 DIORTC.cpp36 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 DIOPlatformExpert.cpp399 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 DIOPMrootDomain.cpp2760 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 Drtclock.c235 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 Dmodel_dep.c738 clock_sec_t secs, boot_secs; in panic_display_times() local
/xnu-8020.140.41/bsd/kern/
H A Dkern_time.c124 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 Dsubr_prf.c295 logtime(time_t secs) in logtime()
H A Dkern_ntptime.c531 ntp_update_second(int64_t *adjustment, clock_sec_t secs) in ntp_update_second()
H A Dkdebug.c2334 clock_sec_t secs; in _write_legacy_header() local
/xnu-8020.140.41/osfmk/arm/commpage/
H A Dcommpage.c188 clock_sec_t secs; in commpage_populate() local
282 uint64_t secs, in commpage_set_timestamp()
/xnu-8020.140.41/bsd/net/
H A Ddevtimer.c83 uint64_t secs; in timeval_to_absolutetime() local
H A Dpf_ioctl.c1170 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 Dkrpc_subr.c228 int error, timo, secs; in krpc_call() local
/xnu-8020.140.41/bsd/netinet/
H A Dip_icmp.c1106 uint64_t secs; in badport_bandlim() local
/xnu-8020.140.41/osfmk/i386/commpage/
H A Dcommpage.c435 clock_sec_t secs; in commpage_boottime_init() local
/xnu-8020.140.41/libkern/os/
H A Dlog.c365 clock_sec_t secs; in _os_log_to_msgbuf_internal() local
/xnu-8020.140.41/bsd/netinet6/
H A Din6_src.c296 uint64_t secs = net_uptime(); in in6_selectsrc_core() local
H A Din6.c4886 clock_sec_t secs; in in6_lltable_dump_entry() local
/xnu-8020.140.41/bsd/dev/dtrace/
H A Ddtrace_glue.c818 clock_sec_t secs; in dtrace_gethrestime() local

12