Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/libc/gen/sys5/
H A Dsleep.c45 if (setitimer(ITIMER_REAL, newp, &old) < 0) in sleep()
72 (void) setitimer(ITIMER_REAL, newp, (struct itimerval *)0); in sleep()
76 (void) setitimer(ITIMER_REAL, &zero, newp); in sleep()
96 (void) setitimer(ITIMER_REAL, newp, (struct itimerval *)0); in sleep()
/titanic_41/usr/src/lib/libbc/libc/gen/4.2/
H A Dsleep.c31 if (setitimer(ITIMER_REAL, itp, &oitv) < 0) in sleep()
53 (void) setitimer(ITIMER_REAL, itp, (struct itimerval *)0); in sleep()
58 (void) setitimer(ITIMER_REAL, &oitv, (struct itimerval *)0); in sleep()
/titanic_41/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); in sm_clear_events()
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);
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dusleep.c43 if (setitimer(ITIMER_REAL, itp, &oitv) < 0) in usleep()
65 (void) setitimer(ITIMER_REAL, itp, (struct itimerval *)0); in usleep()
70 (void) setitimer(ITIMER_REAL, &oitv, (struct itimerval *)0); in usleep()
H A Dalarm.c43 if (setitimer(ITIMER_REAL, itp, &oitv) < 0) in alarm()
H A Dualarm.c32 if (setitimer(ITIMER_REAL, &new, &old) == 0)
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dmsgs.c78 setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0); in start_msgs()
87 setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0); in end_msgs()
H A Dinvite.c99 setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0); in invite_remote()
/titanic_41/usr/src/uts/i86pc/io/
H A Dhrtimers.c188 which = ITIMER_REAL;
216 which = ITIMER_REAL;
244 which = ITIMER_REAL;
312 which = ITIMER_REAL; in hrt_bsd_cancel()
/titanic_41/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_synch.c93 if (setitimer(ITIMER_REAL, &new, &old) != 0) { in med_cv_timedwait()
112 if (setitimer(ITIMER_REAL, &new, &old) != 0) { in med_cv_timedwait()
/titanic_41/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_synch.c92 if (setitimer(ITIMER_REAL, &new, &old) != 0) { in mhd_cv_timedwait()
111 if (setitimer(ITIMER_REAL, &new, &old) != 0) { in mhd_cv_timedwait()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dualarm.c40 if (setitimer(ITIMER_REAL, &new, &old) != 0) in ualarm()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dtime.h52 #define ITIMER_REAL 0 macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dtimers.c66 #if defined(_lib_setitimer) && defined(ITIMER_REAL) in setalarm()
74 if(setitimer(ITIMER_REAL,&tnew,&told) < 0) in setalarm()
/titanic_41/usr/src/cmd/lvm/md_monitord/
H A Dmd_monitord.c110 (void) setitimer(ITIMER_REAL, &itimer, NULL); in catch_sig()
350 (void) setitimer(ITIMER_REAL, &itimer, NULL); in probe_all_devs()
/titanic_41/usr/src/uts/common/sys/
H A Dtime.h193 #define ITIMER_REAL 0 /* Decrements in real time */ macro
/titanic_41/usr/src/cmd/kvmstat/
H A Dkvmstat.c454 if (setitimer(ITIMER_REAL, &itimer, NULL) != 0) { in main()
/titanic_41/usr/src/uts/common/os/
H A Dtimers.c229 case ITIMER_REAL: in xgetitimer()
367 case ITIMER_REAL: in xsetitimer()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c919 if (getitimer(ITIMER_REAL, &it) < 0) { in daemonize_ndpd()
939 if (setitimer(ITIMER_REAL, &it, NULL) < 0) { in daemonize_ndpd()
1159 if (setitimer(ITIMER_REAL, &itimerval, NULL) < 0) { in timer_schedule()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c693 if (setitimer(ITIMER_REAL, &timeout, NULL) != 0) { in udp_query()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1003 if (setitimer(ITIMER_REAL, &itimerval, NULL) < 0) { in timer_schedule()
1018 if (setitimer(ITIMER_REAL, &itimerval, NULL) < 0) in timer_cancel()
/titanic_41/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c1328 (void) setitimer(ITIMER_REAL, &tv, NULL); in init()
/titanic_41/usr/src/cmd/truss/
H A Dprint.c1082 case ITIMER_REAL: s = "ITIMER_REAL"; break; in prt_itm()