/onnv-gate/usr/src/lib/libc/common/sys/ |
H A D | getitimer.s | 37 ANSI_PRAGMA_WEAK(getitimer,function) 41 SYSCALL_RVAL1(getitimer) 43 SET_SIZE(getitimer)
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/t/ |
H A D | HiRes.t | 268 && defined &Time::HiRes::getitimer 276 use Time::HiRes qw (setitimer getitimer ITIMER_VIRTUAL); 289 print "not " unless abs(getitimer(ITIMER_VIRTUAL) / 0.5) - 1 < $limit; 292 print "# getitimer: ", join(" ", getitimer(ITIMER_VIRTUAL)), "\n"; 294 while (getitimer(ITIMER_VIRTUAL)) { 299 print "# getitimer: ", join(" ", getitimer(ITIMER_VIRTUAL)), "\n"; 301 print "not " unless getitimer(ITIMER_VIRTUAL) == 0;
|
/onnv-gate/usr/src/lib/libproc/common/ |
H A D | pr_getitimer.c | 51 return (getitimer(which, itv)); in pr_getitimer()
|
/onnv-gate/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 145 getitimer 157
|
/onnv-gate/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 143 getitimer 157
|
/onnv-gate/usr/src/ucbcmd/sbcp/ |
H A D | syscalls.list | 110 getitimer SIMPLE /* 86 = 2, getitimer */
|
/onnv-gate/usr/src/uts/common/os/ |
H A D | sysent.c | 283 int getitimer(); 609 /* 157 */ SYSENT_CI("getitimer", getitimer, 2), 972 /* 157 */ SYSENT_CI("getitimer", getitimer, 2),
|
H A D | timers.c | 188 getitimer(uint_t which, struct itimerval *itv) in getitimer() function 308 if ((error = getitimer(which, oitv)) != 0) in setitimer()
|
/onnv-gate/usr/src/uts/common/sys/ |
H A D | time.h | 393 int getitimer(int, struct itimerval *);
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/ |
H A D | HiRes.xs | 945 getitimer(which) function 950 if (getitimer(which, &nowit) == 0) {
|
/onnv-gate/usr/src/lib/libbc/sparc/ |
H A D | Makefile | 130 getdtablesize.o getgid.o getitimer.o getpid.o gettimeofday.o \ 186 fpathconf.s getitimer.s getpid.s \
|
/onnv-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 873 @ MSG_SYS_GETITIMER "[ getitimer ]" # 157 874 @ MSG_SYS_GETITIMER_ALT "getitimer"
|
/onnv-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 351 getitimer
|
/onnv-gate/usr/src/lib/libc/amd64/ |
H A D | Makefile | 193 getitimer.o \
|
/onnv-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 221 getitimer.o \
|
/onnv-gate/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 215 getitimer.o \
|
/onnv-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 236 getitimer.o \
|
/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | main.c | 921 if (getitimer(ITIMER_REAL, &it) < 0) { in daemonize_ndpd()
|
/onnv-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1759 getitimer;
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | config_h.SH | 2550 * This symbol, if defined, indicates that the getitimer routine is
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/Porting/ |
H A D | Glossary | 878 indicates to the C program that the getitimer() routine is available.
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | perltoc.pod | 20807 $which, $floating_seconds [, $interval_floating_seconds ] ), getitimer (
|