/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/ |
H A D | MSVCSetupApi.h | 33 #pragma clang diagnostic ignored "-Wnon-virtual-dtor" 63 /// A product is registered to the instance. 136 /// Information about an instance of a product. 138 struct DECLSPEC_UUID("B41463C3-8866-43B5-BC33-2B0676F7F42E") 141 /// Gets the instance identifier (should match the name of the parent instance 144 /// <param name="pbstrInstanceId">The instance identifier.</param> 153 /// <param name="pInstallDate">The local date and time when the installation 161 /// Gets the unique name of the installation, often indicating the branch and 164 /// <param name="pbstrInstallationName">The unique name of the installation, 173 /// Gets the path to the installation root of the product. [all …]
|
/freebsd/contrib/libxo/doc/ |
H A D | xo.rst | 1 .. index:: --libxo, xo 11 The style of output can be selected using a specific option: "-X" for 12 XML, "-J" for JSON, "-H" for HTML, or "-T" for TEXT, which is the 13 default. The "--style <style>" option can also be used. The standard 14 set of "--libxo" options are available (see :ref:`options`), as well 15 as the :ref:`LIBXO_OPTIONS <libxo-options>` environment variable. 20 xo "The {k:name} weighs {:weight/%d} pounds.\n" fish 6 26 <name>fish</name> 30 "name": "fish", 36 <div class="data" data-tag="name">fish</div> [all …]
|
/freebsd/stand/defaults/ |
H A D | loader.conf.5 | 27 .Sh NAME 52 .Bl -bullet 77 .Bl -tag -width Ar 101 .Dq Li -1 , 131 The lua-based loader will process files with a 142 should be treated as write-only. 154 through to guess product information. 159 When product information can be guessed, for each product informatio [all...] |
/freebsd/contrib/libxo/xo/ |
H A D | xo.1 | 13 .Sh NAME 36 .Bl -tag -width indent 37 .It Ic --close Ar path 39 .It Ic -C | Ic --continuation 43 .It Ic --depth Ar num 45 .It Ic --help 47 .It Ic -H | Ic --html 49 .It Ic -J | Ic --json 51 .It Ic --leading-xpath Ar path 53 .It Ic --not-first [all …]
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 2 # Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved. 23 =head1 NAME 25 OpenSSL::Util - small OpenSSL utilities 32 # $versiondiff should be -1 49 -1 if VERSION1 is less than VERSION2. 64 $textversion =~ /^(\d+)\.(\d+)\.(\d+)([a-z]{0,2})$/; 176 return ( map { $arg_formatter->($_) } @_ ); 198 # means running them with the MCR command. This is an old PDP-11 200 # This assumes that we're passed the name of an executable. This is a 213 $prog = '[]' . $prog unless $prog =~ /^(?:[\$a-z0-9_]+:)?[<\[]/i; [all …]
|
/freebsd/sys/tools/ |
H A D | sdiodevs2h.awk | 1 #! /usr/bin/awk -f 2 #- 5 # SPDX-License-Identifier: BSD-4-Clause 20 # This product includes software developed by Christopher G. Demetriou. 21 # 4. The name of the author may not be used to endorse or promote products 38 print "usage: sdiodevs2h.awk <srcfile> [-d|-h]"; 54 vendorindex[$2] = nvendors; # record index for this name, for later. 55 vendors[nvendors, 1] = $2; # name 100 function product(hfile) function 104 products[nproducts, 1] = $2; # vendor name [all …]
|
H A D | usbdevs2h.awk | 1 #! /usr/bin/awk -f 2 #- 5 # SPDX-License-Identifier: BSD-4-Clause 20 # This product includes software developed by Christopher G. Demetriou. 21 # 4. The name of the author may not be used to endorse or promote products 38 print "usage: usbdevs2h.awk <srcfile> [-d|-h]"; 54 vendorindex[$2] = nvendors; # record index for this name, for later. 55 vendors[nvendors, 1] = $2; # name 100 function product(hfile) function 104 products[nproducts, 1] = $2; # vendor name [all …]
|
/freebsd/sys/dev/videomode/ |
H A D | ediddevs | 3 /*- 17 * 3. The name of Itronix Inc. may not be used to endorse 35 * Use "make -f Makefile.ediddevs" to regenerate ediddevs.h and ediddevs_data.h 92 * EDID version 1.3 requires that monitors expose the monitor name with 99 /* Dell - this exists for now as a sample. I don't have one of these. */ 100 product DEL ULTRASCAN14XE_REVA 0x139A Ultrascan 14XE 101 product DEL ULTRASCAN14XE_REVB 0x139B Ultrascan 14XE 104 product VSC 17GS 0x0c00 17GS 105 product VSC 17PS 0x0c0f 17PS
|
H A D | edid.c | 3 /*- 17 * 3. The name of Itronix Inc. may not be used to endorse 71 const char *name; member 76 uint16_t product; member 77 const char *name; member 91 return edid_vendors[n].name; in edid_findvendor() 97 edid_findproduct(const char *vendor, uint16_t product) in edid_findproduct() argument 103 if (edid_products[n].product == product && in edid_findproduct() 105 return edid_products[n].name; in edid_findproduct() 151 printf("Vendor: [%s] %s\n", edid->edid_vendor, edid->edid_vendorname); in edid_print() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | cypress,cypd4226.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Cypress cypd4226 Type- [all...] |
H A D | aspeed,usb-vhub.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/usb/aspeed,usb-vhub.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Benjamin Herrenschmidt <benh@kernel.crashing.org> 26 - aspeed,ast2400-usb-vhub 27 - aspeed,ast2500-usb-vhub 28 - aspeed,ast2600-usb-vhub 39 aspeed,vhub-downstream-ports: 46 aspeed,vhub-generic-endpoints: [all …]
|
/freebsd/libexec/rc/rc.d/ |
H A D | nuageinit | 11 name="nuageinit" 23 if [ -f user_data ]; then 26 cd - 35 # config-2 37 drive="/dev/$f/[cC][oO][nN][fF][iI][gG]-2" 38 if [ -e $drive ]; then 39 citype=config-2 43 if [ -e $drive ]; then 49 if [ -n "$drive" ]; then 50 mkdir -p /media/nuageinit [all …]
|
/freebsd/contrib/ntp/html/hints/ |
H A D | solaris-dosynctodr.html | 2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> 5 <!-- Sun Template V4.0 9/9/98 --> 10 <META NAME="GENERATOR" CONTENT="Sun Microsystems, Inc."> 11 <META HTTP-EQUIV="content-type" CONTENT="text/html;charset=iso-8859-1"> 13 <!-- INSERT YOUR META TAGS HERE --> 15 <META NAME="PUBLISHED_DATE" CONTENT=""> 16 <META NAME="KEYWORDS" CONTENT=""> 17 <META NAME="DESCRIPTION" CONTENT=""> 19 <!-- END META TAGS --> 24 <!--stopindex--> [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-370-seagate-nas-2bay.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree file for Seagate NAS 2-Bay (Armada 370 SoC). 13 * Product name : Seagate NAS 2-Bay 14 * Code name (board/PCB) : Dart 2-Bay 15 * Model name (cas [all...] |
H A D | armada-370-seagate-personal-cloud.dts | 1 // SPDX-License-Identifier: GPL-2.0 13 * Product name : Seagate Personal Cloud 14 * Code name (board/PCB) : Cumulus 15 * Model name (case sticker) : SRN21C 16 * Material desc (product spec) : STCRxxxxxxx 19 /dts-v1/; 20 #include "armada-370-seagate-personal-cloud.dtsi" 24 compatible = "seagate,cumulus", "marvell,armada370", "marvell,armada-370-xp"; 27 internal-regs { 30 nr-ports = <1>;
|
H A D | armada-370-seagate-personal-cloud-2bay.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree file for Seagate Personal Cloud NAS 2-Bay (Armada 370 SoC). 13 * Product name : Seagate Personal Cloud 2-Bay 14 * Code name (board/PCB) : Cumulus Max 15 * Model name (case sticker) : SRN22C 16 * Material desc (product spe [all...] |
H A D | armada-370-seagate-nas-4bay.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree file for Seagate NAS 4-Bay (Armada 370 SoC). 13 * Product name : Seagate NAS 4-Bay 14 * Code name (board/PCB) : Dart 4-Bay 15 * Model name (cas [all...] |
/freebsd/contrib/libfido2/man/ |
H A D | fido_dev_info_manifest.3 | 26 .\" SPDX-License-Identifier: BSD-2-Clause 31 .Sh NAME 64 …t" "size_t i" "const char *path" "const char *manufacturer" "const char *product" "const fido_dev_… 123 function returns the filesystem path or subsystem-specific identification 129 function returns the product ID of 149 function returns the product string of 153 does not have an associated product string, 167 with the specified path, manufacturer, and product strings, and with
|
/freebsd/share/man/man4/ |
H A D | usb_template.4 | 29 .Sh NAME 40 .Bd -ragged -offset indent 46 .Bd -literal -offset indent 74 .Bl -column -offset 3n "Value" 100 .Bl -tag -width indent 103 Set to -1 to make the device disappear from the USB host point of view. 107 Setting to 0 marks the device as self-powered. 113 16-bit vendor identifier (VID), usually assigned by USB-IF. 115 16-bit product identifier (PID). 117 String containing human-readable manufacturer name. [all …]
|
H A D | cdce.4 | 8 .\" - Redistributions of source code must retain the above copyright 10 .\" - Redistributions in binary form must reproduce the above 33 .Sh NAME 40 .Bd -ragged -offset indent 51 .Bd -ragged -offset indent 59 .Bd -literal -offset indent 65 driver provides support for USB Host-to-Host (aka USB-to-USB) and 66 USB-to-Ethernet bridges based on the USB Communication Device Class 69 It also provides device-side CDC ECM support. 96 is your providers apn name. [all …]
|
/freebsd/contrib/libfido2/src/ |
H A D | nfc_linux.c | 2 * Copyright (c) 2020-2022 Yubico AB. All rights reserved. 3 * Use of this source code is governed by a BSD-style 5 * SPDX-License-Identifier: BSD-2-Clause 60 const char *name; in copy_info() local 64 int ok = -1; in copy_info() 68 if ((name = udev_list_entry_get_name(udev_entry)) == NULL || in copy_info() 69 (dev = udev_device_new_from_syspath(udev, name)) == NULL) in copy_info() 71 if (asprintf(&di->path, "%s/%s", FIDO_NFC_PREFIX, name) == -1) { in copy_info() 72 di->path = NULL; in copy_info() 75 if (nfc_is_fido(di->path) == false) { in copy_info() [all …]
|
H A D | hid_linux.c | 2 * Copyright (c) 2019-2022 Yubico AB. All rights reserved. 3 * Use of this source code is governed by a BSD-style 5 * SPDX-License-Identifier: BSD-2-Clause 33 int s = -1; in get_report_descriptor() 35 if (ioctl(fd, IOCTL_REQ(HIDIOCGRDESCSIZE), &s) == -1) { in get_report_descriptor() 37 return (-1); in get_report_descriptor() 42 return (-1); in get_report_descriptor() 45 hrd->size = (unsigned)s; in get_report_descriptor() 47 if (ioctl(fd, IOCTL_REQ(HIDIOCGRDESC), hrd) == -1) { in get_report_descriptor() 49 return (-1); in get_report_descriptor() [all …]
|
/freebsd/sys/contrib/openzfs/ |
H A D | NOTICE | 2 Lawrence Livermore National Laboratory under Contract DE-AC52-07NA27344. 8 accuracy, completeness, or usefulness of any information, apparatus, product, or 10 rights. Reference herein to any specific commercial product, process, or service 11 by trade name, trademark, manufacturer, or otherwise does not necessarily 16 and shall not be used for advertising or product endorsement purposes.
|
/freebsd/sys/arm64/arm64/ |
H A D | ptrauth.c | 1 /*- 62 const char *family, *maker, *product; in ptrauth_disable() local 66 product = kern_getenv("smbios.system.product"); in ptrauth_disable() 67 if (family == NULL || maker == NULL || product == NULL) in ptrauth_disable() 78 strcmp(product, "Windows Dev Kit 2023") == 0) in ptrauth_disable() 110 * it will also be available on any non-boot CPUs. If this is ever in ptrauth_init() 128 memcpy(&new_td->td_md.md_ptrauth_user, &orig_td->td_md.md_ptrauth_user, in ptrauth_fork() 129 sizeof(new_td->td_md.md_ptrauth_user)); in ptrauth_fork() 139 arc4rand(&td->td_md.md_ptrauth_user, sizeof(td->td_md.md_ptrauth_user), in ptrauth_exec() 153 memcpy(&new_td->td_md.md_ptrauth_user, &orig_td->td_md.md_ptrauth_user, in ptrauth_copy_thread() [all …]
|
/freebsd/usr.sbin/bluetooth/bcmfw/ |
H A D | bcmfw.8 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 31 .Sh NAME 38 .Fl m Ar mini-driver_file_name 43 utility downloads the specified mini-driver and firmware files to the specified 49 The identification is currently based on USB vendor ID/product ID pair. 52 and the product ID should be 0x2033. 54 Due to copyright issues I will no longer provide mini-driver and firmware 56 These files can be obtained from the Linux BlueZ bluez-firmware package. 62 I am using the following files from the bluez-firmware-1.0 package: [all …]
|