Searched refs:tstamp (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dtimer.c76 timer->tstamp = 0;
123 uint64_t tstamp)
125 timer->tstamp = tstamp;
131 uint64_t tstamp)
133 timer_advance(timer, tstamp - timer->tstamp);
142 uint64_t tstamp,
145 timer_advance(timer, tstamp - timer->tstamp);
121 timer_start( timer_t timer, uint64_t tstamp) argument
129 timer_stop( timer_t timer, uint64_t tstamp) argument
140 timer_switch( timer_t timer, uint64_t tstamp, timer_t new_timer) argument
157 thread_timer_event( uint64_t tstamp, timer_t new_timer) argument
[all...]
H A Dtimer.h91 uint64_t tstamp; member in struct:timer
110 uint64_t tstamp);
115 uint64_t tstamp);
120 uint64_t tstamp,
125 uint64_t tstamp,
H A Dprocessor.c389 idle_time_tstamp1 = idle_state->tstamp;
404 (idle_time_tstamp1 != (idle_time_tstamp2 = idle_state->tstamp))){
/macosx-10.10/sudo-73/src/
H A Dtimestr.c40 get_timestr(tstamp, log_year)
41 time_t tstamp;
49 timeptr = localtime(&tstamp);
62 s = ctime(&tstamp) + 4; /* skip day of the week */
H A Dsudoreplay.c138 time_t tstamp; member in struct:log_info
166 time_t tstamp; member in union:search_node::__anon12640
707 newsn->u.tstamp = get_date(*av);
708 if (newsn->u.tstamp == -1)
777 matched = log->tstamp >= sn->u.tstamp;
780 matched = log->tstamp <= sn->u.tstamp;
830 if ((li->tstamp = atoi(buf)) == 0)
928 get_timestr(li->tstamp,
[all...]
/macosx-10.10/procmail-14/procmail/src/
H A Dfrom.c71 const char*fwhom;char*rstart;size_t lfr,linv;int tstamp,extra,r; local
73 { tstamp=from&&*from==REFRESH_TIME&&!from[1];
77 { tstamp=0;
80 if(from&&!tstamp)
99 if(tstamp)
100 tstamp=r; /* save time stamp length */
131 { if(tstamp)
133 -themail.p+tstamp;
144 tstamp=0; /* no existing From_, so nothing to stamp */
153 { rstart[-tstamp]
[all...]
/macosx-10.10/ntp-92/ntpd/
H A Dntp_crypto.c269 tstamp_t tstamp; /* NTP timestamp */ local
284 tstamp = crypto_time();
323 lifetime < 0 || tstamp == 0)
339 vp->tstamp = htonl(tstamp);
340 vp->fstamp = hostval.tstamp;
343 if (tstamp != 0) {
357 peer->keynumber, keyid, cookie, ntohl(vp->tstamp),
394 tstamp_t tstamp = 0; /* timestamp */ local
444 tstamp
1076 tstamp_t tstamp; local
1413 tstamp_t tstamp, tstamp1 = 0; /* timestamp */ local
1551 tstamp_t tstamp; /* NTP timestamp */ local
1676 tstamp_t tstamp; /* NTP timestamp */ local
1897 l_fp tstamp; /* NTP time */ local
2032 tstamp_t tstamp; local
2099 tstamp_t tstamp; /* NTP timestamp */ local
2334 tstamp_t tstamp; local
2401 tstamp_t tstamp; /* NTP timestamp */ local
2660 tstamp_t tstamp; local
2726 tstamp_t tstamp; /* NTP timestamp */ local
2945 tstamp_t tstamp; /* NTP timestamp */ local
[all...]
H A Drefclock_zyfer.c93 l_fp tstamp; /* timestamp of last poll */ member in struct:zyferunit
296 TVTOTS(&ppsev.tv,&up->tstamp);
299 pp->lastrec = up->tstamp;
H A Drefclock_trak.c107 l_fp tstamp; /* timestamp of last poll */
281 get_systime(&up->tstamp);
320 TVTOTS(&ppsev.tv,&up->tstamp);
324 pp->lastrec = up->tstamp;
106 l_fp tstamp; /* timestamp of last poll */ member in struct:trakunit
H A Drefclock_jupiter.c534 l_fp tstamp; local
556 tstamp = rbufp->recv_time;
598 L_SUB(&tstamp, &pp->lastrec);
599 if (!L_ISGEQ(&tstamp, &instance->limit))
619 tstamp.l_ui = JAN_1970 + last_timecode;
620 tstamp.l_uf = 0;
622 refclock_process_offset(pp, tstamp, pp->lastrec, pp->fudgetime1);
H A Drefclock_acts.c207 l_fp tstamp; /* on-time timestamp */ member in struct:actsunit
323 up->tstamp = pp->lastrec;
334 up->tstamp = pp->lastrec;
617 pp->lastrec = up->tstamp;
H A Drefclock_chu.c330 l_fp tstamp[MAXSTAGE]; /* timestamp samples */ member in struct:chuunit
1245 up->tstamp[up->ntstamp] = up->cstamp[i];
1246 L_SUB(&up->tstamp[up->ntstamp], &offset);
1372 up->tstamp[0].l_ui, &pp->yearstart, &offset.l_ui)) {
1378 up->tstamp[i], PDELAY +
H A Drefclock_nmea.c126 l_fp tstamp; /* timestamp of last poll */ member in struct:nmeaunit
570 up->tstamp = rd_timestamp;
571 pp->lastrec = up->tstamp;
/macosx-10.10/efax-38/efax/
H A Defaxmsg.h21 time_t tstamp ( time_t last, FILE *f ) ;
H A Defaxmsg.c38 time_t tstamp ( time_t last, FILE *f ) function
164 logtime[i] = tstamp ( logtime[i], logfile[i] ) ;
/macosx-10.10/ntp-92/include/
H A Dntp_crypto.h124 tstamp_t tstamp; /* timestamp */ member in struct:value
139 u_int32 tstamp; /* timestamp */ member in struct:exten
H A Dntp_request.h137 l_fp tstamp; /* time stamp, for authentication */ member in struct:req_pkt
147 l_fp tstamp; /* time stamp, for authentication */ member in struct:req_pkt_tail
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-icmp.c320 icmp_tstamp_print(u_int tstamp) { argument
325 msec = tstamp % 1000;
326 sec = tstamp / 1000;
/macosx-10.10/syslog-267/syslogd.tproj/
H A Dasl_action.c586 char tstamp[32]; local
589 asl_make_timestamp(r->dst->stamp, r->dst->flags, tstamp, sizeof(tstamp));
592 snprintf(dstpath, sizeof(dstpath), "%s.%s", fn, tstamp);
658 char tstamp[32]; local
666 asl_make_timestamp(now, r->dst->flags, tstamp, sizeof(tstamp));
667 asprintf(&(r->dst->fname), "%s/%s.asl", r->dst->path, tstamp);
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A DtsaSupport.c1376 const char *tstamp = cfabsoluteTimeToString(signerinfo->timestampTime); local
1377 if (tstamp)
1379 dtprintf("Timestamp Authority timestamp: %s\n", tstamp);
1380 free((void *)tstamp);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A DtsaSupport.c1376 const char *tstamp = cfabsoluteTimeToString(signerinfo->timestampTime); local
1377 if (tstamp)
1379 dtprintf("Timestamp Authority timestamp: %s\n", tstamp);
1380 free((void *)tstamp);
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_balancer.c721 apr_time_t tstamp; local
752 tstamp = apr_time_now();
777 ap_proxy_hashfunc(id, PROXY_HASHFUNC_DEFAULT),(int) tstamp);
879 balancer->wupdated = balancer->s->wupdated = tstamp;
910 worker->s->updated = tstamp;
H A Dmod_proxy_balancer.c.orig721 apr_time_t tstamp;
752 tstamp = apr_time_now();
876 balancer->wupdated = balancer->s->wupdated = tstamp;
907 worker->s->updated = tstamp;
/macosx-10.10/syslog-267/aslmanager.tproj/
H A Daslmanager.c1133 char tstamp[32]; local
1135 asl_make_timestamp(f->ftime, dst->flags, tstamp, sizeof(tstamp));
1136 snprintf(fpathdst, sizeof(fpathdst), "%s/%s.%s", dst_dir, base, tstamp);
/macosx-10.10/vim-55/runtime/syntax/
H A Dant.vim83 syn keyword antElement display to token tokenfilter touch transaction translate triggers trim tstamp type

Completed in 567 milliseconds

12