OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYSCTL
(Results
1 - 5
of
5
) sorted by null
/external/llvm/utils/buildit/
build_llvm
93
SYSCTL
=`
sysctl
-n hw.activecpu`
94
#
sysctl
-n hw.* does not work when invoked via B&I chroot /BuildRoot.
97
if [ -z "$
SYSCTL
" ]; then
98
SYSCTL
=2
100
JOBS_FLAG="-j $
SYSCTL
"
283
SYSCTL
=`
sysctl
-n hw.activecpu`
286
if [ -z "$
SYSCTL
" ]; then
287
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 255 milliseconds