| /freebsd/contrib/processor-trace/libipt/src/ |
| H A D | pt_config.c | 2 * Copyright (c) 2013-2019, Intel Corporation 32 #include "intel-pt.h" 41 return -pte_invalid; in pt_cpu_errata() 46 if (cpu->vendor != pcv_intel) in pt_cpu_errata() 47 return -pte_bad_cpu; in pt_cpu_errata() 49 switch (cpu->family) { in pt_cpu_errata() 51 switch (cpu->model) { in pt_cpu_errata() 56 errata->bdm70 = 1; in pt_cpu_errata() 57 errata->bdm64 = 1; in pt_cpu_errata() 64 errata->bdm70 = 1; in pt_cpu_errata() [all …]
|
| /freebsd/contrib/processor-trace/libipt/test/src/ |
| H A D | ptunit-config.c | 2 * Copyright (c) 2015-2019, Intel Corporation 34 #include "intel-pt.h" 44 struct pt_config config; in from_user_null() local 47 errcode = pt_config_from_user(NULL, &config); in from_user_null() 48 ptu_int_eq(errcode, -pte_internal); in from_user_null() 50 errcode = pt_config_from_user(&config, NULL); in from_user_null() 51 ptu_int_eq(errcode, -pte_invalid); in from_user_null() 58 struct pt_config config, user; in from_user_too_small() local 61 user.size = sizeof(config.size); in from_user_too_small() 63 errcode = pt_config_from_user(&config, &user); in from_user_too_small() [all …]
|
| /freebsd/sys/contrib/xz-embedded/linux/lib/xz/ |
| H A D | Kconfig | 1 config XZ_DEC 11 config XZ_DEC_X86 12 bool "x86 BCJ filter decoder" 16 config XZ_DEC_POWERPC 17 bool "PowerPC BCJ filter decoder" 21 config XZ_DEC_IA64 22 bool "IA-64 BCJ filter decoder" 26 config XZ_DEC_ARM 27 bool "ARM BCJ filter decoder" 31 config XZ_DEC_ARMTHUMB [all …]
|
| /freebsd/contrib/processor-trace/libipt/internal/include/ |
| H A D | pt_config.h | 2 * Copyright (c) 2015-2019, Intel Corporation 29 #include "intel-pt.h" 32 /* Read the configuration provided by a library user and zero-initialize 35 * We keep the user's size value if it is smaller than sizeof(*@config) to 39 * Returns -pte_internal if @config is NULL. 40 * Returns -pte_invalid if @uconfig is NULL. 41 * Returns -pte_bad_config if @config is too small to be useful. 43 extern int pt_config_from_user(struct pt_config *config, 46 /* Get the configuration for the n'th address filter. 48 * Returns zero if @filter is NULL or @n is out of bounds. [all …]
|
| /freebsd/contrib/kyua/drivers/ |
| H A D | debug_test.cpp | 46 namespace config = utils::config; 57 /// \param filter The test case filter to locate the test to debug. 58 /// \param user_config The end-user configuration properties. 69 const engine::test_filter& filter, in drive() argument 70 const config::tree& user_config, in drive() 79 filters.insert(filter); in drive() 87 throw std::runtime_error(F("Unknown test case '%s'") % filter.str()); in drive() 89 throw std::runtime_error(F("The filter '%s' matches more than one test " in drive() 90 "case") % filter.str()); in drive() 96 const model::test_case test_case = test_program->find(test_case_name); in drive() [all …]
|
| /freebsd/usr.sbin/cxgbetool/ |
| H A D | cxgbetool.8 | 2 .\" SPDX-License-Identifier: BSD-3-Clause 42 .Bl -item -compact 52 .Ar nexus Cm clip Bro Cm hold | release Brc Ar ipv6-address 64 .Ar nexus Cm hashfilter Ar filter-specification 73 .Ar nexus Cm filter mode 76 .Ar nexus Cm filter Ar idx Ar filter-specification 79 .Ar nexus Cm filter Ar idx Cm delete Op Cm prio Bro Cm 0 | 1 Brc 82 .Ar nexus Cm filter list 88 .Ar nexus Cm loadcfg Ar fw-config.txt 94 .Ar nexus Cm loadfw Ar fw-image.bin [all …]
|
| /freebsd/contrib/libpcap/ |
| H A D | CHANGES | 5 Mark pcap_vasprintf() as printf-like. 16 Avoid casting hack for the Windows cleanup-on-exit routine. 21 Remove the unused pcap-rpcap-int.h header file. 23 Make some static variables thread-local; fixes issue #1174. 25 Improve reporting of some invalid filter expressions. 28 moving code (#976); fixes #945 (although the resulting filter 36 Avoid 32-bit unsigned integer overflow in USB captures. Fixes 49 Report {non-existent zone}/{interface} errors appropriately. 50 Allow attaching to links owned by a non-global zone. (Based on 55 in recent SDKs, including tagging pcap-namedb.h routines. [all …]
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_ioctl.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 45 T4_GET_FILTER_MODE, /* get global filter mode */ 46 T4_SET_FILTER_MODE, /* set global filter mode */ 47 T4_GET_FILTER, /* get information about a filter */ 48 T4_SET_FILTER, /* program a filter */ 49 T4_DEL_FILTER, /* delete a filter */ 278 } config; global() member [all...] |
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | sophgo,cv1800b-dwmac.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/sophgo,cv1800b-dwmac.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Inochi Amaoto <inochiama@gmail.com> 17 - sophgo,cv1800b-dwmac 19 - compatible 24 - const: sophgo,cv1800b-dwmac 25 - const: snps,dwmac-3.70a 32 - description: GMAC main clock [all …]
|
| H A D | sophgo,sg2044-dwmac.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/sophgo,sg2044-dwmac.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Inochi Amaoto <inochiama@gmail.com> 17 - sophgo,sg2044-dwmac 18 - sophgo,sg2042-dwmac 20 - compatible 25 - items: 26 - const: sophgo,sg2042-dwmac [all …]
|
| H A D | snps,dwmac.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandre Torgue <alexandre.torgue@foss.st.com> 11 - Giuseppe Cavallaro <peppe.cavallaro@st.com> 12 - Jose Abreu <joabreu@synopsys.com> 23 - snps,dwmac 24 - snps,dwmac-3.40a 25 - snps,dwmac-3.50a 26 - snps,dwmac-3.610 [all …]
|
| H A D | renesas,rzv2h-gbeth.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/renesas,rzv2h-gbeth.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> 17 - renesas,r9a09g047-gbeth 18 - renesas,r9a09g056-gbeth 19 - renesas,r9a09g057-gbeth 20 - renesas,rzv2h-gbeth 22 - compatible [all …]
|
| H A D | renesas,r9a09g057-gbeth.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/renesas,r9a09g057-gbeth.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> 17 - renesas,r9a09g056-gbeth 18 - renesas,r9a09g057-gbeth 19 - renesas,rzv2h-gbeth 21 - compatible 26 - enum: [all …]
|
| /freebsd/sys/contrib/libsodium/regen-msvc/ |
| H A D | libsodium.vcxproj.filters.tpl | 1 <?xml version="1.0" encoding="utf-8"?> 5 <Filter>packaging</Filter> 8 <Filter>packaging</Filter> 11 <Filter>packaging</Filter> 14 <Filter>packaging</Filter> 16 <None Include="..\..\..\..\packaging\nuget\package.config"> 17 <Filter>packaging</Filter> 20 <Filter>packaging</Filter>
|
| /freebsd/usr.sbin/virtual_oss/virtual_equalizer/ |
| H A D | equalizer.c | 1 /*- 55 /* (block_size * 2) elements, half-complex, freq domain */ 77 * Masking window value for -1 < x < 1. 89 equalizer_load_freq_amps(struct Equalizer *e, const char *config) in equalizer_load_freq_amps() argument 97 if (strncasecmp(config, "normalize", 4) == 0) { in equalizer_load_freq_amps() 98 while (*config != 0) { in equalizer_load_freq_amps() 99 if (*config == '\n') { in equalizer_load_freq_amps() 100 config++; in equalizer_load_freq_amps() 103 config++; in equalizer_load_freq_amps() 105 e->do_normalize = 1; in equalizer_load_freq_amps() [all …]
|
| /freebsd/contrib/sendmail/libmilter/docs/ |
| H A D | installation.html | 5 <!-- 6 $Id: installation.html,v 1.24 2013-11-22 20:51:39 ca Exp $ 7 --> 11 <LI><A href="#compile">Compiling and Installing Your Filter</A> 12 <LI><A href="#config">Configuring Sendmail</A> 15 <H2><A name="compile">Compiling and Installing Your Filter</A></H2> 17 To compile a filter, modify the Makefile provided with the sample program, or: 20 (e.g. -I/path/to/include -I/path/to/sendmail). 23 application with it (e.g. "-lmilter"). 25 <LI>Compile with pthreads, either by using -pthread for gcc, or [all …]
|
| /freebsd/sys/dev/igc/ |
| H A D | igc_regs.h | 1 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 11 #define IGC_CTRL 0x00000 /* Device Control - RW */ 12 #define IGC_STATUS 0x00008 /* Device Status - RO */ 13 #define IGC_EECD 0x00010 /* EEPROM/Flash Control - RW */ 15 #define IGC_EERD 0x12014 /* EEprom mode read - RW */ 16 #define IGC_EEWR 0x12018 /* EEprom mode write - RW */ 17 #define IGC_CTRL_EXT 0x00018 /* Extended Device Control - RW */ 18 #define IGC_MDIC 0x00020 /* MDI Control - RW */ 19 #define IGC_MDICNFG 0x00E04 /* MDI Config - RW */ [all …]
|
| /freebsd/lib/libusb/ |
| H A D | libusb.3 | 33 .Pq libusb, -lusb 52 argument is non-NULL, a pointer to the libusb context is stored at 62 argument is non-NULL, a pointer to the libusb context is stored at 79 This function will return non-zero if the given 85 .Bl -tag -width LIBUSB_CAP -offset indent 118 .Ql en-US 120 .Ql en-CA . 250 .Fn libusb_get_configuration "libusb_device_handle *devh" "int *config" 257 .Fn libusb_set_configuration "libusb_device_handle *devh" "int config" 259 .Fa config [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GenericTaintChecker.cpp | 1 //== GenericTaintChecker.cpp ----------------------------------- -*- C++ -*--=// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 //===----------------------------------------------------------------------===// 39 #define DEBUG_TYPE "taint-checker" 51 /// Check for CWE-134: Uncontrolled Format String. 54 "(CWE-134: Uncontrolled Format String)"; 57 /// CERT/STR02-C. "Sanitize data passed to complex subsystems" 58 /// CWE-78, "Failure to Sanitize Data into an OS Command" 61 "(CERT/STR02-C. Sanitize data passed to complex subsystems)"; [all …]
|
| /freebsd/sys/dev/ixl/ |
| H A D | ixl_pf_main.c | 3 Copyright (c) 2013-2018, Intel Corporation 115 "CL108 RS-FEC", 116 "CL74 FC-FEC/BASE-R", 127 * ixl_set_state - Set the specified state 141 * ixl_clear_state - Clear the specified state 155 * ixl_test_state - Test the specified state 170 * ixl_testandset_state - Test and set the specified state 193 u8 oem_ver = (u8)(hw->nvm.oem_ver >> 24); in ixl_nvm_version_str() 194 u16 oem_build = (u16)((hw->nvm.oem_ver >> 16) & 0xFFFF); in ixl_nvm_version_str() 195 u8 oem_patch = (u8)(hw->nvm.oem_ver & 0xFF); in ixl_nvm_version_str() [all …]
|
| /freebsd/share/man/man9/ |
| H A D | accf_data.9 | 37 This is a filter to be placed on a socket that will be using 51 Assuming ACCEPT_FILTER_DATA has been included in the kernel config 55 has been loaded, this will enable the data accept filter 58 .Bd -literal -offset 0i 71 The accept filter mechanism and the 72 accf_data filter were introduced in 75 This manual page and the filter were written by
|
| H A D | accf_http.9 | 37 This is a filter to be placed on a socket that will be using 73 Assuming ACCEPT_FILTER_HTTP has been included in the kernel config 77 has been loaded, this will enable the http accept filter 80 .Bd -literal -offset 0i 91 The accept filter mechanism and the 92 accf_http filter were introduced in 95 This manual page and the filter were written by
|
| /freebsd/contrib/jemalloc/ |
| H A D | Makefile.in | 6 # Clear the default suffixes, so that built-in rules are not used. 27 CPPFLAGS := @CPPFLAGS@ -I$(objroot)include -I$(srcroot)include 95 BINS := $(objroot)bin/jemalloc-config $(objroot)bin/jemalloc.sh $(objroot)bin/jeprof 175 LJEMALLOC := -Wl,--whole-archive -L$(objroot)lib -l$(LIBJEMALLOC) -Wl,--no-whole-archive 383 $(XSLTPROC) -o $@ $(objroot)doc/html.xsl $< 393 $(XSLTPROC) -o $@ $(objroot)doc/manpages.xsl $< 394 # The -o option (output filename) of xsltproc may not work (it uses the 397 @if [ -f $(objroot)doc/jemalloc.3 ]; then \ 416 -include $(C_SYM_OBJS:%.$(O)=%.d) 417 -include $(C_OBJS:%.$(O)=%.d) [all …]
|
| /freebsd/contrib/wpa/wpa_supplicant/vs2005/wpasvc/ |
| H A D | wpasvc.vcproj | 1 <?xml version="1.0" encoding="Windows-1252"?> 6 ProjectGUID="{E2A4A85F-CA77-406D-8ABF-63EF94545ACC}" 180 <Filter 182 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 183 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 186 RelativePath="..\..\..\src\crypto\aes-cbc.c" 190 RelativePath="..\..\..\src\crypto\aes-ctr.c" 194 RelativePath="..\..\..\src\crypto\aes-eax.c" 198 RelativePath="..\..\..\src\crypto\aes-encblock.c" 202 RelativePath="..\..\..\src\crypto\aes-omac1.c" [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/leds/backlight/ |
| H A D | arcxcnn_bl.txt | 4 - compatible: should be "arc,arc2c0608" 5 - reg: slave address 8 - default-brightness: brightness value on boot, value from: 0-4095 9 - label: The name of the backlight device 11 - led-sources: List of enabled channels from 0 to 5. 14 - arc,led-config-0: setting for register ILED_CONFIG_0 15 - arc,led-config-1: setting for register ILED_CONFIG_1 16 - arc,dim-freq: PWM mode frequence setting (bits [3:0] used) 17 - arc,comp-config: setting for register CONFIG_COMP 18 - arc,filter-config: setting for register FILTER_CONFIG [all …]
|