Searched refs:timestamp (Results 1 - 25 of 741) sorted by last modified time

1234567891011>>

/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_map.c4408 last_timestamp = map->timestamp;
4497 * Cannot avoid a lookup here. reset timestamp.
4499 last_timestamp = map->timestamp;
4631 last_timestamp = map->timestamp;
4667 last_timestamp = map->timestamp;
4896 if (last_timestamp+1 != map->timestamp) {
4908 last_timestamp = map->timestamp;
5030 last_timestamp = map->timestamp;
5176 if (last_timestamp+1 != map->timestamp) {
5190 last_timestamp = map->timestamp;
[all...]
H A Dvm_map.h125 * vm_map_version_t a timestamp of a map, for use with vm_map_lookup
357 unsigned int timestamp; /* Version number */ member in struct:_vm_map
389 * Just a timestamp for the main map.
475 ((map)->timestamp = 0 , \
480 ((map)->timestamp++ , lck_rw_done(&(map)->lock))
484 ((map)->timestamp++ , lck_rw_lock_exclusive_to_shared(&(map)->lock))
698 ((map)->timestamp++ , \
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dsched_prim.c4883 * Performance matters: this routine reuses a timestamp approximating the
5161 uint64_t timestamp = mach_absolute_time(); local
5163 stats->count_sum += (timestamp - stats->last_change_timestamp) * old_count;
5164 stats->last_change_timestamp = timestamp;
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_kmsg.c3307 * case works naturally if the timestamp comparison
3317 ipc_port_timestamp_t timestamp; local
3319 timestamp = dest->ip_timestamp;
3326 IP_TIMESTAMP_ORDER(timestamp,
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp582 uint64_t * timestamp = 0; local
723 timestamp = __OSAbsoluteTimePtr(&last_loaded_timestamp);
724 *timestamp = 0;
725 timestamp = __OSAbsoluteTimePtr(&last_unloaded_timestamp);
726 *timestamp = 0;
727 timestamp = __OSAbsoluteTimePtr(&sLastWakeTime);
728 *timestamp = 0;
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp6662 // Log a timestamp for the initial full wake request.
6780 AbsoluteTime timestamp)
6790 absolutetime_to_nanoseconds(timestamp, &nsec);
7917 uint64_t timestamp; local
7920 pmEventTimeStamp(&timestamp);
7926 claimTime = OSNumber::withNumber(timestamp, 64);
6778 pmStatsRecordEvent( int eventIndex, AbsoluteTime timestamp) argument
H A DIOReporter.cpp763 _elements[element_index].timestamp = record_time;
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dkdebug.h95 uint64_t timestamp,
826 uint64_t timestamp; member in struct:__anon14852
846 kp->timestamp = (kp->timestamp & KDBG_TIMESTAMP_MASK) |
852 return (int) (((kp)->timestamp & KDBG_CPU_MASK) >> KDBG_CPU_SHIFT);
857 kp->timestamp = thetime & KDBG_TIMESTAMP_MASK;
862 return kp->timestamp & KDBG_TIMESTAMP_MASK;
867 kp->timestamp = (thetime & KDBG_TIMESTAMP_MASK) |
885 kp->timestamp = thetime;
890 return kp->timestamp;
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_icmp.c135 SYSCTL_INT(_net_inet_icmp, ICMPCTL_TIMESTAMP, timestamp, CTLFLAG_RW | CTLFLAG_LOCKED,
742 * add on any record-route or timestamp options.
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Ddlil.c3896 * update the timestamp to indicate recent activity
6577 kev.timestamp = tv.tv_sec;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c832 uint64_t timestamp,
878 timestamp &= KDBG_TIMESTAMP_MASK;
903 if (timestamp < kdsp_actual->kds_timestamp)
904 kdsp_actual->kds_timestamp = timestamp;
915 kdbg_set_timestamp_and_cpu(kd, timestamp, coreid);
1204 kd_early_buffer[kd_early_index].timestamp = mach_absolute_time();
1240 kd_early_buffer[i].timestamp,
2617 /* Capture timestamp. Only sort events that have occured before the timestamp.
2625 // timestamp i
829 kernel_debug_enter( uint32_t coreid, uint32_t debugid, uint64_t timestamp, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, uintptr_t threadid ) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/
H A Dconfig.guess7 timestamp='2011-08-20'
56 GNU config.guess ($timestamp)
73 echo "$timestamp" ; exit ;;
1473 This script, last modified $timestamp, has failed to recognize
1486 config.guess timestamp = $timestamp
1513 # time-stamp-start: "timestamp='"
H A Dconfig.sub7 timestamp='2011-11-02'
76 GNU config.sub ($timestamp)
92 echo "$timestamp" ; exit ;;
1763 # time-stamp-start: "timestamp='"
H A Dltmain.sh4289 # $show "echo timestamp > $libobj"
4290 # $run eval "echo timestamp > $libobj" || exit $?
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMachO.h383 uint32_t timestamp; member in struct:llvm::MachO::dylib
/macosx-10.10/llvmCore-3425.0.34/autoconf/
H A Dconfig.guess7 timestamp='2011-08-20'
56 GNU config.guess ($timestamp)
73 echo "$timestamp" ; exit ;;
1477 This script, last modified $timestamp, has failed to recognize
1490 config.guess timestamp = $timestamp
1517 # time-stamp-start: "timestamp='"
H A Dconfig.sub7 timestamp='2011-11-02'
76 GNU config.sub ($timestamp)
92 echo "$timestamp" ; exit ;;
1763 # time-stamp-start: "timestamp='"
H A Dltmain.sh4289 # $show "echo timestamp > $libobj"
4290 # $run eval "echo timestamp > $libobj" || exit $?
/macosx-10.10/libdispatch-442.1.4/src/
H A Dvoucher.c2493 uint64_t timestamp = _voucher_activity_tracepoint_init_with_id(vat,
2518 return timestamp;
2531 uint64_t timestamp = _voucher_activity_tracepoint_init_with_id(vat,
2539 return timestamp;
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp1038 lib->info.checksum = dylib->dylib.timestamp;
1059 info.checksum = dylibID->dylib.timestamp;
/macosx-10.10/PowerManagement-494.1.2/pmset/
H A Dpmset.c6165 //CFNumberRef timestamp;
6166 CFStringRef timestamp; local
6204 timestamp = CFDictionaryGetValue(uuid_details,
6206 CFStringGetCString(timestamp, st, sizeof(st), kCFStringEncodingUTF8);
6208 timestamp = CFDictionaryGetValue(uuid_details,
6210 CFStringGetCString(timestamp, ct, sizeof(ct), kCFStringEncodingUTF8);
6586 CFNumberRef timestamp; local
6590 timestamp = isA_CFNumber(
6594 CFNumberGetValue(timestamp, kCFNumberDoubleType, &set_time);
6596 timestamp
[all...]
/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMLibPrivate.c433 CFStringRef timestamp; local
456 timestamp = CFStringCreateWithCString(kCFAllocatorDefault,
461 timestamp);
462 CFRelease(timestamp);
475 // timestamp
477 timestamp = CFStringCreateWithCString(kCFAllocatorDefault,
482 timestamp);
483 CFRelease(timestamp);
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicydb.cpp452 CFTemp<CFDictionaryRef> info("{event=%s, timestamp=%O}", event, now.get());
462 CFDateRef timestamp = (CFDateRef)CFDictionaryGetValue(info, CFSTR("timestamp")); local
463 if (timestamp && CFGetTypeID(timestamp) == CFDateGetTypeID()) {
464 delta = CFAbsoluteTimeGetCurrent() - CFDateGetAbsoluteTime(timestamp);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicydb.cpp452 CFTemp<CFDictionaryRef> info("{event=%s, timestamp=%O}", event, now.get());
462 CFDateRef timestamp = (CFDateRef)CFDictionaryGetValue(info, CFSTR("timestamp")); local
463 if (timestamp && CFGetTypeID(timestamp) == CFDateGetTypeID()) {
464 delta = CFAbsoluteTimeGetCurrent() - CFDateGetAbsoluteTime(timestamp);
/macosx-10.10/WebCore-7600.1.25/page/
H A DFrameView.cpp4287 void FrameView::setScrollVelocity(double horizontalVelocity, double verticalVelocity, double scaleChangeRate, double timestamp) argument
4292 m_lastVelocityUpdateTime = timestamp;

Completed in 401 milliseconds

1234567891011>>