/titanic_41/usr/src/lib/libc/common/sys/ |
H A D | setitimer.s | 37 ANSI_PRAGMA_WEAK(setitimer,function) 41 SYSCALL_RVAL1(setitimer) 43 SET_SIZE(setitimer)
|
/titanic_41/usr/src/lib/libbc/libc/gen/sys5/ |
H A D | sleep.c | 45 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 D | sleep.c | 31 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 D | clock.c | 175 (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 D | signal.c | 248 (void) setitimer(ITIMER_REAL, &clr, NULL);
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | usleep.c | 43 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 D | alarm.c | 43 if (setitimer(ITIMER_REAL, itp, &oitv) < 0) in alarm()
|
H A D | ualarm.c | 32 if (setitimer(ITIMER_REAL, &new, &old) == 0)
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | msgs.c | 78 setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0); in start_msgs() 87 setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0); in end_msgs()
|
H A D | invite.c | 99 setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0); in invite_remote()
|
/titanic_41/usr/src/cmd/lvm/rpc.metamedd/ |
H A D | med_synch.c | 93 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 D | mhd_synch.c | 92 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 D | ualarm.c | 40 if (setitimer(ITIMER_REAL, &new, &old) != 0) in ualarm()
|
/titanic_41/usr/src/lib/libshell/common/features/ |
H A D | time | 2 lib gettimeofday,setitimer
|
/titanic_41/usr/src/man/man2/ |
H A D | Makefile | 244 setitimer.2 \ 323 setitimer.2 := LINKSRC = getitimer.2
|
/titanic_41/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/ |
H A D | time | 13 #define _lib_setitimer 1 /* setitimer() in default lib(s) */
|
/titanic_41/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/ |
H A D | time | 13 #define _lib_setitimer 1 /* setitimer() in default lib(s) */
|
/titanic_41/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/ |
H A D | time | 13 #define _lib_setitimer 1 /* setitimer() in default lib(s) */
|
/titanic_41/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/ |
H A D | time | 13 #define _lib_setitimer 1 /* setitimer() in default lib(s) */
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | time.h | 393 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 D | md_monitord.c | 110 (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 D | pr_getitimer.c | 109 return (setitimer(which, (struct itimerval *)itv, oitv)); in pr_setitimer()
|
/titanic_41/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 149 setitimer 158
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 147 setitimer 158
|
/titanic_41/usr/src/ucbcmd/sbcp/ |
H A D | syscalls.list | 107 setitimer SIMPLE /* 83 = 3, setitimer */
|