Searched refs:ITIMER_REAL (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dmsgs.c78 setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0);
87 setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0);
H A Dinvite.c99 setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dalarm.c43 if (setitimer(ITIMER_REAL, itp, &oitv) < 0)
H A Dusleep.c43 if (setitimer(ITIMER_REAL, itp, &oitv) < 0)
65 (void) setitimer(ITIMER_REAL, itp, (struct itimerval *)0);
70 (void) setitimer(ITIMER_REAL, &oitv, (struct itimerval *)0);
H A Dualarm.c32 if (setitimer(ITIMER_REAL, &new, &old) == 0)
/illumos-gate/usr/src/lib/libbc/libc/gen/4.2/
H A Dsleep.c31 if (setitimer(ITIMER_REAL, itp, &oitv) < 0)
53 (void) setitimer(ITIMER_REAL, itp, (struct itimerval *)0);
58 (void) setitimer(ITIMER_REAL, &oitv, (struct itimerval *)0);
/illumos-gate/usr/src/lib/libbc/libc/gen/sys5/
H A Dsleep.c45 if (setitimer(ITIMER_REAL, newp, &old) < 0)
72 (void) setitimer(ITIMER_REAL, newp, (struct itimerval *)0);
76 (void) setitimer(ITIMER_REAL, &zero, newp);
96 (void) setitimer(ITIMER_REAL, newp, (struct itimerval *)0);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dualarm.c40 if (setitimer(ITIMER_REAL, &new, &old) != 0)
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtime.h52 #define ITIMER_REAL 0 macro
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_synch.c93 if (setitimer(ITIMER_REAL, &new, &old) != 0) {
112 if (setitimer(ITIMER_REAL, &new, &old) != 0) {
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_synch.c92 if (setitimer(ITIMER_REAL, &new, &old) != 0) {
111 if (setitimer(ITIMER_REAL, &new, &old) != 0) {
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dclock.c175 (void) setitimer(ITIMER_REAL, &itime, NULL);
243 (void) setitimer(ITIMER_REAL, &clr, NULL);
274 (void) setitimer(ITIMER_REAL, &clr, NULL);
339 (void) setitimer(ITIMER_REAL, &clr, NULL);
431 (void) setitimer(ITIMER_REAL, &clr, NULL);
439 (void) setitimer(ITIMER_REAL, &clr, NULL);
458 (void) setitimer(ITIMER_REAL, &clr, NULL);
475 (void) setitimer(ITIMER_REAL, &clr, NULL);
H A Dsignal.c248 (void) setitimer(ITIMER_REAL, &clr, NULL);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhrtimers.c188 which = ITIMER_REAL;
216 which = ITIMER_REAL;
244 which = ITIMER_REAL;
312 which = ITIMER_REAL;
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dtimers.c66 #if defined(_lib_setitimer) && defined(ITIMER_REAL)
74 if(setitimer(ITIMER_REAL,&tnew,&told) < 0)
/illumos-gate/usr/src/cmd/lvm/md_monitord/
H A Dmd_monitord.c110 (void) setitimer(ITIMER_REAL, &itimer, NULL);
350 (void) setitimer(ITIMER_REAL, &itimer, NULL);
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h197 #define ITIMER_REAL 0 /* Decrements in real time */ macro
/illumos-gate/usr/src/cmd/kvmstat/
H A Dkvmstat.c454 if (setitimer(ITIMER_REAL, &itimer, NULL) != 0) {
/illumos-gate/usr/src/boot/sys/sys/
H A Dtime.h317 #define ITIMER_REAL 0 macro
/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c229 case ITIMER_REAL:
367 case ITIMER_REAL:
370 * threads attempting to perform setitimer(ITIMER_REAL)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c917 * the ITIMER_REAL timer are reset to 0 in the child process.
919 if (getitimer(ITIMER_REAL, &it) < 0) {
939 if (setitimer(ITIMER_REAL, &it, NULL) < 0) {
1159 if (setitimer(ITIMER_REAL, &itimerval, NULL) < 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c693 if (setitimer(ITIMER_REAL, &timeout, NULL) != 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1003 if (setitimer(ITIMER_REAL, &itimerval, NULL) < 0) {
1018 if (setitimer(ITIMER_REAL, &itimerval, NULL) < 0)
/illumos-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c1328 (void) setitimer(ITIMER_REAL, &tv, NULL);
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c1083 case ITIMER_REAL: s = "ITIMER_REAL"; break;

Completed in 81 milliseconds