/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpkdf_tls13_kdf.txt | 21 KDF = TLS13-KDF 22 Ctrl.mode = mode:EXTRACT_ONLY 23 Ctrl.digest = digest:SHA2-256 27 KDF = TLS13-KDF 28 Ctrl.mode = mode:EXPAND_ONLY 29 Ctrl.digest = digest:SHA2-256 36 KDF = TLS13-KDF 37 Ctrl.mode = mode:EXPAND_ONLY 38 Ctrl.digest = digest:SHA2-256 45 KDF = TLS13-KDF [all …]
|
/freebsd/sys/dev/drm2/ |
H A D | drm_modes.c | 2 * Copyright © 1997-2003 by The XFree86 Project, Inc. 4 * Copyright © 2007-2008 Intel Corporation 6 * Copyright 2005-2006 Luc Verhaegen 38 * drm_mode_debug_printmodeline - debug print a mode 40 * @mode: mode to print 45 * Describe @mode using DRM_DEBUG. 47 void drm_mode_debug_printmodeline(const struct drm_display_mode *mode) in drm_mode_debug_printmodeline() argument 51 mode->base.id, mode->name, mode->vrefresh, mode->clock, in drm_mode_debug_printmodeline() 52 mode->hdisplay, mode->hsync_start, in drm_mode_debug_printmodeline() 53 mode->hsync_end, mode->htotal, in drm_mode_debug_printmodeline() [all …]
|
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))) 54 /* First detailed mode wrong, use largest 60Hz mode */ 58 /* Prefer the largest mode at 75 Hz */ 68 /* use +hsync +vsync for detailed mode */ 70 /* Force reduced-blanking timings for detailed modes */ 102 /* Envision Peripherals, Inc. EN-7100e */ 111 /* LG Philips LCD LP154W01-A5 */ [all …]
|
H A D | drm_crtc_helper.c | 2 * Copyright (c) 2006-2008 Intel Corporation 41 * drm_helper_move_panel_connectors_to_head() - move panels to the front in the 59 &dev->mode_config.connector_list, head) { in drm_helper_move_panel_connectors_to_head() 60 if (connector->connector_type == DRM_MODE_CONNECTOR_LVDS || in drm_helper_move_panel_connectors_to_head() 61 connector->connector_type == DRM_MODE_CONNECTOR_eDP) in drm_helper_move_panel_connectors_to_head() 62 list_move_tail(&connector->head, &panel_list); in drm_helper_move_panel_connectors_to_head() 65 list_splice(&panel_list, &dev->mode_config.connector_list); in drm_helper_move_panel_connectors_to_head() 75 struct drm_display_mode *mode; in drm_mode_validate_flag() local 80 list_for_each_entry(mode, &connector->modes, head) { in drm_mode_validate_flag() 81 if ((mode->flags & DRM_MODE_FLAG_INTERLACE) && in drm_mode_validate_flag() [all …]
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-enc.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 6 openssl-enc - symmetric cipher routines 11 [B<-I<cipher>>] 12 [B<-help>] 13 [B<-list>] 14 [B<-ciphers>] 15 [B<-in> I<filename>] 16 [B<-out> I<filename>] 17 [B<-pass> I<arg>] 18 [B<-e>] [all …]
|
/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl-enc.1 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/reset/ |
H A D | reboot-mode.txt | 1 Generic reboot mode core map driver 3 This driver get reboot mode arguments and call the write 8 All mode properties are vendor specific, it is a indication to tell 10 as mode-xxx = <magic> (xxx is mode name, magic should be a none-zero value). 13 - mode-normal: Normal reboot mode, system reboot with command "reboot". 14 - mode-recovery: Android Recovery mode, it is a mode to format the device or update a new image. 15 - mode-bootloader: Android fastboot mode, it's a mode to re-flash partitions on the Android based d… 16 - mode-loader: A bootloader mode, it's a mode used to download image on Rockchip platform, 20 reboot-mode { 21 mode-normal = <BOOT_NORMAL>; [all …]
|
H A D | reboot-mode.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/power/reset/reboot-mode.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Generic reboot mode core map 10 - Andy Yan <andy.yan@rock-chips.com> 13 This driver get reboot mode arguments and call the write 18 All mode properties are vendor specific, it is a indication to tell 20 as mode-xxx = <magic> (xxx is mode name, magic should be a non-zero value). 23 - normal: Normal reboot mode, system reboot with command "reboot". [all …]
|
H A D | nvmem-reboot-mode.txt | 1 NVMEM reboot mode driver 3 This driver gets reboot mode magic value from reboot-mode driver 4 and stores it in a NVMEM cell named "reboot-mode". Then the bootloader 9 - compatible: should be "nvmem-reboot-mode". 10 - nvmem-cells: A phandle to the reboot mode provided by a nvmem device. 11 - nvmem-cell-names: Should be "reboot-mode". 13 The rest of the properties should follow the generic reboot-mode description 14 found in reboot-mode.txt 17 reboot-mode { 18 compatible = "nvmem-reboot-mode"; [all …]
|
H A D | nvmem-reboot-mode.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/power/reset/nvmem-reboo [all...] |
H A D | syscon-reboot-mode.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/power/reset/syscon-reboot-mode [all...] |
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | op_classes.c | 6 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 20 static enum chan_allowed allow_channel(struct hostapd_hw_modes *mode, in allow_channel() argument 27 for (i = 0; i < mode->num_channels; i++) { in allow_channel() 30 chan_is_6ghz = is_6ghz_freq(mode->channels[i].freq); in allow_channel() 31 if (is_6ghz == chan_is_6ghz && mode->channels[i].chan == chan) in allow_channel() 35 if (i == mode->num_channels || in allow_channel() 36 (mode->channels[i].flag & HOSTAPD_CHAN_DISABLED)) in allow_channel() 40 *flags = mode->channels[i].flag; in allow_channel() 42 if (mode->channels[i].flag & HOSTAPD_CHAN_NO_IR) in allow_channel() 49 static int get_center_80mhz(struct hostapd_hw_modes *mode, u8 channel, in get_center_80mhz() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIModeRegister.cpp | 1 //===-- SIModeRegister.cpp - Mode Register --------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 /// This pass inserts changes to the Mode register settings as required. 11 /// rounding mode setting, but is intended to be generic enough to be easily 14 //===----------------------------------------------------------------------===// 23 #define DEBUG_TYPE "si-mode-register" 25 STATISTIC(NumSetregInserted, "Number of setreg of mode register inserted."); 30 // Mask is a bitmask where a '1' indicates the corresponding Mode bit has a 33 unsigned Mode = 0; member [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sm6350-sony-xperia-lena-pdx213.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 5 /dts-v1/; 7 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 15 chassis-type = "handset"; 16 qcom,msm-id = <434 0x10000>, <459 0x10000>; 17 qcom,board-id = <0x1000B 0>; 20 #address-cells = <2>; 21 #size-cells = <2>; 25 compatible = "simple-framebuffer"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-netxbig.txt | 5 - compatible: "lacie,netxbig-leds". 6 - gpio-ext: Phandle for the gpio-ext bus. 9 - timers: Timer array. Each timer entry is represented by three integers: 10 Mode (gpio-ext bus), delay_on and delay_off. 12 Each LED is represented as a sub-node of the netxbig-leds device. 14 Required sub-node properties: 15 - mode-addr: Mode register address on gpio-ext bus. 16 - mode-val: Mode to value mapping. Each entry is represented by two integers: 17 A mode and the corresponding value on the gpio-ext bus. 18 - bright-addr: Brightness register address on gpio-ext bus. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | maxim,max77802.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Javier Martinez Canillas <javier@dowhile0.org> 11 - Krzysztof Kozlowski <krzk@kernel.org> 17 The Maxim MAX77686 provides 10 high-efficiency Buck and 32 Low-DropOut (LDO) 23 Certain regulators support "regulator-initial-mode" and "regulator-mode". 24 The valid modes list is defined in the dt-bindings/regulator/maxim,max77802.h 26 1 - Normal regulator voltage output mode. 27 3 - Low Power which reduces the quiescent current down to only 1uA [all …]
|
/freebsd/contrib/libarchive/cpio/ |
H A D | bsdcpio.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2003-2007 Tim Kientzle 22 .Ar < name-list 27 .Ar dest-dir 28 .Ar < name-list 38 is a mode indicator from the following list: 39 .Bl -tag -compact -width indent 54 Pass-through. 61 .Bl -tag -width indent 70 (o mode only) [all …]
|
/freebsd/contrib/wpa/src/ap/ |
H A D | hw_features.c | 3 * Copyright 2002-2003, Instant802 Networks, Inc. 4 * Copyright 2005-2006, Devicescape Software, Inc. 5 * Copyright (c) 2008-2012, Jouni Malinen <j@w1.fi> 51 switch (chan->flag & HOSTAPD_CHAN_DFS_MASK) { in dfs_info() 68 info[sizeof(info) - 1] = '\0'; in dfs_info() 77 struct hostapd_data *hapd = iface->bss[0]; in hostapd_get_hw_features() 82 enum hostapd_hw_mode mode = HOSTAPD_MODE_IEEE80211ANY; in hostapd_get_hw_features() local 87 return -1; in hostapd_get_hw_features() 95 return -1; in hostapd_get_hw_features() 98 iface->hw_flags = flags; in hostapd_get_hw_features() [all …]
|
/freebsd/tools/regression/capsicum/syscalls/ |
H A D | cap_getmode.c | 1 /*- 45 unsigned int mode; in main() 51 mode = 666; in main() 52 CHECK(cap_getmode(&mode) == 0); in main() 53 /* If cap_getmode() succeeded mode should be modified. */ in main() 54 CHECK(mode != 666); in main() 55 /* We are not in capability mode. */ in main() 56 CHECK(mode == 0); in main() 60 CHECK(cap_getmode(NULL) == -1); in main() 63 CHECK(cap_getmode((void *)(uintptr_t)0xdeadc0de) == - in main() 46 unsigned int mode; main() local [all...] |
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_hw.c | 2 * Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved. 12 * non-internal use) in order to implement provider AES ciphers. 24 AES_KEY *ks = &adat->ks.ks; in cipher_hw_aes_initkey() 26 dat->ks = ks; in cipher_hw_aes_initkey() 28 if ((dat->mode == EVP_CIPH_ECB_MODE || dat->mode == EVP_CIPH_CBC_MODE) in cipher_hw_aes_initkey() 29 && !dat->enc) { in cipher_hw_aes_initkey() 33 dat->block = (block128_f)HWAES_decrypt; in cipher_hw_aes_initkey() 34 dat->stream.cbc = NULL; in cipher_hw_aes_initkey() 36 if (dat->mode == EVP_CIPH_CBC_MODE) in cipher_hw_aes_initkey() 37 dat->stream.cbc = (cbc128_f)HWAES_cbc_encrypt; in cipher_hw_aes_initkey() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
H A D | mscc,ocelot.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR MIT) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Vladimir Oltean <vladimir.oltean@nxp.com> 11 - Claudiu Manoil <claudiu.manoil@nxp.com> 12 - Alexandre Belloni <alexandre.belloni@bootlin.com> 13 - UNGLinuxDriver@microchip.com 16 There are multiple switches which are either part of the Ocelot-1 family, or 22 Frame DMA or register-based I/O. 26 This is found in the NXP T1040, where it is a memory-mapped platform [all …]
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | gzlib.c | 2 * - gz_statep was converted to union to work with -Wstrict-aliasing=1 */ 4 /* gzlib.c -- zlib functions common to reading and writing gzip files 5 * Copyright (C) 2004-2017 Mark Adler 14 #if defined(_LARGEFILE64_SOURCE) && _LFS64_LARGEFILE-0 27 /* Map the Windows error number in ERROR to a locale-dependent error message 54 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') { 55 chars -= 2; 59 if (chars > sizeof (buf) - 1) { 60 chars = sizeof (buf) - 1; 81 state.state->x.have = 0; /* no output data available */ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZPatterns.td | 1 //===-- SystemZPatterns.td - SystemZ-specific pattern rules ---*- tblgen-*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Record that INSN performs a 64-bit version of unary operator OPERATOR 10 // in which the operand is sign-extended from 32 to 64 bits. 18 // Record that INSN performs a 64-bit version of binary operator OPERATOR 20 // is sign-extended from a 32-bit register. 38 // Record that INSN performs a binary read-modify-write operation, 40 // respectively. MODE is the addressing mode and IMM is the type 43 SDPatternOperator store, AddressingMode mode, [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/microchip/ |
H A D | sparx5_pcb135_board.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 10 gpio-restart { 11 compatible = "gpio-restart"; 17 compatible = "gpio-leds"; 21 default-state = "off"; 26 default-state = "off"; 31 default-state = "off"; 36 default-state = "off"; 41 default-state = "off"; [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varname-dot-make-mode.mk | 1 # $NetBSD: varname-dot-make-mode.mk,v 1.3 2022/05/07 17:49:47 rillig Exp $ 3 # Tests for the special .MAKE.MODE variable. 5 # TODO: test .MAKE.MODE "meta", or see meta mode tests. 6 # TODO: test .MAKE.MODE "compat" 11 all: .PHONY make-mode-randomize-targets 14 # By adding the word "randomize-targets" to the variable .MAKE.MODE, the 16 # mode helps to find undeclared dependencies between files. 19 # Added on 2022-05-07. 23 make-mode-randomize-targets: .PHONY 24 @echo "randomize compat mode:" [all …]
|