Searched defs:time1 (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c240 int c, time1, time2 = -1, first_entry = 0; local
270 while ((time1 = getrtsecs ()) == 0xFF)
285 && (time1 = getrtsecs ()) != time2
286 && time1 != 0xFF)
294 time2 = time1;
356 while ((time1 = getrtsecs()) == 0xFF);
363 if (grub_timeout >= 0 && (time1 = getrtsecs()) != time2 && time1 != 0xFF)
372 time2 = time1;
H A Dbuiltins.c4975 int time1, time2 = -1;
4981 while ((time1 = getrtsecs ()) == 0xFF)
5004 if ((time1 = getrtsecs ()) != time2 && time1 != 0xFF)
5021 time2 = time1;
4921 int time1, time2 = -1; local
/illumos-gate/usr/src/cmd/cron/
H A Datq.c499 time_t time1, time2; local
513 time1 = num(&name1);
516 if (time1 < time2)
518 else if (time1 > time2)
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c152 static time_t time1 P((struct tm * tmp, void (* funcp)(),
1347 time1(tmp, funcp, offset) function
1396 return time1(tmp, localsub, 0L);
1411 return time1(tmp, gmtsub, 0L);
1420 return time1(tmp, gmtsub, offset);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c80 static wd_time_t time1[NUMBER_OF_READINGS]; variable
408 time1[count].res_seq = SC_MSG_ID(&rsp_pkt);
409 time1[count].req_seq = SC_MSG_ID(&req_pkt);
410 time1[count].time = (end1 - start1);
1110 i, time1[i].req_seq,
1111 time1[i].res_seq,
1112 time1[i].time);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c455 difftime(time_t time1, time_t time0) argument
457 if (time1 < time0) {
458 time0 -= time1;
461 time1 -= time0;
462 return ((double)*(unsigned long *) &time1);

Completed in 94 milliseconds