Home
last modified time | relevance | path

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

12

/freebsd-14.2/sys/contrib/openzfs/udev/
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-14.2/tools/regression/usb/
H A Dusb_enum.t15 DEV="ugen0.1"
18 DEV="$1"
23 if [ -c /dev/$DEV ] && [ -r /dev/$DEV ] && usbconfig -d $DEV reset ; then
/freebsd-14.2/contrib/libfido2/tools/
H A Dfido2-attach.sh8 DEV=""
10 while [ -z "${DEV}" ]; do
12 DEV="$(fido2-token -L | sed 's/^\(.*\): .*$/\1/;q')"
15 printf '%s\n' "${DEV}"
H A Dfido2-detach.sh8 DEV="$(fido2-token -L | sed 's/^\(.*\): .*$/\1/;q')"
10 while [ -n "${DEV}" ]; do
12 DEV="$(fido2-token -L | sed 's/^\(.*\): .*$/\1/;q')"
H A Dtest.sh19 DEV="$2"
31 fido2-cred -M $2 "${DEV}" "${TYPE}" > "$3" < cred_param
47 fido2-assert -G $2 "${DEV}" > "$5" < assert_param
/freebsd-14.2/tools/tools/ath/
H A Dathctrl.sh8 DEV=ath0
23 -i) DEV="$2"; shift; shift;;
37 printf "Setup IFS parameters on interface ${DEV} for %i meter p-2-p link\n" $d
38 ATHN=`echo $DEV | sed 's/ath//'`
/freebsd-14.2/tests/sys/net/
H A Dif_clone_test.sh545 local CLASS DEV N
557 DEV=${CLASS}${N}a
559 DEV=${CLASS}${N}
562 echo ${DEV} >> "devices_to_cleanup"
563 echo ${DEV}
569 local DEV
571 for DEV in `cat "devices_to_cleanup"`; do
572 ifconfig ${DEV} destroy
H A Dif_lagg_test.sh470 local DEV
472 for DEV in `cat "devices_to_cleanup"`; do
473 ifconfig ${DEV} destroy
/freebsd-14.2/tools/tools/net80211/scripts/
H A Dsetup.wdsmain44 DEV=\$1
45 ifconfig $BRIDGE addm \$DEV
46 ifconfig \$DEV up
/freebsd-14.2/sys/contrib/openzfs/.github/workflows/scripts/
H A Dsetup-dependencies.sh66 DEV="/dev/disk/azure/resource-part1"
68 sudo mkfs.ext4 -O ^has_journal -F $DEV
69 sudo mount -o noatime,barrier=0 $DEV /var/tmp
/freebsd-14.2/contrib/bmake/unit-tests/
H A Ddirective-include.mk35 DEV= null
36 .include "/dev/${DEV}"
/freebsd-14.2/sys/dev/pccbb/
H A Dpccbb_pci.c113 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \ argument
114 pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE)
115 #define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \ argument
116 pci_write_config(DEV, REG, ( \
117 pci_read_config(DEV, REG, SIZE) MASK1) MASK2, SIZE)
H A Dpccbb.c113 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \ argument
114 pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE)
115 #define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \ argument
116 pci_write_config(DEV, REG, ( \
117 pci_read_config(DEV, REG, SIZE) MASK1) MASK2, SIZE)
/freebsd-14.2/tools/tools/locale/etc/charmaps/
H A Dcharmaps.txt17 ISCII-DEV unicode.org: VENDORS/APPLE/DEVANAGA i/ haible.de: Indic.html
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dimx6qdl-phytec-mira-peb-wlbt-05.dtsi64 MX6QDL_PAD_SD3_DAT4__GPIO7_IO01 0xb0b1 /* DEV WAKEUP */
H A Dimx6ul-phytec-segin-peb-wlbt-05.dtsi30 MX6UL_PAD_JTAG_MOD__GPIO1_IO10 0x3031 /* DEV WAKEUP */
/freebsd-14.2/contrib/file/
H A DMAINT32 (handles statbuf modes for DEV)
/freebsd-14.2/share/monetdef/
H A DMakefile24 LOCALES+= hi_IN.ISCII-DEV
/freebsd-14.2/tools/tools/locale/etc/final-maps/
H A Dmap.ISCII-DEV1 <code_set_name> "ISCII-DEV"
/freebsd-14.2/share/msgdef/
H A DMakefile16 LOCALES+= hi_IN.ISCII-DEV
/freebsd-14.2/share/colldef/
H A DMakefile102 LOCALES+= hi_IN.ISCII-DEV
/freebsd-14.2/share/numericdef/
H A DMakefile19 LOCALES+= hi_IN.ISCII-DEV
/freebsd-14.2/etc/mtree/
H A DBSD.usr.dist659 hi_IN.ISCII-DEV
/freebsd-14.2/share/timedef/
H A DMakefile63 LOCALES+= hi_IN.ISCII-DEV
/freebsd-14.2/tools/regression/geom/ConfCmp/
H A Da1b.conf5 <name>DEV-method</name>

12