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

  /build/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)), \
  /device/common/
generate-blob-lists.sh 45 DEVICES="crespo crespo4g wingray panda maguro grouper"
60 for DEVICENAME in $DEVICES
80 for DEVICENAME in $DEVICES
91 for DEVICENAME in $DEVICES
  /external/iproute2/examples/
cbq.init-v0.7.3 132 # v0.3a3- fixed grep bug when using more than 10 eth devices. Thanks to David
513 ### Get list of network devices
526 ### Remove CBQ from all devices
579 ### Check configuration and load DEVICES, DEVFIELDS and CLASSLIST from $1
596 DEVICES=`echo "$DEVFIELDS"| sed 's/,.*//'| sort -u`
597 [ `echo "$DEVICES"| wc -l` -ne `echo "$DEVFIELDS"| wc -l` ] &&
729 ### Load DEVICES, DEVFIELDS and CLASSLIST
733 ### Setup root qdisc on all configured devices
734 for dev in $DEVICES; do
867 ### Load DEVICES, DEVFIELDS and CLASSLIS
    [all...]

Completed in 119 milliseconds