HomeSort by relevance Sort by last modified time
    Searched refs:SYSCTL (Results 1 - 5 of 5) sorted by null

  /external/llvm/utils/buildit/
build_llvm 95 SYSCTL=`sysctl -n hw.activecpu`
96 # sysctl -n hw.* does not work when invoked via B&I chroot /BuildRoot.
99 if [ -z "$SYSCTL" ]; then
100 SYSCTL=2
102 JOBS_FLAG="-j $SYSCTL"
290 SYSCTL=`sysctl -n hw.activecpu`
293 if [ -z "$SYSCTL" ]; then
294 SYSCTL=`sysctl -n hw.ncpu
    [all...]
  /external/netperf/
netcpu_sysctl.c 39 /* need to have some sort of check for sys/sysctl.h versus sysctl.h */
40 #include <sys/sysctl.h>
76 return SYSCTL;
91 sysctl call - typically on BSD */
netlib.h 396 #define SYSCTL 9
netlib.c     [all...]
  /external/oprofile/utils/
opcontrol 15 SYSCTL=do_sysctl
17 # A replacement function for the sysctl (procps package) utility which is
19 # Handles only the -w option of sysctl.
23 echo "$0 unknown sysctl option" >&2
1111 # set a sysctl/oprofilefs parameter
1117 $SYSCTL -w dev.oprofile.$1=$2
1122 # set a sysctl/oprofilefs counter parameter
1143 $SYSCTL -w dev.oprofile.$1.$2=$3
1303 $SYSCTL -w dev.oprofile.bufsize=$BUF_SIZE
    [all...]

Completed in 207 milliseconds