Home
last modified time | relevance | path

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

12

/freebsd-13.1/sys/contrib/openzfs/cmd/vdev_id/
H A Dvdev_id122 DEV=
280 grep "$DEV"$ | awk '{print $9}')
325 if [ -z "$DEV" ] ; then
330 if echo "$DEV" | grep -q ^/devices/ ; then
331 sys_path=$DEV
458 JBOD=$(map_jbod "$DEV")
503 grep "$DEV"$ | awk '{print $9}')
526 DEV=$(multipath -ll "$DM_NAME" |
528 if [ -z "$DEV" ] ; then
534 sys_path=$DEV
[all …]
/freebsd-13.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-13.1/contrib/libfido2/tools/
H A Dfido2-attach.sh7 DEV=""
9 while [ -z "${DEV}" ]; do
11 DEV="$(fido2-token -L | sed 's/^\(.*\): .*$/\1/;q')"
14 printf '%s\n' "${DEV}"
H A Dfido2-detach.sh7 DEV="$(fido2-token -L | sed 's/^\(.*\): .*$/\1/;q')"
9 while [ -n "${DEV}" ]; do
11 DEV="$(fido2-token -L | sed 's/^\(.*\): .*$/\1/;q')"
H A Dtest.sh18 DEV="$2"
27 fido2-cred -M $2 "${DEV}" > "$3" < cred_param
43 fido2-assert -G $2 "${DEV}" > "$5" < assert_param
/freebsd-13.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-13.1/tests/sys/net/
H A Dif_clone_test.sh517 local CLASS DEV N
529 DEV=${CLASS}${N}a
531 DEV=${CLASS}${N}
534 echo ${DEV} >> "devices_to_cleanup"
535 echo ${DEV}
541 local DEV
543 for DEV in `cat "devices_to_cleanup"`; do
544 ifconfig ${DEV} destroy
H A Dif_lagg_test.sh468 local DEV
470 for DEV in `cat "devices_to_cleanup"`; do
471 ifconfig ${DEV} destroy
/freebsd-13.1/tools/tools/net80211/scripts/
H A Dsetup.wdsmain45 DEV=\$1
46 ifconfig $BRIDGE addm \$DEV
47 ifconfig \$DEV up
/freebsd-13.1/contrib/bmake/unit-tests/
H A Ddirective-include.mk34 DEV= null
35 .include "/dev/${DEV}"
/freebsd-13.1/sys/dev/pccbb/
H A Dpccbb_pci.c115 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \ argument
116 pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE)
117 #define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \ argument
118 pci_write_config(DEV, REG, ( \
119 pci_read_config(DEV, REG, SIZE) MASK1) MASK2, SIZE)
H A Dpccbb.c115 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \ argument
116 pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE)
117 #define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \ argument
118 pci_write_config(DEV, REG, ( \
119 pci_read_config(DEV, REG, SIZE) MASK1) MASK2, SIZE)
/freebsd-13.1/tools/tools/locale/etc/charmaps/
H A Dcharmaps.txt18 ISCII-DEV unicode.org: VENDORS/APPLE/DEVANAGA i/ haible.de: Indic.html
/freebsd-13.1/contrib/file/
H A DMAINT32 (handles statbuf modes for DEV)
/freebsd-13.1/etc/mtree/
H A DBSD.usr.dist682 hi_IN.ISCII-DEV
1042 hi_IN.ISCII-DEV
/freebsd-13.1/tools/tools/locale/etc/final-maps/
H A Dmap.ISCII-DEV1 <code_set_name> "ISCII-DEV"
/freebsd-13.1/share/timedef/
H A DMakefile63 LOCALES+= hi_IN.ISCII-DEV
/freebsd-13.1/share/monetdef/
H A DMakefile51 LOCALES+= hi_IN.ISCII-DEV
/freebsd-13.1/share/msgdef/
H A DMakefile33 LOCALES+= hi_IN.ISCII-DEV
/freebsd-13.1/tools/regression/geom/ConfCmp/
H A Da1.conf5 <name>DEV-method</name>
H A Da1a.conf5 <name>DEV-method</name>
H A Da1b.conf5 <name>DEV-method</name>
H A Da1c.conf5 <name>DEV-method</name>
H A Da1d.conf5 <name>DEV-method</name>
/freebsd-13.1/share/colldef/
H A DMakefile133 LOCALES_MAPPED+= hi_IN.UTF-8 hi_IN.ISCII-DEV

12