Home
last modified time | relevance | path

Searched refs:ITIMER_REAL (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dclock.c173 (void) setitimer(ITIMER_REAL, &itime, NULL);
241 (void) setitimer(ITIMER_REAL, &clr, NULL);
272 (void) setitimer(ITIMER_REAL, &clr, NULL); in sm_clear_events()
337 (void) setitimer(ITIMER_REAL, &clr, NULL);
429 (void) setitimer(ITIMER_REAL, &clr, NULL);
437 (void) setitimer(ITIMER_REAL, &clr, NULL);
456 (void) setitimer(ITIMER_REAL, &clr, NULL);
473 (void) setitimer(ITIMER_REAL, &clr, NULL);
H A Dsignal.c246 (void) setitimer(ITIMER_REAL, &clr, NULL);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dmsgs.c76 setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0); in start_msgs()
85 setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0); in end_msgs()
H A Dinvite.c100 setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0); in invite_remote()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhrtimers.c186 which = ITIMER_REAL;
214 which = ITIMER_REAL;
242 which = ITIMER_REAL;
310 which = ITIMER_REAL; in hrt_bsd_cancel()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dualarm.c38 if (setitimer(ITIMER_REAL, &new, &old) != 0) in ualarm()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtimers.c66 #if defined(_lib_setitimer) && defined(ITIMER_REAL) in setalarm()
74 if(setitimer(ITIMER_REAL,&tnew,&told) < 0) in setalarm()
/illumos-gate/usr/src/cmd/kvmstat/
H A Dkvmstat.c454 if (setitimer(ITIMER_REAL, &itimer, NULL) != 0) { in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h199 #define ITIMER_REAL 0 /* Decrements in real time */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c230 case ITIMER_REAL: in xgetitimer()
368 case ITIMER_REAL: in xsetitimer()
/illumos-gate/usr/src/boot/sys/sys/
H A Dtime.h317 #define ITIMER_REAL 0 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c920 if (getitimer(ITIMER_REAL, &it) < 0) { in daemonize_ndpd()
940 if (setitimer(ITIMER_REAL, &it, NULL) < 0) { in daemonize_ndpd()
1160 if (setitimer(ITIMER_REAL, &itimerval, NULL) < 0) { in timer_schedule()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c693 if (setitimer(ITIMER_REAL, &timeout, NULL) != 0) { in udp_query()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1005 if (setitimer(ITIMER_REAL, &itimerval, NULL) < 0) { in timer_schedule()
1020 if (setitimer(ITIMER_REAL, &itimerval, NULL) < 0) in timer_cancel()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c1086 case ITIMER_REAL: s = "ITIMER_REAL"; break; in prt_itm()