Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/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.c4924 int time1, time2 = -1; in terminal_func() local
4930 while ((time1 = getrtsecs ()) == 0xFF) in terminal_func()
4953 if ((time1 = getrtsecs ()) != time2 && time1 != 0xFF) in terminal_func()
4970 time2 = time1; in terminal_func()
/illumos-gate/usr/src/cmd/cron/
H A Datq.c502 time_t time1, time2; in execution() local
516 time1 = num(&name1); in execution()
519 if (time1 < time2) in execution()
521 else if (time1 > time2) in execution()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_server.c1630 clock_t time0, time1, time2; in smb_server_shutdown() local
1677 time1 = SEC_TO_TICK(smb_server_shutdown_wait1) + time0; in smb_server_shutdown()
1680 if (cv_timedwait(&sv->sv_cv, &sv->sv_mutex, time1) < 0) { in smb_server_shutdown()
1695 if (time2 > time1) { in smb_server_shutdown()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dspoolss_svc.c924 pinfo0->time1 = 0; in spoolss_s_GetPrinter()
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dspoolss.ndl185 DWORD time1;