/freebsd/sys/contrib/openzfs/udev/ |
H A D | vdev_id | 122 DEV= 281 grep "$DEV"$ | awk '{print $9}') 319 DEV=$(ls "/sys/block/$DMDEV/slaves" | awk ' 326 if [ -z "$DEV" ] ; then 331 if echo "$DEV" | grep -q ^/devices/ ; then 332 sys_path=$DEV 334 sys_path=$(udevadm info -q path -p "/sys/block/$DEV" 2>/dev/null) 468 JBOD=$(map_jbod "$DEV") 513 grep "$DEV"$ | awk '{print $9}') 536 DEV=$(multipath -ll "$DM_NAME" | [all …]
|
/freebsd/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/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/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/tests/sys/net/ |
H A D | if_clone_test.sh | 544 local CLASS DEV N 556 DEV=${CLASS}${N}a 558 DEV=${CLASS}${N} 561 echo ${DEV} >> "devices_to_cleanup" 562 echo ${DEV} 568 local DEV 570 for DEV in `cat "devices_to_cleanup"`; do 571 ifconfig ${DEV} destroy
|
H A D | if_lagg_test.sh | 461 local DEV 463 for DEV in `cat "devices_to_cleanup"`; do 464 ifconfig ${DEV} destroy
|
/freebsd/tools/tools/net80211/scripts/ |
H A D | setup.wdsmain | 44 DEV=\$1 45 ifconfig $BRIDGE addm \$DEV 46 ifconfig \$DEV up
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-include.mk | 35 DEV= null 36 .include "/dev/${DEV}"
|
/freebsd/sys/dev/pccbb/ |
H A D | pccbb_pci.c | 112 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \ argument 113 pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE) 114 #define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \ argument 115 pci_write_config(DEV, REG, ( \ 116 pci_read_config(DEV, REG, SIZE) MASK1) MASK2, SIZE)
|
H A D | pccbb.c | 112 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \ argument 113 pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE) 114 #define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \ argument 115 pci_write_config(DEV, REG, ( \ 116 pci_read_config(DEV, REG, SIZE) MASK1) MASK2, SIZE)
|
/freebsd/tools/tools/locale/etc/charmaps/ |
H A D | charmaps.txt | 17 ISCII-DEV unicode.org: VENDORS/APPLE/DEVANAGA i/ haible.de: Indic.html
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6ul-phytec-segin-peb-wlbt-05.dtsi | 30 MX6UL_PAD_JTAG_MOD__GPIO1_IO10 0x3031 /* DEV WAKEUP */
|
H A D | imx6qdl-phytec-mira-peb-wlbt-05.dtsi | 64 MX6QDL_PAD_SD3_DAT4__GPIO7_IO01 0xb0b1 /* DEV WAKEUP */
|
/freebsd/contrib/file/ |
H A D | MAINT | 32 (handles statbuf modes for DEV)
|
/freebsd/share/monetdef/ |
H A D | Makefile | 24 LOCALES+= hi_IN.ISCII-DEV
|
/freebsd/tools/tools/locale/etc/final-maps/ |
H A D | map.ISCII-DEV | 1 <code_set_name> "ISCII-DEV"
|
/freebsd/share/msgdef/ |
H A D | Makefile | 16 LOCALES+= hi_IN.ISCII-DEV
|
/freebsd/share/numericdef/ |
H A D | Makefile | 18 LOCALES+= hi_IN.ISCII-DEV
|
/freebsd/share/colldef/ |
H A D | Makefile | 101 LOCALES+= hi_IN.ISCII-DEV
|
/freebsd/etc/mtree/ |
H A D | BSD.usr.dist | 661 hi_IN.ISCII-DEV
|
/freebsd/share/timedef/ |
H A D | Makefile | 62 LOCALES+= hi_IN.ISCII-DEV
|
/freebsd/tools/regression/geom/ConfCmp/ |
H A D | a1.conf | 5 <name>DEV-method</name>
|
H A D | a1a.conf | 5 <name>DEV-method</name>
|