Home
last modified time | relevance | path

Searched refs:setitimer (Results 1 – 25 of 46) sorted by relevance

12

/titanic_41/usr/src/lib/libc/common/sys/
H A Dsetitimer.s37 ANSI_PRAGMA_WEAK(setitimer,function)
41 SYSCALL_RVAL1(setitimer)
43 SET_SIZE(setitimer)
/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/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/libshell/common/features/
H A Dtime2 lib gettimeofday,setitimer
/titanic_41/usr/src/man/man2/
H A DMakefile244 setitimer.2 \
323 setitimer.2 := LINKSRC = getitimer.2
/titanic_41/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dtime13 #define _lib_setitimer 1 /* setitimer() in default lib(s) */
/titanic_41/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dtime13 #define _lib_setitimer 1 /* setitimer() in default lib(s) */
/titanic_41/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dtime13 #define _lib_setitimer 1 /* setitimer() in default lib(s) */
/titanic_41/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dtime13 #define _lib_setitimer 1 /* setitimer() in default lib(s) */
/titanic_41/usr/src/uts/common/sys/
H A Dtime.h393 int setitimer(int, const struct itimerval *_RESTRICT_KYWD,
396 int setitimer(int, struct itimerval *_RESTRICT_KYWD,
/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/lib/libproc/common/
H A Dpr_getitimer.c109 return (setitimer(which, (struct itimerval *)itv, oitv)); in pr_setitimer()
/titanic_41/usr/src/uts/intel/os/
H A Dname_to_sysnum149 setitimer 158
/titanic_41/usr/src/uts/sparc/os/
H A Dname_to_sysnum147 setitimer 158
/titanic_41/usr/src/ucbcmd/sbcp/
H A Dsyscalls.list107 setitimer SIMPLE /* 83 = 3, setitimer */

12