Home
last modified time | relevance | path

Searched refs:DEV (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-12.1/tools/regression/usb/
H A Dusb_enum.t16 DEV="ugen0.1"
19 DEV="$1"
24 if [ -c /dev/$DEV ] && [ -r /dev/$DEV ] && usbconfig -d $DEV reset ; then
/freebsd-12.1/usr.sbin/pc-sysinstall/backend-query/
H A Ddisk-list.sh77 DEV="${i}"
82 case "${DEV}" in
88 NEWLINE=$(geom disk list $DEV 2>/dev/null | sed -ne 's/^ descr: *//p')
93 if [ -n "${FLAGS_MD}" ] && echo "${DEV}" | grep -E '^md[0-9]+' >/dev/null 2>/dev/null
109 DLIST="${DEV}:${NEWLINE}${DLIST}"
H A Dupdate-part-list.sh70 DEV="${i}"
72 echo "${DEV}" | grep -e "^acd[0-9]" -e "^cd[0-9]" -e "^scd[0-9]" >/dev/null 2>/dev/null
/freebsd-12.1/tools/tools/ath/
H A Dathctrl.sh9 DEV=ath0
24 -i) DEV="$2"; shift; shift;;
38 printf "Setup IFS parameters on interface ${DEV} for %i meter p-2-p link\n" $d
39 ATHN=`echo $DEV | sed 's/ath//'`
/freebsd-12.1/tests/sys/net/
H A Dif_clone_test.sh530 local CLASS DEV N
542 DEV=${CLASS}${N}a
544 DEV=${CLASS}${N}
547 echo ${DEV} >> "devices_to_cleanup"
548 echo ${DEV}
554 local DEV
556 for DEV in `cat "devices_to_cleanup"`; do
557 ifconfig ${DEV} destroy
H A Dif_lagg_test.sh460 local DEV
462 for DEV in `cat "devices_to_cleanup"`; do
463 ifconfig ${DEV} destroy
/freebsd-12.1/tools/tools/net80211/scripts/
H A Dsetup.wdsmain45 DEV=\$1
46 ifconfig $BRIDGE addm \$DEV
47 ifconfig \$DEV up
/freebsd-12.1/gnu/usr.bin/cc/
H A DMakefile.ver5 DEVPHASE!= cat ${GCCDIR}/DEV-PHASE
7 version.o: version.c ${GCCDIR}/BASE-VER ${GCCDIR}/DATESTAMP ${GCCDIR}/DEV-PHASE
/freebsd-12.1/sys/cam/scsi/
H A Dscsi_low.h103 #define GENERIC_CCB_ASSERT(DEV, CCBTYPE) \ argument
112 void DEV##_init_ccbque(int); \
113 struct CCBTYPE *DEV##_get_ccb(void); \
114 void DEV##_free_ccb(struct CCBTYPE *);
/freebsd-12.1/sys/dev/pccbb/
H A Dpccbb_pci.c116 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \ argument
117 pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE)
118 #define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \ argument
119 pci_write_config(DEV, REG, ( \
120 pci_read_config(DEV, REG, SIZE) MASK1) MASK2, SIZE)
H A Dpccbb.c119 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \ argument
120 pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE)
121 #define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \ argument
122 pci_write_config(DEV, REG, ( \
123 pci_read_config(DEV, REG, SIZE) MASK1) MASK2, SIZE)
/freebsd-12.1/tools/tools/locale/etc/charmaps/
H A Dcharmaps.txt18 ISCII-DEV unicode.org: VENDORS/APPLE/DEVANAGA i/ haible.de: Indic.html
/freebsd-12.1/contrib/file/
H A DMAINT32 (handles statbuf modes for DEV)
/freebsd-12.1/etc/mtree/
H A DBSD.usr.dist652 hi_IN.ISCII-DEV
1014 hi_IN.ISCII-DEV
/freebsd-12.1/tools/regression/geom/ConfCmp/
H A Da2.conf4 <name>DEV-class</name>
H A Da2a.conf4 <name>DEV-class</name>
H A Da2b.conf4 <name>DEV-class</name>
H A Da2c.conf4 <name>DEV-class</name>
H A Da2d.conf4 <name>DEV-class</name>
H A Da1.conf5 <name>DEV-method</name>
H A Da1a.conf5 <name>DEV-method</name>
/freebsd-12.1/contrib/gcc/doc/include/
H A Dgcc-common.texi9 @c in gcc/DEV-PHASE).
/freebsd-12.1/tools/tools/locale/etc/final-maps/
H A Dmap.ISCII-DEV1 <code_set_name> "ISCII-DEV"
/freebsd-12.1/share/timedef/
H A DMakefile62 LOCALES+= hi_IN.ISCII-DEV
/freebsd-12.1/share/monetdef/
H A DMakefile51 LOCALES+= hi_IN.ISCII-DEV

12