Home
last modified time | relevance | path

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

12

/dragonfly/contrib/cryptsetup/tests/
H A Dalign-test4 DEV=""
27 DEV=$(grep scsi_debug /sys/block/*/device/model | cut -f4 -d /)
29 if [ ! -e /sys/block/$DEV/alignment_offset ] ; then
35 DEV="/dev/$DEV"
36 [ -b $DEV ] || fail "Cannot find $DEV."
44 echo xxx| $CRYPTSETUP luksFormat $DEV -q -s $1
47 echo xxx| $CRYPTSETUP luksFormat $DEV -q -s $1 --align-payload=$2
50 ALIGN=$($CRYPTSETUP luksDump $DEV |grep "Payload offset" | sed -e s/.*\\t//)
95 DEV2=$DEV
96 DEV=/dev/mapper/luks0xbabe
/dragonfly/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//'`
/dragonfly/tools/tools/net80211/scripts/
H A Dsetup.wdsmain31 DEV=\$1
32 ifconfig $BRIDGE addm \$DEV
33 ifconfig \$DEV up
/dragonfly/sys/dev/pccard/pccbb/
H A Dpccbb_pci.c108 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \ argument
109 pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE)
110 #define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \ argument
111 pci_write_config(DEV, REG, ( \
112 pci_read_config(DEV, REG, SIZE) MASK1) MASK2, SIZE)
H A Dpccbb.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)
/dragonfly/contrib/lvm2/dist/scripts/
H A Dvgimportclone.sh246 "$AWK" -v DEV=${TMP_LVM_SYSTEM_DIR} -v CACHE=${TMP_LVM_SYSTEM_DIR}/.cache \
300 for DEV in $PVLIST; do
301 FOLLOW=`"$READLINK" $DEV`
/dragonfly/contrib/gcc-8.0/include/
H A Dgomp-constants.h207 #define GOMP_VERSION_PACK(LIB, DEV) (((LIB) << 16) | (DEV)) argument
/dragonfly/sys/dev/misc/dcons/
H A Ddcons_os.c121 #define DEV cdev_t macro
345 tp = ((DEV)dc->dev)->si_tty; in dcons_timeout()
507 DEV dev; in dcons_attach_port()
548 tp = ((DEV)dc->dev)->si_tty; in dcons_detach()
/dragonfly/tools/snapshots/
H A Dconfig10 set relsname = DEV
/dragonfly/sys/conf/
H A Dnewvers.sh109 SBRANCH=DEV
/dragonfly/tools/tools/locale/etc/charmaps/
H A Dcharmaps.txt19 ISCII-DEV unicode.org: VENDORS/APPLE/DEVANAGA i/ haible.de: Indic.html
/dragonfly/contrib/file/
H A DMAINT32 (handles statbuf modes for DEV)
/dragonfly/contrib/gcc-4.7/gcc/doc/include/
H A Dgcc-common.texi10 @c in gcc/DEV-PHASE).
/dragonfly/tools/tools/locale/etc/final-maps/
H A Dmap.ISCII-DEV1 <code_set_name> "ISCII-DEV"
/dragonfly/share/monetdef/
H A DMakefile51 LOCALES+= hi_IN.ISCII-DEV
/dragonfly/share/timedef/
H A DMakefile62 LOCALES+= hi_IN.ISCII-DEV
/dragonfly/share/msgdef/
H A DMakefile32 LOCALES+= hi_IN.ISCII-DEV
/dragonfly/share/colldef/
H A DMakefile141 SAME+= hi_IN.UTF-8:hi_IN.ISCII-DEV
/dragonfly/etc/mtree/
H A DBSD.usr.dist538 hi_IN.ISCII-DEV
/dragonfly/share/numericdef/
H A DMakefile164 SAME+= hi_IN.UTF-8:hi_IN.ISCII-DEV
/dragonfly/share/ctypedef/
H A DMakefile21 LOCALES+= hi_IN.ISCII-DEV
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_sa.c180 #define SAUNIT(DEV) \ argument
181 (((minor(DEV) & 0xF0) >> 4) | ((minor(DEV) & 0x3f0000) >> 16))
/dragonfly/contrib/gcc-4.7/
H A DREADME.DELETED51 gcc/DEV-PHASE
/dragonfly/sys/dev/drm/i915/
H A Di915_irq.c2745 #define i915_wedge_on_timeout(W, DEV, TIMEOUT) \ argument
2746 for (__init_wedge((W), (DEV), (TIMEOUT), __func__); \
/dragonfly/
H A DUPDATING294 /DEV/DRI GROUP CHANGED

12