Searched defs:getloadavg (Results 1 - 3 of 3) sorted by relevance

/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/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/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

Completed in 67 milliseconds