Searched refs:DEV (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-9.3-release/gnu/usr.bin/groff/font/devascii/
H A DMakefile3 DEV= ascii macro
/freebsd-9.3-release/gnu/usr.bin/groff/font/devcp1047/
H A DMakefile3 DEV= cp1047 macro
/freebsd-9.3-release/gnu/usr.bin/groff/font/devkoi8-r/
H A DMakefile3 DEV= koi8-r macro
/freebsd-9.3-release/gnu/usr.bin/groff/font/devlatin1/
H A DMakefile3 DEV= latin1 macro
/freebsd-9.3-release/gnu/usr.bin/groff/font/devutf8/
H A DMakefile3 DEV= utf8 macro
/freebsd-9.3-release/sys/i386/isa/
H A Dccbque.h43 #define GENERIC_CCB_ASSERT(DEV, CCBTYPE) \
52 void DEV##_init_ccbque(int); \
53 struct CCBTYPE *DEV##_get_ccb(void); \
54 void DEV##_free_ccb(register struct CCBTYPE *);
57 #define GENERIC_CCB_STATIC_ALLOC(DEV, CCBTYPE) \
61 #define GENERIC_CCB(DEV, CCBTYPE, CHAIN) \
64 DEV##_init_ccbque(count) \
73 DEV##_get_ccb() \
107 DEV##_free_ccb(cb) \
/freebsd-9.3-release/release/doc/en_US.ISO8859-1/hardware/
H A DMakefile20 SRCS+= ${DEV-AUTODIR}/catalog-auto
21 SRCS+= ${DEV-AUTODIR}/dev-auto.ent
23 CATALOGS+= -c ${DEV-AUTODIR}/catalog-auto
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend-query/
H A Ddisk-list.sh75 DEV="${i}"
80 case "${DEV}" in
86 NEWLINE=$(camcontrol identify $DEV 2>/dev/null | sed -ne 's/^device model *//p')
89 NEWLINE=$(atacontrol list 2>/dev/null | sed -n "s|^.*$DEV <\(.*\)>.*|\1|p")
96 if [ -n "${FLAGS_MD}" ] && echo "${DEV}" | grep -E '^md[0-9]+' >/dev/null 2>/dev/null
112 DLIST="${DEV}:${NEWLINE}${DLIST}"
H A Dupdate-part-list.sh68 DEV="${i}"
70 echo "${DEV}" | grep -e "^acd[0-9]" -e "^cd[0-9]" -e "^scd[0-9]" >/dev/null 2>/dev/null
/freebsd-9.3-release/gnu/usr.bin/groff/font/devhtml/
H A DMakefile3 DEV= html macro
/freebsd-9.3-release/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-9.3-release/tools/tools/net80211/scripts/
H A Dsetup.wdsmain31 DEV=\$1
32 ifconfig $BRIDGE addm \$DEV
33 ifconfig \$DEV up
/freebsd-9.3-release/gnu/usr.bin/groff/font/devlbp/
H A DMakefile3 DEV= lbp macro
/freebsd-9.3-release/release/doc/share/mk/
H A Ddoc.relnotes.mk37 DEV-AUTODIR= ${RELN_ROOT:S/${.CURDIR}/${.OBJDIR}/}/share/xml
38 CLEANFILES+= ${DEV-AUTODIR}/dev-auto.ent
49 ${DEV-AUTODIR}/catalog-auto ${DEV-AUTODIR}/dev-auto.ent: ${MAN4PAGES} \
/freebsd-9.3-release/gnu/usr.bin/groff/font/devlj4/
H A DMakefile3 DEV= lj4 macro
/freebsd-9.3-release/gnu/usr.bin/groff/font/devdvi/
H A DMakefile3 DEV= dvi macro
/freebsd-9.3-release/gnu/usr.bin/groff/font/devps/
H A DMakefile3 DEV= ps macro
/freebsd-9.3-release/sys/dev/pccbb/
H A Dpccbb_pci.c113 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \
114 pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE)
115 #define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \
116 pci_write_config(DEV, REG, ( \
117 pci_read_config(DEV, REG, SIZE) MASK1) MASK2, SIZE)
H A Dpccbb.c117 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \
118 pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE)
119 #define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \
120 pci_write_config(DEV, REG, ( \
121 pci_read_config(DEV, REG, SIZE) MASK1) MASK2, SIZE)
/freebsd-9.3-release/share/mklocale/
H A DMakefile8 hi_IN.ISCII-DEV \
/freebsd-9.3-release/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>

Completed in 213 milliseconds

12