Searched refs:timestamp (Results 326 - 350 of 741) sorted by relevance

<<11121314151617181920>>

/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/libsecurity_cms/lib/
H A DCMSEncoder.cpp1401 * Obtain the timestamp of signer 'signerIndex' of a CMS message, if
1402 * present. This timestamp is an authenticated timestamp provided by
1413 CFAbsoluteTime *timestamp) /* RETURNED */
1419 timestamp);
1426 CFAbsoluteTime *timestamp) /* RETURNED */
1433 require(cmsEncoder && timestamp, xit);
1444 status = SecCmsSignerInfoGetTimestampTimeWithPolicy(signerInfo, timeStampPolicy, timestamp);
1410 CMSEncoderCopySignerTimestamp( CMSEncoderRef cmsEncoder, size_t signerIndex, CFAbsoluteTime *timestamp) argument
1422 CMSEncoderCopySignerTimestampWithPolicy( CMSEncoderRef cmsEncoder, CFTypeRef timeStampPolicy, size_t signerIndex, CFAbsoluteTime *timestamp) argument
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
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/ICU-531.30/icuSources/data/
H A DMakefile.in191 echo timestamp > $@
436 echo timestamp > $@
447 echo timestamp > $@
465 echo timestamp > $@
481 echo timestamp > $@.tmp
793 echo timestamp > $@
/macosx-10.10/OpenSSH-189/openssh/
H A Dkrl.c737 format_timestamp(u_int64_t timestamp, char *ts, size_t nts) argument
742 t = timestamp;
883 char timestamp[64]; local
930 format_timestamp(krl->generated_date, timestamp, sizeof(timestamp));
932 timestamp, *krl->comment ? ": " : "", krl->comment);
/macosx-10.10/curl-83.1.2/curl/
H A Dconfig.guess5 timestamp='2014-03-23'
50 GNU config.guess ($timestamp)
65 echo "$timestamp" ; exit ;;
1377 This script, last modified $timestamp, has failed to recognize
1390 config.guess timestamp = $timestamp
1417 # time-stamp-start: "timestamp='"
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dmach_port.c109 ipc_port_timestamp_t timestamp,
150 ipc_port_timestamp_t timestamp,
191 if (ip_active(port) || IP_TIMESTAMP_ORDER(timestamp, port->ip_timestamp)) {
240 ipc_port_timestamp_t timestamp; /* logical time of this operation */ local
337 timestamp = ipc_port_timestamp();
350 mach_port_names_helper(timestamp, entry, name, names,
149 mach_port_names_helper( ipc_port_timestamp_t timestamp, ipc_entry_t entry, mach_port_name_t name, mach_port_name_t *names, mach_port_type_t *types, ipc_entry_num_t *actualp) argument
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_stati.c341 "%.24s\tReplication handle timestamp",
342 dbp->timestamp == 0 ? "0" : __os_ctime(&dbp->timestamp, time_buf));
/macosx-10.10/BerkeleyDB-21/db/txn/
H A Dtxn_rec.c50 * committed transaction, however if we are doing recovery to a timestamp, then
51 * we may treat transactions that committed after the timestamp as aborted.
90 argp->timestamp > (int32_t)env->dbenv->tx_timestamp) ||
94 * We failed either the timestamp check or the trunc_lsn check,
509 * committed transaction, however if we are doing recovery to a timestamp, then
510 * we may treat transactions that committed after the timestamp as aborted.
549 argp->timestamp > (int32_t)env->dbenv->tx_timestamp) ||
553 * We failed either the timestamp check or the trunc_lsn check,
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioEngine.h84 * engine is running, it must take a timestamp as the sample buffer(s) wrap around and start at
85 * the beginning. The CoreAudio.framework uses the timestamp to calculate the exact position of
116 * This value represents the latency between the timestamp taken at the beginning of the buffer and
126 * <t> fLastLoopTime - timestamp of the most recent time that the I/O engine looped back to the
737 virtual void takeTimeStamp(bool incrementLoopCount = true, AbsoluteTime *timestamp = NULL ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
738 virtual IOReturn getLoopCountAndTimeStamp(UInt32 *loopCount, AbsoluteTime *timestamp ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
/macosx-10.10/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDValue.c126 event->timeStamp = *((uint64_t *)&(pElementValue->timestamp));
151 event->timeStamp = *((uint64_t *)&(pEventStruct->timestamp));
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/
H A Dsimclist.c181 int32_t timestamp_sec; /* dump timestamp, seconds since UNIX Epoch */
182 int32_t timestamp_usec; /* dump timestamp, microseconds since timestamp_sec */
1021 /* timestamp.tv_sec and timestamp.tv_usec */
1022 READ_ERRCHECK(fd, & info->timestamp.tv_sec, sizeof(info->timestamp.tv_sec));
1023 info->timestamp.tv_sec = ntohl(info->timestamp.tv_sec);
1024 READ_ERRCHECK(fd, & info->timestamp.tv_usec, sizeof(info->timestamp
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DPlatformEventFactoryIOS.mm231 m_timestamp = event.timestamp;
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DTimelineManager.js349 pageDidLoad: function(timestamp)
352 WebInspector.frameResourceManager.mainFrame.markLoadEvent(timestamp);
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DChildProcessMac.mm195 NSEvent *event = [NSEvent otherEventWithType:NSApplicationDefined location:NSMakePoint(0, 0) modifierFlags:0 timestamp:0.0 windowNumber:0 context:nil subtype:0 data1:0 data2:0];
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWKGeolocationProviderIOS.mm189 _lastActivePosition = WebGeolocationPosition::create(position->timestamp(), position->latitude(), position->longitude(), position->accuracy(), position->canProvideAltitude(), position->altitude(), position->canProvideAltitudeAccuracy(), position->altitudeAccuracy(), position->canProvideHeading(), position->heading(), position->canProvideSpeed(), position->speed());
/macosx-10.10/configd-699.1.5/Plugins/KernelEventMonitor/
H A Dev_dlil.c221 uint64_t timestamp,
249 timeStamp = CFDateCreate(NULL, timestamp);
220 interface_update_link_issues(const char *if_name, uint64_t timestamp, uint8_t *modid, size_t modid_size, uint8_t *info, size_t info_size) argument
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dnnmail.el1517 (let (file timestamp file-time)
1525 (setq timestamp
1528 (format "%s-active-timestamp"
1531 (not (consp timestamp))
1532 (equal timestamp '(0 0))
1533 (> (nth 0 file-time) (nth 0 timestamp))
1534 (and (= (nth 0 file-time) (nth 0 timestamp))
1535 (> (nth 1 file-time) (nth 1 timestamp))))))
1537 (or (eq timestamp 'none)
1538 (set (intern (format "%s-active-timestamp" backen
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dw32inevt.c479 emacs_ev->timestamp = GetTickCount ();
604 emacs_ev->timestamp = GetTickCount ();
/macosx-10.10/vim-55/runtime/syntax/
H A Dexpect.vim41 syn keyword expectStatement timestamp trace trap wait
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Dlog.h119 time_t lf_timestamp; /* Log file timestamp. */
246 * This timestamp is updated anytime someone unlinks log
250 * The timestamp is used so that other processes that might
254 time_t timestamp; /* Log trunc timestamp. */ member in struct:__log
281 db_timespec max_lease_ts; /* Maximum Lease timestamp seen. */
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbEnv.java259 public void set_tx_timestamp(java.util.Date timestamp) throws com.sleepycat.db.DatabaseException { argument
260 set_tx_timestamp0(timestamp.getTime()/1000);
365 /* package */ void set_tx_timestamp0(long timestamp) { db_javaJNI.DbEnv_set_tx_timestamp0(swigCPtr, this, timestamp); } argument
/macosx-10.10/Heimdal-398.1.2/admin/
H A Dchange.c111 new_entry.timestamp = (uint32_t)time (NULL);
H A Dget.c222 entry.timestamp = (uint32_t)time (NULL);
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dkadm5-private.h393 void (*/*func*/)(kadm5_server_context *server_context, uint32_t ver, time_t timestamp, enum kadm_ops op, uint32_t len, krb5_storage *, void *),
426 time_t */*timestamp*/,

Completed in 348 milliseconds

<<11121314151617181920>>