OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEVICES
(Results
1 - 4
of
4
) sorted by null
/build/make/core/
device.mk
25
$(info
DEVICES
.$(1).$(v) := $(
DEVICES
.$(1).$(v))))\
29
define dump-
devices
30
$(foreach p,$(
DEVICES
),$(call dump-device,$(p)))
44
#TODO: check to make sure that
devices
have all the necessary vars defined
45
define import-
devices
46
$(call import-nodes,
DEVICES
,$(1),$(_device_var_list))
56
$(foreach d,$(
DEVICES
), \
57
$(if $(filter $(dn),$(
DEVICES
.$(d).DEVICE_NAME)), \
/external/autotest/client/bin/net/
basic_machine.py
5
DEVICES
= ['eth0']
/device/common/
generate-blob-lists.sh
49
DEVICES
=$(for i in device/*/*/proprietary-blobs.txt ; do basename $(dirname $i) ; done)
61
for DEVICENAME in $
DEVICES
72
for DEVICENAME in $
DEVICES
83
for DEVICENAME in $
DEVICES
/external/iproute2/examples/
cbq.init-v0.7.3
131
# v0.3a3- fixed grep bug when using more than 10 eth
devices
. Thanks to David
512
### Get list of network
devices
525
### Remove CBQ from all
devices
578
### Check configuration and load
DEVICES
, DEVFIELDS and CLASSLIST from $1
595
DEVICES
=`echo "$DEVFIELDS"| sed 's/,.*//'| sort -u`
596
[ "`echo "$
DEVICES
"| wc -l`" -ne "`echo "$DEVFIELDS"| wc -l`" ] &&
728
### Load
DEVICES
, DEVFIELDS and CLASSLIST
732
### Setup root qdisc on all configured
devices
733
for dev in $
DEVICES
; do
866
### Load
DEVICES
, DEVFIELDS and CLASSLIS
[
all
...]
Completed in 224 milliseconds