Searched refs:time1 (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/cmd/luxadm/ |
H A D | hot.h | 69 #define NEWER(time1, time2) (time1.tv_sec > time2.tv_sec) argument
|
H A D | common.h | 222 #define NEWER(time1, time2) (time1.tv_sec > time2.tv_sec) argument
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | stage2.c | 240 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 D | builtins.c | 4865 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 D | atq.c | 499 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 D | piclwatchdog.c | 80 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 D | localtime.c | 152 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 D | localtime.c | 455 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 D | spoolss_svc.c | 924 pinfo0->time1 = 0; in spoolss_s_GetPrinter()
|
/titanic_41/usr/src/uts/common/smbsrv/ndl/ |
H A D | spoolss.ndl | 184 DWORD time1;
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | llib-lc | 1043 double difftime(time_t time1, time_t time0);
|