Searched refs:startTime (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/tools/regression/environ/ |
| HD | timings.c | 50 report_time(const char *action, struct timeval *startTime, in report_time() argument 60 (endTime->tv_sec - startTime->tv_sec) + in report_time() 61 (double)(endTime->tv_usec - startTime->tv_usec) / 1000000)); in report_time()
|
| /NextBSD/contrib/ntp/sntp/libevent/ |
| HD | evthread_win32.c | 240 DWORD ms = INFINITE, ms_orig = INFINITE, startTime, endTime; in evthread_win32_cond_wait() local 251 startTime = GetTickCount(); in evthread_win32_cond_wait() 270 if (startTime + ms_orig <= endTime) { in evthread_win32_cond_wait() 276 ms = startTime + ms_orig - endTime; in evthread_win32_cond_wait()
|
| /NextBSD/sys/dev/pms/freebsd/driver/ini/src/ |
| HD | osapi.c | 161 if (ccbIO->startTime == 0) /* IO has been completed. No local abort */ in ostiInitiatorEvent() 173 if (ccbIO->startTime == 0) /* IO has been completed. */ in ostiInitiatorEvent() 226 pTMccb->startTime = ticks; in ostiInitiatorEvent() 330 pccb->startTime = 0; in ostiInitiatorIOCompleted() 487 pccb->startTime = 0; /* indicate aborted IO completion */ in osti_FastIOCb()
|
| HD | agtiapi.c | 2013 pccb->startTime = 0; in agtiapi_GetCCB() 2097 pccb->startTime = ticks; in agtiapi_QueueCmnd_() 2254 (pccb_curr->startTime == 0) /* && (pccb->startTime == 0) */) in agtiapi_CheckIOTimeout() 2258 else if ( ( (ticks-pccb_curr->startTime) >= ag_timeout_secs ) && in agtiapi_CheckIOTimeout() 2263 pccb_curr, pccb_curr->flags, pccb->startTime, in agtiapi_CheckIOTimeout() 2405 pTMccb->startTime = ticks; in agtiapi_StartTM() 4246 pccb->startTime = ticks; in agtiapi_Retry() 4603 pccb->startTime = 0; in agtiapi_FreeCCB() 4735 pccb->startTime = 0; in agtiapi_FreeSMPCCB() 4773 pccb->startTime = 0; in agtiapi_FreeTMCCB() [all …]
|
| HD | agtiapi.h | 92 U32_64 startTime; member
|
| /NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/ |
| HD | sahw.c | 1423 bit32 startTime, endTime; // TestBase in siHDAMode() local 1575 startTime = ossaTimeStamp(agRoot); in siHDAMode() 1576 …SA_DBG1(("siHDAMode: Step4: Ready to push ILA to 0x00400000! (start_time = %d)\n", startTime)); … in siHDAMode() 1589 …: End Step4: (step_time[4] = %d, %d ms)\n", stepTime[4], (stepTime[4] - startTime))); // TestBase in siHDAMode() 1601 …: End Step5: (step_time[5] = %d, %d ms)\n", stepTime[5], (stepTime[5] - startTime))); // TestBase in siHDAMode() 1636 …: End Step6: (step_time[6] = %d, %d ms)\n", stepTime[6], (stepTime[6] - startTime))); // TestBase in siHDAMode() 1679 …: End Step7: (step_time[7] = %d, %d ms)\n", stepTime[7], (stepTime[7] - startTime))); // TestBase in siHDAMode() 1702 …: End Step8: (step_time[8] = %d, %d ms)\n", stepTime[8], (stepTime[8] - startTime))); // TestBase in siHDAMode() 1730 …: End Step9: (step_time[9] = %d, %d ms)\n", stepTime[9], (stepTime[9] - startTime))); // TestBase in siHDAMode() 1754 …d Step10: (step_time[10] = %d, %d ms)\n", stepTime[10], (stepTime[10] - startTime))); // TestBase in siHDAMode() [all …]
|
| /NextBSD/sys/netgraph/ |
| HD | ng_source.h | 60 struct timeval startTime; member
|
| HD | ng_source.c | 374 &sc->stats.startTime); in ng_source_rcvmsg() 691 getmicrotime(&sc->stats.startTime); in ng_source_start() 709 timevalsub(&sc->stats.elapsedTime, &sc->stats.startTime); in ng_source_stop()
|
| /NextBSD/contrib/libxo/xohtml/external/ |
| HD | jquery.js | 8708 this.startTime = fxNow || createFxNow(); 8770 if ( gotoEnd || t >= options.duration + this.startTime ) { 8826 n = t - this.startTime;
|
| /NextBSD/contrib/sqlite3/ |
| HD | sqlite3.c | 14968 i64 startTime; /* Time when query started - used for profiling */ member 70208 assert( p->startTime>0 ); 70213 db->xProfile(db->pProfileArg, p->zSql, (iNow - p->startTime)*1000000); 70214 p->startTime = 0; 70221 if( ((P)->startTime)>0 ){ invokeProfileCallback(DB,P); } 70708 sqlite3OsCurrentTimeInt64(db->pVfs, &p->startTime); 70710 assert( p->startTime==0 );
|
| /NextBSD/crypto/heimdal/lib/sqlite/ |
| HD | sqlite3.c | 12859 i64 startTime; /* Time when query started - used for profiling */ member 61943 sqlite3OsCurrentTimeInt64(db->pVfs, &p->startTime); 61968 db->xProfile(db->pProfileArg, p->zSql, (iNow - p->startTime)*1000000);
|