Home
last modified time | relevance | path

Searched refs:time2 (Results 1 – 8 of 8) 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/cmd/cron/
H A Datq.c502 time_t time1, time2; in execution() local
517 time2 = num(&name2); in execution()
519 if (time1 < time2) in execution()
521 else if (time1 > time2) in execution()
/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
285 && (time1 = getrtsecs ()) != time2 in run_menu()
294 time2 = time1; 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
4953 if ((time1 = getrtsecs ()) != time2 && time1 != 0xFF) in terminal_func()
4970 time2 = time1; in terminal_func()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_server.c1572 clock_t time0, time1, time2; in smb_server_shutdown() local
1636 time2 = ddi_get_lbolt(); in smb_server_shutdown()
1637 if (time2 > time1) { in smb_server_shutdown()
1640 (int)TICK_TO_SEC(time2 - time0)); in smb_server_shutdown()
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dspoolss.ndl186 DWORD time2;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dspoolss_svc.c925 pinfo0->time2 = 3; in spoolss_s_GetPrinter()