| /freebsd-14.2/sys/contrib/openzfs/udev/ |
| H A D | vdev_id | 122 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 D | usb_enum.t | 15 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 D | fido2-attach.sh | 8 DEV="" 10 while [ -z "${DEV}" ]; do 12 DEV="$(fido2-token -L | sed 's/^\(.*\): .*$/\1/;q')" 15 printf '%s\n' "${DEV}"
|
| H A D | fido2-detach.sh | 8 DEV="$(fido2-token -L | sed 's/^\(.*\): .*$/\1/;q')" 10 while [ -n "${DEV}" ]; do 12 DEV="$(fido2-token -L | sed 's/^\(.*\): .*$/\1/;q')"
|
| H A D | test.sh | 19 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 D | athctrl.sh | 8 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 D | if_clone_test.sh | 545 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 D | if_lagg_test.sh | 470 local DEV 472 for DEV in `cat "devices_to_cleanup"`; do 473 ifconfig ${DEV} destroy
|
| /freebsd-14.2/tools/tools/net80211/scripts/ |
| H A D | setup.wdsmain | 44 DEV=\$1 45 ifconfig $BRIDGE addm \$DEV 46 ifconfig \$DEV up
|
| /freebsd-14.2/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | setup-dependencies.sh | 66 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 D | directive-include.mk | 35 DEV= null 36 .include "/dev/${DEV}"
|
| /freebsd-14.2/sys/dev/pccbb/ |
| H A D | pccbb_pci.c | 113 #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 D | pccbb.c | 113 #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 D | charmaps.txt | 17 ISCII-DEV unicode.org: VENDORS/APPLE/DEVANAGA i/ haible.de: Indic.html
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | imx6qdl-phytec-mira-peb-wlbt-05.dtsi | 64 MX6QDL_PAD_SD3_DAT4__GPIO7_IO01 0xb0b1 /* DEV WAKEUP */
|
| H A D | imx6ul-phytec-segin-peb-wlbt-05.dtsi | 30 MX6UL_PAD_JTAG_MOD__GPIO1_IO10 0x3031 /* DEV WAKEUP */
|
| /freebsd-14.2/contrib/file/ |
| H A D | MAINT | 32 (handles statbuf modes for DEV)
|
| /freebsd-14.2/share/monetdef/ |
| H A D | Makefile | 24 LOCALES+= hi_IN.ISCII-DEV
|
| /freebsd-14.2/tools/tools/locale/etc/final-maps/ |
| H A D | map.ISCII-DEV | 1 <code_set_name> "ISCII-DEV"
|
| /freebsd-14.2/share/msgdef/ |
| H A D | Makefile | 16 LOCALES+= hi_IN.ISCII-DEV
|
| /freebsd-14.2/share/colldef/ |
| H A D | Makefile | 102 LOCALES+= hi_IN.ISCII-DEV
|
| /freebsd-14.2/share/numericdef/ |
| H A D | Makefile | 19 LOCALES+= hi_IN.ISCII-DEV
|
| /freebsd-14.2/etc/mtree/ |
| H A D | BSD.usr.dist | 659 hi_IN.ISCII-DEV
|
| /freebsd-14.2/share/timedef/ |
| H A D | Makefile | 63 LOCALES+= hi_IN.ISCII-DEV
|
| /freebsd-14.2/tools/regression/geom/ConfCmp/ |
| H A D | a1b.conf | 5 <name>DEV-method</name>
|