/freebsd/contrib/wpa/src/wps/ |
H A D | wps_attr_parse.c | 2 * Wi-Fi Protected Setup - attribute parsing 30 return -1; in wps_set_vendor_ext_wfa_subelem() 32 attr->version2 = pos; in wps_set_vendor_ext_wfa_subelem() 35 attr->authorized_macs = pos; in wps_set_vendor_ext_wfa_subelem() 36 attr->authorized_macs_len = len; in wps_set_vendor_ext_wfa_subelem() 42 return -1; in wps_set_vendor_ext_wfa_subelem() 44 attr->network_key_shareable = pos; in wps_set_vendor_ext_wfa_subelem() 50 return -1; in wps_set_vendor_ext_wfa_subelem() 52 attr->request_to_enroll = pos; in wps_set_vendor_ext_wfa_subelem() 58 return -1; in wps_set_vendor_ext_wfa_subelem() [all …]
|
H A D | wps_module_tests.c | 25 { "10", -1, 0 }, 26 { "1010", -1, 0 }, 27 { "101000", -1, 0 }, 29 { "10100001", -1, 0 }, 31 { "10270000001057000101", -1, 0 }, 32 { "1027000010570001010000000000", -1, 0 }, 36 { "10230000001057000101", -1, 0 }, 37 { "10270000101057000101", -1, 0 }, 40 { "1027000010570001010000000000000001000000", -1, 0 }, 44 { "104a0000", -1, 0 }, [all …]
|
H A D | wps_dev_attr.c | 2 * Wi-Fi Protected Setup - device attributes 21 len = dev->manufacturer ? os_strlen(dev->manufacturer) : 0; in wps_build_manufacturer() 25 * Some deployed WPS implementations fail to parse zero-length in wps_build_manufacturer() 35 wpabuf_put_data(msg, dev->manufacturer, len); in wps_build_manufacturer() 45 len = dev->model_name ? os_strlen(dev->model_name) : 0; in wps_build_model_name() 49 * Some deployed WPS implementations fail to parse zero-length in wps_build_model_name() 59 wpabuf_put_data(msg, dev->model_name, len); in wps_build_model_name() 69 len = dev->model_number ? os_strlen(dev->model_number) : 0; in wps_build_model_number() 73 * Some deployed WPS implementations fail to parse zero-length in wps_build_model_number() 83 wpabuf_put_data(msg, dev->model_number, len); in wps_build_model_number() [all …]
|
/freebsd/libexec/bootpd/tools/bootpef/ |
H A D | bootpef.8 | 8 .Nd "BOOTP Extension File compiler" 10 .Bk -words 12 .Op Fl c Ar chdir\-path 13 .Op Fl d Ar debug\-level 14 .Op Fl f Ar config\-file 15 .Op Ar client\-name ... 21 .Em "Extension Path" 26 .Ar client\-name 29 compiles the extension files for only those clients. 31 .Bl -tag -width indent [all …]
|
/freebsd/sys/riscv/riscv/ |
H A D | identcpu.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2015-2016 Ruslan Bukin <br@bsdpad.com> 11 * FA8750-10-C-0237 ("CTSRD"), as part of the DARPA CRASH research programme. 69 register_t mvendorid; /* The CPU's JEDEC vendor ID */ 75 /* Supervisor-mode extension support. */ 84 u_int isa_extensions; /* Single-letter extensions. */ 97 * Micro-architecture tables. 104 #define MARCHID_END { -1ul, NULL } 106 /* Open-source RISC-V architecture IDs; globally allocated. */ [all …]
|
/freebsd/sys/dev/ath/ |
H A D | if_athioctl.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 33 * Ioctl-related defintions for the Atheros Wireless LAN controller driver. 82 u_int32_t ast_tx_shortretry;/* tx on-chip retries (short) */ 83 u_int32_t ast_tx_longretry;/* tx on-chip retries (long) */ 92 u_int32_t ast_tx_ctsext; /* tx frames with cts extension */ 102 /* rx PHY error per-code counts */ 139 u_int16_t ast_tdma_tsfadjm;/* TDMA slot adjust- (usec, smoothed)*/ 146 u_int32_t ast_rx_halfgi; /* RX half-GI */ [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangDeclVendor.h | 1 //===-- ClangDeclVendor.h ---------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 20 // A clang specialized extension to DeclVendor. 32 static bool classof(const DeclVendor *vendor) { in classof() argument 33 return vendor->GetKind() >= eClangDeclVendor && in classof() 34 vendor->GetKind() < eLastClangDeclVendor; in classof()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | tar.5 | 1 .\" Copyright (c) 2003-2009 Tim Kientzle 39 tape drives that operate with fixed-size blocks, but is widely used as 44 archive consists of a series of 512-byte records. 61 commonly used with modern high-speed tape drives. 69 .Ss Old-Style Archive Format 76 which seems to be the earliest widely-used version of the tar program. 78 The header record for an old-style 81 .Bd -literal -offset indent 96 .Bl -ta [all...] |
/freebsd/crypto/openssh/ |
H A D | FREEBSD-upgrade | 1 FreeBSD maintainer's guide to OpenSSH-portable 5 main branch in src/freebsd/main, and will store vendor trees under 6 src/freebsd/vendor/. In addition, this assumes there is a "freebsd" 12 02) Download the latest OpenSSH-portable tarball and signature from 17 $ gpg --verify openssh-X.YpZ.tar.gz.asc 21 $ tar xf openssh-X.YpZ.tar.gz 23 05) Copy to a vendor branch: 26 $ git worktree add ../vendor/openssh freebsd/vendor/openssh 27 $ cd ../vendor/openssh 28 $ rsync --archive --delete --exclude=.git /path/to/openssh-X.YpZ/ ./ [all …]
|
/freebsd/contrib/openpam/m4/ |
H A D | ax_compiler_vendor.m4 | 2 # https://www.gnu.org/software/autoconf-archive/ax_compiler_vendor.html 11 # Determine the vendor of the C, C++ or Fortran compiler. The vendor is 21 # with an appropriate preprocessor-enabled extension. For example: 33 # Copyright (c) 2018-19 John Zaitseff <J.Zaitseff@zap.org.au> 64 AC_CACHE_CHECK([for _AC_LANG compiler vendor], ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor, [dnl 100 vendor=$ventest 115 ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor=`echo $vendor | cut -d: -f1`
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugMacro.h | 1 //===- DWARFDebugMacro.h --------- [all...] |
/freebsd/sys/contrib/device-tree/Bindings/riscv/ |
H A D | extensions.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR MIT) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: RISC-V ISA extensions 10 - Paul Walmsley <paul.walmsley@sifive.com> 11 - Palme [all...] |
/freebsd/contrib/file/magic/Magdir/ |
H A D | icc | 2 #------------------------------------------------------------------------------ 7 # Color profiles as per the ICC's "Image technology colour management - 11 # http://www.color.org/specification/ICC1v43_2010-12.pdf 15 # Reference: http://www.color.org/iccmax/ICC.2-2016-7.pdf 23 0 name color-profile 43 # XXX - is this what's used for the Sun KCMS or not? The standard file 55 # for "ICM" extension only versions 2.x and for Kodak "CC" 2.0 is found 58 # icc, 82: Warning: Current entry does not yet have a description for adding a EXTENSION type 71 # Profile version major.4bit-minor.sub1.sub2 like 4.3.0.0 (04300000h) 90 >>>12 string x \b-%.4s device [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/nvmem/layouts/ |
H A D | onie,tlv-layout.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/nvmem/layouts/onie,tlv-layout.yaml# 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPKinds.def | 1 //===--- OMPKinds.def - OpenMP directives, clauses, rt-calls -*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 //===----------------------------------------------------------------------===// 18 /// - Moved to OMP.td 633 M.getDataLayout().getIntPtrType(Ctx)->getBitWidth() < 64 1195 /// - trait set selector 1196 /// - trait selector 1197 /// - trait property 1267 __OMP_TRAIT_SELECTOR(implementation, vendor, true) [all …]
|
/freebsd/stand/fdt/ |
H A D | Makefile | 7 # Vendor sources of libfdt. 11 # Loader's fdt commands extension sources. 14 CFLAGS+= -I${SYSDIR}/contrib/libfdt/ -I${LDRSRC} 16 CFLAGS+= -Wformat -Wall
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 1 //===- llvm/Support/Dwarf.def - Dwarf definitions ---------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 13 // TODO: Add other DW-based macros. 32 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) 46 #define HANDLE_DW_AT(ID, NAME, VERSION, VENDOR) 50 #define HANDLE_DW_FORM(ID, NAME, VERSION, VENDOR) 54 #define HANDLE_DW_OP(ID, NAME, OPERANDS, ARITY, VERSION, VENDOR) 62 #define HANDLE_DW_LANG(ID, NAME, LOWER_BOUND, VERSION, VENDOR) [all …]
|
H A D | Dwarf.h | 1 //===-- llvm/BinaryFormat/Dwarf.h ---Dwarf Constants-------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 /// file often includes support for non-released standard features. 17 //===----------------------------------------------------------------------===// 36 //===----------------------------------------------------------------------===// 55 DW_LENGTH_DWARF64 = 0xffffffff, ///< Indicator of 64-bit DWARF format. 67 /// Identifiers we use to distinguish vendor extensions. 94 /// Not inside an enum because a 64-bit value is needed. 104 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) DW_TAG_##NAME = ID, argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugMacro.cpp | 1 //===- DWARFDebugMacro.cpp ------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 52 IndLevel -= (E.Type == DW_MACINFO_end_file); in dump() 76 // The GNU .debug_macro extension's entries have the same encoding in dump() 84 OS << " - lineno: " << E.Line; in dump() 88 OS << " - lineno: " << E.Line; in dump() 92 OS << format(" - import offset: 0x%0*" PRIx64, in dump() 98 OS << " - constant: " << E.ExtConstant; in dump() 119 if (auto CUDIE = U->getUnitDIE()) in parseImpl() [all …]
|
/freebsd/sys/dev/drm2/ |
H A D | drm_edid.c | 3 * Copyright (c) 2007-2008 Intel Corporation 24 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 40 (((edid)->version > (maj)) || \ 41 ((edid)->version == (maj) && (edid)->revision > (min))) 70 /* Force reduced-blanking timings for detailed modes */ 87 char vendor[4]; member 102 /* Envision Peripherals, Inc. EN-7100e */ 111 /* LG Philips LCD LP154W01-A5 */ 123 /* Samsung SyncMaster 22[5-6]BW */ 156 "Minimum number of valid EDID header bytes (0-8, default 6)"); [all …]
|
/freebsd/sys/dev/usb/quirk/ |
H A D | usb_quirk.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 38 UQ_MATCH_VENDOR_ONLY, /* match quirk on vendor only */ 45 UQ_AU_NO_XU, /* audio device has broken extension unit */ 56 UQ_MS_REVZ, /* mouse has Z-axis reversed */ 57 UQ_MS_VENDOR_BTN, /* mouse has buttons in vendor usage page */ 105 UQ_MSC_EJECT_CMOTECH, /* ejects after C-motech SCSI cmd */ 115 UQ_AU_VENDOR_CLASS, /* audio device uses vendor and not audio class */
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_teap.c | 2 * EAP peer method: EAP-TEAP (RFC 7170) 3 * Copyright (c) 2004-2019, Jouni Malinen <j@w1.fi> 85 wpa_printf(MSG_DEBUG, "EAP-TEAP: SessionTicket callback"); in eap_teap_session_ticket_cb() 89 "EAP-TEAP: SessionTicket failed - fall back to full TLS handshake"); in eap_teap_session_ticket_cb() 90 data->session_ticket_used = 0; in eap_teap_session_ticket_cb() 91 if (data->provisioning_allowed) { in eap_teap_session_ticket_cb() 93 "EAP-TEAP: Try to provision a new PAC-Key"); in eap_teap_session_ticket_cb() 94 data->provisioning = 1; in eap_teap_session_ticket_cb() 95 data->current_pac = NULL; in eap_teap_session_ticket_cb() 100 wpa_hexdump(MSG_DEBUG, "EAP-TEAP: SessionTicket", ticket, len); in eap_teap_session_ticket_cb() [all …]
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | README | 9 tree tools/perf/pmu-events/arch/foo. 11 - Regular files with '.json' extension in the name are assumed to be 14 - The CSV file that maps a specific CPU to its set of PMU events is to 17 - Directories are traversed, but all other files are ignored. 19 - To reduce JSON event duplication per architecture, platform JSONs may 26 such as Pipelining, Cache, Memory, Floating-point etc. All events for a topic 27 should be placed in a separate JSON file - where the file name identifies 28 the topic. Eg: "Floating-point.json". 33 $ ls tools/perf/pmu-events/arch/x86/Silvermont_core 34 Cache.json Memory.json Virtual-Memory.json [all …]
|
/freebsd/share/man/man4/ |
H A D | usb_quirk.4 | 27 .Bd -ragged -offset indent 34 .Bd -literal -offset indent 44 .Bl -tag -width Ds 52 audio device has broken extension unit 54 audio device uses vendor class to identify itself 78 mouse has Z-axis reversed 80 mouse has buttons in vendor usage page 107 .Bl -tag -width Ds 154 .Bl -tag -width Ds 169 ejects after C-motech SCSI command [all …]
|
/freebsd/lib/libefivar/ |
H A D | efivar-dp-parse.c | 1 /*- 40 #include "efi-osdep.h" 41 #include "efivar-dp.h" 43 #include "uefi-dplib.h" 45 /* XXX STUBS -- this stuff doesn't work yet */ 64 Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR> 65 SPDX-License-Identifier: BSD-2-Clause-Patent 161 Gets current sub-string from a string list, before return 162 the list header is moved to next sub-string. The sub-string is separated 169 @return A pointer to the current sub-string [all …]
|