| /src/sys/arch/ia64/stand/common/ |
| boot.c | 164 time_t when, otime, ntime; local 193 otime = time(NULL); 194 when = otime + timeout; /* when to boot */ 212 if (ntime != otime) { 216 otime = ntime;
|
| boot.c | 164 time_t when, otime, ntime; local 193 otime = time(NULL); 194 when = otime + timeout; /* when to boot */ 212 if (ntime != otime) { 216 otime = ntime;
|
| boot.c | 164 time_t when, otime, ntime; local 193 otime = time(NULL); 194 when = otime + timeout; /* when to boot */ 212 if (ntime != otime) { 216 otime = ntime;
|
| /src/usr.sbin/timed/timed/ |
| measure.c | 153 uint32_t otime; local 156 otime = (tcur.tv_sec % SECDAY) * 1000 158 oicp.icmp_otime = htonl(otime);
|
| slave.c | 68 struct timeval otime; local 224 (void)gettimeofday(&otime, 0); 225 if (adjusttime < otime.tv_sec) 226 looptime -= (looptime-otime.tv_sec)/2 + 1; 247 (void)gettimeofday(&otime, 0); 248 adj_msg_time(msg,&otime); 267 timersub(&msg->tsp_time, &otime, &ntime); 302 looptime = ntime.tv_sec + (looptime-otime.tv_sec)/2-1; 628 struct timeval otime; local 641 (void)gettimeofday(&otime, 0) [all...] |
| measure.c | 153 uint32_t otime; local 156 otime = (tcur.tv_sec % SECDAY) * 1000 158 oicp.icmp_otime = htonl(otime);
|
| slave.c | 68 struct timeval otime; local 224 (void)gettimeofday(&otime, 0); 225 if (adjusttime < otime.tv_sec) 226 looptime -= (looptime-otime.tv_sec)/2 + 1; 247 (void)gettimeofday(&otime, 0); 248 adj_msg_time(msg,&otime); 267 timersub(&msg->tsp_time, &otime, &ntime); 302 looptime = ntime.tv_sec + (looptime-otime.tv_sec)/2-1; 628 struct timeval otime; local 641 (void)gettimeofday(&otime, 0) [all...] |
| measure.c | 153 uint32_t otime; local 156 otime = (tcur.tv_sec % SECDAY) * 1000 158 oicp.icmp_otime = htonl(otime);
|
| slave.c | 68 struct timeval otime; local 224 (void)gettimeofday(&otime, 0); 225 if (adjusttime < otime.tv_sec) 226 looptime -= (looptime-otime.tv_sec)/2 + 1; 247 (void)gettimeofday(&otime, 0); 248 adj_msg_time(msg,&otime); 267 timersub(&msg->tsp_time, &otime, &ntime); 302 looptime = ntime.tv_sec + (looptime-otime.tv_sec)/2-1; 628 struct timeval otime; local 641 (void)gettimeofday(&otime, 0) [all...] |
| master.c | 349 struct timeval otime, ntime, tmptv; local 358 (void)gettimeofday(&otime, 0); 359 adj_msg_time(msg,&otime); 361 timersub(&msg->tsp_time, &otime, &ntime);
|
| master.c | 349 struct timeval otime, ntime, tmptv; local 358 (void)gettimeofday(&otime, 0); 359 adj_msg_time(msg,&otime); 361 timersub(&msg->tsp_time, &otime, &ntime);
|
| master.c | 349 struct timeval otime, ntime, tmptv; local 358 (void)gettimeofday(&otime, 0); 359 adj_msg_time(msg,&otime); 361 timersub(&msg->tsp_time, &otime, &ntime);
|
| /src/usr.bin/mail/ |
| format.c | 754 time_t otime; local 764 if ((otime = timegm(tm)) == (time_t)-1 || 765 localtime_r(&otime, tm) == NULL) {
|
| format.c | 754 time_t otime; local 764 if ((otime = timegm(tm)) == (time_t)-1 || 765 localtime_r(&otime, tm) == NULL) {
|
| format.c | 754 time_t otime; local 764 if ((otime = timegm(tm)) == (time_t)-1 || 765 localtime_r(&otime, tm) == NULL) {
|
| /src/external/bsd/top/dist/machine/ |
| m_linux.c | 905 unsigned long otime; local 925 otime = proc->time; 942 if ((proc->pcpu = (proc->time - otime) / (double)elapsed) < 0.0001) 973 otime = taskproc->time; 992 if ((taskproc->pcpu = (taskproc->time - otime) /
|
| m_linuxthr.c | 97 unsigned long otime; member in struct:top_proc 744 proc->time = proc->otime = 0; 759 if ((proc->pcpu = (proc->time - proc->otime) / timediff) < 0.0001) 777 proc->otime = proc->time;
|
| m_linux.c | 905 unsigned long otime; local 925 otime = proc->time; 942 if ((proc->pcpu = (proc->time - otime) / (double)elapsed) < 0.0001) 973 otime = taskproc->time; 992 if ((taskproc->pcpu = (taskproc->time - otime) /
|
| m_linuxthr.c | 97 unsigned long otime; member in struct:top_proc 744 proc->time = proc->otime = 0; 759 if ((proc->pcpu = (proc->time - proc->otime) / timediff) < 0.0001) 777 proc->otime = proc->time;
|
| m_linux.c | 905 unsigned long otime; local 925 otime = proc->time; 942 if ((proc->pcpu = (proc->time - otime) / (double)elapsed) < 0.0001) 973 otime = taskproc->time; 992 if ((taskproc->pcpu = (taskproc->time - otime) /
|
| m_linuxthr.c | 97 unsigned long otime; member in struct:top_proc 744 proc->time = proc->otime = 0; 759 if ((proc->pcpu = (proc->time - proc->otime) / timediff) < 0.0001) 777 proc->otime = proc->time;
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| linux-osdata.c | 1067 TIME_T otime, ctime; local 1074 &otime, &ctime); 1087 time_from_time_t (otime_str, sizeof (otime_str), otime);
|
| linux-osdata.c | 1067 TIME_T otime, ctime; local 1074 &otime, &ctime); 1087 time_from_time_t (otime_str, sizeof (otime_str), otime);
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| linux-osdata.c | 1067 TIME_T otime, ctime; local 1074 &otime, &ctime); 1087 time_from_time_t (otime_str, sizeof (otime_str), otime);
|
| linux-osdata.c | 1067 TIME_T otime, ctime; local 1074 &otime, &ctime); 1087 time_from_time_t (otime_str, sizeof (otime_str), otime);
|