Searched refs:getloadavg (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libc/common/sys/
H A D__getloadavg.s34 SYSCALL2_RVAL1(__getloadavg,getloadavg)
/illumos-gate/usr/src/uts/common/sys/
H A Dloadavg.h53 extern int getloadavg(int *, int);
60 extern int getloadavg(double [], int);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetloadavg.c29 #pragma weak _getloadavg = getloadavg
37 * getloadavg -- get the time averaged run queues from the system
40 getloadavg(double loadavg[], int nelem) function
/illumos-gate/usr/src/uts/common/syscall/
H A Dgetloadavg.c37 * implementation of getloadavg(3c)
40 getloadavg(int *buf, int nelem) function
/illumos-gate/usr/src/boot/include/
H A Dstdlib.h286 int getloadavg(double [], int);
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c87 int getloadavg(int *, int);
562 /* 105 */ SYSENT_CI("getloadavg", getloadavg, 2),
929 /* 105 */ SYSENT_CI("getloadavg", getloadavg, 2),
/illumos-gate/usr/src/cmd/w/
H A Dw.c301 (void) getloadavg(loadavg, 3);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rwhod.c437 if (getloadavg(avenrun, 3) == -1) {
438 syslog(LOG_ERR, "onalrm: getloadavg: %m");
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com446 getloadavg.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com435 getloadavg.o \
/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc255 #include <sys/loadavg.h> /* getloadavg() */
265 * getloadavg()
280 if (getloadavg(loadavg, 3) != 3) return(pmake_max_jobs);
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile410 getloadavg.o \
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c378 (void) getloadavg(loadavg, 3);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c1379 #define LA_SUBR 4 /* call getloadavg */
1692 if (getloadavg(avenrun, sizeof(avenrun) / sizeof(avenrun[0])) < 0)
1695 sm_dprintf("getla: getloadavg failed: %s",
2069 SM_UNUSED(static char rcsid[]) = "@(#)$OrigId: getloadavg.c,v 1.16 1991/06/21 12:51:15 paul Exp $";
2077 int getloadavg( call_data ) function
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1766 extern int getloadavg(double [], int);
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com477 getloadavg.o \
/illumos-gate/usr/src/man/man3c/
H A DMakefile172 getloadavg.3c \

Completed in 129 milliseconds