/illumos-gate/usr/src/lib/libc/common/sys/ |
H A D | setitimer.s | 30 .file "setitimer.s" 32 /* C library -- setitimer */ 33 /* int setitimer (int, const struct itimerval *, struct itimerval *); */ 37 ANSI_PRAGMA_WEAK(setitimer,function) 41 SYSCALL_RVAL1(setitimer) 43 SET_SIZE(setitimer)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | msgs.c | 78 setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0); 87 setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0);
|
H A D | invite.c | 99 setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0);
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | alarm.c | 43 if (setitimer(ITIMER_REAL, itp, &oitv) < 0)
|
H A D | usleep.c | 43 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 D | ualarm.c | 32 if (setitimer(ITIMER_REAL, &new, &old) == 0)
|
/illumos-gate/usr/src/lib/libbc/libc/gen/4.2/ |
H A D | sleep.c | 31 if (setitimer(ITIMER_REAL, itp, &oitv) < 0) 41 * return from the setitimer after the alarm 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 D | sleep.c | 45 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 D | ualarm.c | 40 if (setitimer(ITIMER_REAL, &new, &old) != 0)
|
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/ |
H A D | med_synch.c | 93 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 D | mhd_synch.c | 92 if (setitimer(ITIMER_REAL, &new, &old) != 0) { 111 if (setitimer(ITIMER_REAL, &new, &old) != 0) {
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | clock.c | 46 ** Source is #ifdef'd to work with older OS's that don't have setitimer() 175 (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 D | signal.c | 248 (void) setitimer(ITIMER_REAL, &clr, NULL);
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 244 setitimer.2 \ 323 setitimer.2 := LINKSRC = getitimer.2
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | pr_getitimer.c | 92 * setitimer() system call -- executed by victim process. 98 sysret_t rval; /* return value from setitimer() */ 99 argdes_t argd[3]; /* arg descriptors for setitimer() */ 109 return (setitimer(which, (struct itimerval *)itv, oitv));
|
/illumos-gate/usr/src/cmd/lvm/md_monitord/ |
H A D | md_monitord.c | 110 (void) setitimer(ITIMER_REAL, &itimer, NULL); 350 (void) setitimer(ITIMER_REAL, &itimer, NULL);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | time.h | 400 int setitimer(int, const struct itimerval *_RESTRICT_KYWD, 403 int setitimer(int, struct itimerval *_RESTRICT_KYWD,
|
/illumos-gate/usr/src/lib/libresolv2/ |
H A D | Makefile.com | 33 mktemp.o setitimer.o strpbrk.o writev.o
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | timers.c | 74 if(setitimer(ITIMER_REAL,&tnew,&told) < 0)
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sysent.c | 301 int setitimer(uint_t, struct itimerval *, struct itimerval *); 623 /* 158 */ SYSENT_CI("setitimer", setitimer, 3), 984 /* 158 */ SYSENT_CI("setitimer", setitimer, 3),
|
/illumos-gate/usr/src/cmd/kvmstat/ |
H A D | kvmstat.c | 454 if (setitimer(ITIMER_REAL, &itimer, NULL) != 0) {
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | time.h | 477 int setitimer(int, const struct itimerval *, struct itimerval *);
|
/illumos-gate/usr/src/lib/libbc/sparc/ |
H A D | Makefile | 132 _open.o profil.o setitimer.o \ 188 profil.s setitimer.s \
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/ |
H A D | ilb_probe.c | 693 if (setitimer(ITIMER_REAL, &timeout, NULL) != 0) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_main.c | 1003 if (setitimer(ITIMER_REAL, &itimerval, NULL) < 0) { 1004 logperror("timer_schedule: setitimer"); 1018 if (setitimer(ITIMER_REAL, &itimerval, NULL) < 0) 1019 logperror("timer_cancel: setitimer"); 1203 * Cancel the interval timer. Needed since setitimer() uses
|