Home
last modified time | relevance | path

Searched full:vendors (Results 1 – 25 of 270) sorted by relevance

1234567891011

/freebsd/contrib/libfido2/udev/
H A Dcheck.sh17 VENDORS=$(grep '^vendor' "$1" | awk '{ print $2 }')
20 if [ "${VENDORS}" != "${PRODUCTS}" ]; then
21 echo vendors: "$(echo "${VENDORS}" | tr '\n' ',')" 1>&2
23 echo vendors and products in different order 1>&2
27 for v in ${VENDORS}; do
H A Dgenrules.awk46 vendors[$2, "id"] = $3
50 vendors[$2, "name"] = vendors[$2, "name"] " " $f
65 line = "\n#" name " by" vendors[$2, "name"]"\n"
68 line = line", ATTRS{idVendor}==\""vendors[$2, "id"]"\""
/freebsd/tools/tools/locale/etc/charmaps/
H A Dcharmaps.txt11 CP1251 unicode.org: VENDORS/MICSFT/WINDOWS
12 CP866 unicode.org: VENDORS/MICSFT/PC
13 CP949 unicode.org: VENDORS/MICSFT/WINDOWS
17 ISCII-DEV unicode.org: VENDORS/APPLE/DEVANAGA i/ haible.de: Indic.html
26 KOI8-R unicode.org: VENDORS/MISC
27 KOI8-U unicode.org: VENDORS/MISC
/freebsd/sys/tools/
H A Dusbdevs2h.awk55 vendors[nvendors, 1] = $2; # name
56 vendors[nvendors, 2] = $3; # id
58 printf("#define\tUSB_VENDOR_%s\t%s\t", vendors[nvendors, 1],
59 vendors[nvendors, 2]) > hfile
85 vendors[nvendors, i] = $f
87 printf("%s", vendors[nvendors, i]) > hfile
168 while (vendors[vendi, j] != "") {
171 printf("%s", vendors[vendi, j]) > dfile
192 printf("\t USB_VENDOR_%s, 0,\n", vendors[i, 1]) > dfile
197 while (vendors[i, j] != "") {
[all …]
H A Dsdiodevs2h.awk55 vendors[nvendors, 1] = $2; # name
56 vendors[nvendors, 2] = $3; # id
58 printf("#define\tSDIO_VENDOR_ID_%s\t%s\t", vendors[nvendors, 1],
59 vendors[nvendors, 2]) > hfile
85 vendors[nvendors, i] = $f
87 printf("%s", vendors[nvendors, i]) > hfile
180 while (vendors[vendi, j] != "") {
183 printf("%s", vendors[vendi, j]) > dfile
204 printf("\t SDIO_VENDOR_ID_%s, 0,\n", vendors[i, 1]) > dfile
209 while (vendors[i, j] != "") {
[all …]
/freebsd/sys/dev/videomode/
H A Ddevlist2h.awk65 vendors[nvendors, 1] = $2; # name/ID
68 printf("#define\tEDID_VENDOR_%s\t\"", vendors[nvendors, 1]) > hfile
84 vendors[nvendors, i] = $f
85 printf("%s", vendors[nvendors, i]) > hfile
158 printf(" \"%s\", EDID_VENDOR_%s", vendors[i, 1], \
159 vendors[i, 1]) > dfile
/freebsd/contrib/openpam/m4/
H A Dax_compiler_vendor.m465 dnl If you modify this list of vendors, please add similar support
72 vendors="
97 for ventest in $vendors; do
/freebsd/usr.sbin/mountd/
H A Dnetgroup.5167 The file format is compatible with that of various vendors, however it
168 appears that not all vendors use an identical format.
/freebsd/share/doc/papers/beyond4.3/
H A Dbeyond43.ms207 can be established through tests with several vendors.
210 major vendors would be embarrassing.
346 have been presented to major software vendors as an early step
388 how an ACL mechanism should work, and several vendors have implemented
/freebsd/contrib/llvm-project/libcxx/include/__configuration/
H A Davailability.h20 // Libc++ is shipped by various vendors. In particular, it is used as a system
51 // When vendors decide to ship the feature as part of their shared library, they
65 // a platform (i.e. as a system library), and so vendors that want them should
280 // ...New vendors can add availability markup here...
/freebsd/crypto/krb5/src/include/gssrpc/
H A Drename.h42 * OS vendors should replace all the <gssrpc/foo.h> inclusions with
43 * <rpc/foo.h> inclusions, as appropriate. Additionally, vendors
/freebsd/crypto/
H A DREADME3 from various third party vendors, with FreeBSD patches applied. No
/freebsd/sys/contrib/device-tree/Bindings/gnss/
H A Dmediatek.txt4 vendors and can use a UART interface.
H A Dsirfstar.txt4 vendors and can use UART, SPI or I2C interfaces.
H A Dmediatek.yaml14 vendors and can use a UART interface.
/freebsd/sys/contrib/device-tree/Bindings/i3c/
H A Dmipi-i3c-hci.yaml20 host controller hardware implementations from multiple vendors.
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/
H A Dbrcm,trx.txt5 most of the vendors building devices based on Broadcom's BCM47xx SoCs and is
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dbtusb.txt16 Also, vendors that use btusb may have device additional properties, e.g:
H A Dnokia-bluetooth.txt5 vendors and modified device API. Those devices speak a protocol named H4+
/freebsd/contrib/libpcap/
H A Dpcap-namedb.h37 * Note to OS vendors: do NOT get rid of this file! Some applications
H A Dpcap.h37 * Note to OS vendors: do NOT get rid of this file! Many applications
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_disk.h35 * devices will use a stripe width of 128k, other vendors prefer a 1m
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/
H A Dnokia,h4p-bluetooth.txt5 vendors and modified device API. Those devices speak a protocol named H4+
/freebsd/sys/x86/include/
H A Dcputypes.h32 * Vendors of processor.
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dinside-secure,safexcel-eip93.yaml16 developed by Inside Secure and given to license to vendors.

1234567891011