Home
last modified time | relevance | path

Searched refs:time1 (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/cmd/luxadm/
H A Dhot.h69 #define NEWER(time1, time2) (time1.tv_sec > time2.tv_sec) argument
H A Dcommon.h222 #define NEWER(time1, time2) (time1.tv_sec > time2.tv_sec) argument
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c240 int c, time1, time2 = -1, first_entry = 0; in run_menu() local
270 while ((time1 = getrtsecs ()) == 0xFF) in run_menu()
285 && (time1 = getrtsecs ()) != time2 in run_menu()
286 && time1 != 0xFF) in run_menu()
294 time2 = time1; in run_menu()
356 while ((time1 = getrtsecs()) == 0xFF); in run_menu()
363 if (grub_timeout >= 0 && (time1 = getrtsecs()) != time2 && time1 != 0xFF) in run_menu()
372 time2 = time1; in run_menu()
H A Dbuiltins.c4865 int time1, time2 = -1; in terminal_func() local
4871 while ((time1 = getrtsecs ()) == 0xFF) in terminal_func()
4894 if ((time1 = getrtsecs ()) != time2 && time1 != 0xFF) in terminal_func()
4911 time2 = time1; in terminal_func()
/titanic_41/usr/src/cmd/cron/
H A Datq.c499 time_t time1, time2; in execution() local
513 time1 = num(&name1); in execution()
516 if (time1 < time2) in execution()
518 else if (time1 > time2) in execution()
/titanic_41/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); in wd_pat()
409 time1[count].req_seq = SC_MSG_ID(&req_pkt); in wd_pat()
410 time1[count].time = (end1 - start1); in wd_pat()
1110 i, time1[i].req_seq, in wd_polling()
1111 time1[i].res_seq, in wd_polling()
1112 time1[i].time); in wd_polling()
/titanic_41/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) in time1() function
1396 return time1(tmp, localsub, 0L);
1411 return time1(tmp, gmtsub, 0L);
1420 return time1(tmp, gmtsub, offset);
/titanic_41/usr/src/lib/libc/port/gen/
H A Dlocaltime.c455 difftime(time_t time1, time_t time0) in difftime() argument
457 if (time1 < time0) { in difftime()
458 time0 -= time1; in difftime()
461 time1 -= time0; in difftime()
462 return ((double)*(unsigned long *) &time1); in difftime()
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/
H A Dspoolss_svc.c924 pinfo0->time1 = 0; in spoolss_s_GetPrinter()
/titanic_41/usr/src/uts/common/smbsrv/ndl/
H A Dspoolss.ndl184 DWORD time1;
/titanic_41/usr/src/lib/libc/port/
H A Dllib-lc1043 double difftime(time_t time1, time_t time0);