Searched refs:uptime (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10/zsh-61/zsh/StartupFiles/
H A Dzlogin18 uptime
/macosx-10.10/crontabs-52/files/daily/
H A D430.status-rwho25 prog=uptime
/macosx-10.10/shell_cmds-179/w/
H A Dw.c204 /* Are we w(1) or uptime(1)? */
605 time_t uptime; local
626 uptime = now - boottime.tv_sec;
627 if (uptime > 60)
628 uptime += 30;
629 days = uptime / 86400;
630 uptime %= 86400;
631 hrs = uptime / 3600;
632 uptime %= 3600;
633 mins = uptime / 6
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DScrollElasticityController.mm51 struct timeval uptime;
52 timersub(&now, &boottime, &uptime);
53 NSTimeInterval result = uptime.tv_sec + (uptime.tv_usec / 1E+6);
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Ddexplorer236 uptime > Info/uptime # Load
538 rm Info/uptime
/macosx-10.10/dtrace-147/DTTk/
H A Ddexplorer236 uptime > Info/uptime # Load
538 rm Info/uptime
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireLink.cpp188 IOReturn IOFireWireLink::getCycleTimeAndUpTime( UInt32 &cycleTime, UInt64 &uptime )
H A DIOFireWireLink.h232 virtual IOReturn getCycleTimeAndUpTime( UInt32 &cycleTime, UInt64 &uptime );
H A DIOFireWireController.h1048 IOReturn getCycleTimeAndUpTime( UInt32 &cycleTime, UInt64 &uptime );
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_llreach.c227 now = net_uptime(); /* current approx. uptime */
229 * No need for lr_lock; atomically read the last rcvd uptime.
284 * No need for lr_lock; atomically update the last rcvd uptime.
314 lr->lr_lastrcvd = net_uptime(); /* current approx. uptime */
340 lr->lr_lastrcvd = net_uptime(); /* current approx. uptime */
341 lr->lr_baseup = lr->lr_lastrcvd; /* base uptime */
396 ifnet_llreach_up2calexp(struct if_llreach *lr, u_int64_t uptime) argument
400 if (uptime != 0) {
405 unow = net_uptime(); /* current approx. uptime */
409 * the calendar skew should equate to the uptime ske
422 ifnet_llreach_up2upexp(struct if_llreach *lr, u_int64_t uptime) argument
[all...]
H A Dpf_norm.c2342 struct timeval uptime; local
2400 * NAT detection, OS uptime determination or
2476 getmicrouptime(&uptime);
2478 (uptime.tv_sec - src->scrub->pfss_last.tv_sec > TS_MAX_IDLE ||
2489 uptime.tv_sec - dst->scrub->pfss_last.tv_sec > TS_MAX_IDLE) {
2581 timersub(&uptime, &src->scrub->pfss_last, &delta_ts);
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Ddebug.c536 uint64_t uptime; local
537 absolutetime_to_nanoseconds(mach_absolute_time(), &uptime); local
539 kdb_printf("\nSystem uptime in nanoseconds: %llu\n", uptime);
/macosx-10.10/apr-32/apr-util/apr-util/include/
H A Dapr_memcache.h385 apr_uint32_t uptime; member in struct:__anon6508
/macosx-10.10/vim-55/runtime/syntax/
H A Dgkrellmrc.vim51 syn keyword gkrellmrcMeterName apm cal clock fs host mail mem swap timer sensors uptime
/macosx-10.10/diskdev_cmds-576/vsdbutil.tproj/
H A Dvsdbutil_main.c720 clock_t uptime; local
734 /* The current system's uptime: */
735 uptime = clock();
736 SHA1_Update(&context, &uptime, sizeof(uptime));
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-sflow.c57 * | Switch uptime in ms |
70 u_int8_t uptime[4]; member in struct:sflow_datagram_t
850 printf("sFlowv%u, %s agent %s, agent-id %u, seqnum %u, uptime %u, samples %u, length %u",
856 EXTRACT_32BITS(sflow_datagram->uptime),
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_tclass.c799 u_int32_t uptime; local
811 uptime = net_uptime();
829 (int)(uptime - outifp->if_fg_sendts) <=
H A Dtcp_timer.c1793 u_int64_t var, uptime; local
1796 if (((uptime = net_uptime()) - tcp_last_report_time) <
1800 tcp_last_report_time = uptime;
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp3379 UInt64 uptime = 0; local
3382 clock_get_uptime(&uptime);
3399 _cursorEventLast = uptime;
3427 if (uptime > _cursorMoveLast + 2 * _cursorMoveDelta) {
5514 AbsoluteTime uptime; local
5515 clock_get_uptime(&uptime);
5517 _cursorLog(uptime);
5524 _postMouseMoveEvent(NX_LMOUSEDRAGGED, uptime, sender);
5527 _postMouseMoveEvent(NX_RMOUSEDRAGGED, uptime, sender);
5530 _postMouseMoveEvent(NX_MOUSEMOVED, uptime, sende
[all...]
/macosx-10.10/configd-699.1.5/
H A Dget-mobility-info660 if [ -x /usr/bin/uptime ]; then
662 echo "# uptime" >> system-statistics
664 /usr/bin/uptime >> system-statistics 2>&1
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioEngine.cpp2231 AbsoluteTime uptime, *ts; local
2236 clock_get_uptime(&uptime);
2237 ts = &uptime;
/macosx-10.10/hfs-285/hfs_util/
H A Dhfsutil_main.c2509 clock_t uptime; local
2523 /* The current system's uptime: */
2524 uptime = clock();
2525 SHA1_Update(&context, &uptime, sizeof(uptime));
/macosx-10.10/hfs-285/newfs_hfs/
H A Dmakehfs.c2092 clock_t uptime; local
2106 /* The current system's uptime: */
2107 uptime = clock();
2108 SHA1_Update(&context, &uptime, sizeof(uptime));
/macosx-10.10/ntp-92/include/
H A Dntp_request.h904 int32 uptime; /* number of seconds this interface was active */ member in struct:info_if_stats
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePM.cpp3008 AbsoluteTime uptime, deadline; local
3017 clock_get_uptime(&uptime);
3020 idle_in = nextIdleTimeout(uptime, fDeviceActiveTimestamp, fCurrentPowerState);
3026 idle_in = IOService::nextIdleTimeout(uptime,
3036 fIdleTimerStartTime = uptime;
3040 ADD_ABSOLUTETIME(&deadline, &uptime);

Completed in 268 milliseconds

12