/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/tools/regression/security/open_to_operation/ |
H A D | open_to_operation.c | 1 /*- 27 /*- 28 * This regression test attempts to confirm that the flags used at open-time 75 * a file descriptor is held, open-time limitations are implemented. 128 ok_mode(const char *testname, const char *comment, int mode) in ok_mode() argument 133 printf("ok %d - %s # mode 0x%x\n", testnum, testname, mode); in ok_mode() 135 printf("ok %d - %s # mode 0x%x - %s\n", testnum, testname, in ok_mode() 136 mode, comment); in ok_mode() 140 notok_mode(const char *testname, const char *comment, int mode) in notok_mode() argument 145 printf("not ok %d - %s # mode 0x%x\n", testnum, testname, in notok_mode() [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 …]
|
/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/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 | 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...] |
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...] |
/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/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/tests/sys/mac/bsdextended/ |
H A D | ugidfw_test.c | 1 /*- 50 * rule<->string routines to confirm they work approximately as desired. 79 "subject uid root object uid root mode n", 80 "subject uid root object uid daemon mode n", 81 "subject uid daemon object uid root mode n", 82 "subject uid daemon object uid daemon mode n", 83 /* Variations on mode. */ 84 "subject uid root object uid root mode a", 85 "subject uid root object uid root mode r", 86 "subject uid root object uid root mode s", [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sm8550-samsung-q5q.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 8 /dts-v1/; 10 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 11 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 17 /delete-node/ &adspslpi_mem; 18 /delete-node/ &cdsp_mem; 19 /delete-node/ &mpss_dsm_mem; 20 /delete-node/ &mpss_mem; 21 /delete-node/ &rmtfs_mem; 26 chassis-type = "handset"; [all …]
|
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/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/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/crypto/openssl/engines/asm/ |
H A D | e_padlock-x86_64.pl | 2 # Copyright 2011-2023 The OpenSSL Project Authors. All Rights Reserved. 19 # Assembler helpers for Padlock engine. See even e_padlock-x86.pl for 30 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 31 ( $xlate="${dir}../../crypto/perlasm/x86_64-xlate.pl" and -f $xlate) or 32 die "can't locate x86_64-xlate.pl"; 54 .type padlock_capability,\@abi-omnipotent 90 .size padlock_capability,.-padlock_capability 93 .type padlock_key_bswap,\@abi-omnipotent,0 107 .size padlock_key_bswap,.-padlock_key_bswap 110 .type padlock_verify_context,\@abi-omnipotent [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/share/man/man4/ |
H A D | ppbus.4 | 42 system provides a uniform, modular and architecture-independent 48 .Bl -bullet -offset indent 50 architecture-independent macros or functions to access parallel ports 57 with kernel-in drivers. 61 and non-standard software: 63 .Bl -column "Driver" -compact 67 .It Sy lpbb Ta "Philips official parallel port I2C bit-banging interface" 73 .Bl -column "Driver" -compact 100 .Bl -bullet -offset indent 102 compatible mode, also called Centronics mode [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/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/lib/libc/stdio/ |
H A D | fopen.3 | 46 .Fn fopen "const char * restrict path" "const char * restrict mode" 48 .Fn fdopen "int fildes" "const char *mode" 50 .Fn freopen "const char *path" "const char *mode" "FILE *stream" 52 .Fn fmemopen "void * restrict buf" "size_t size" "const char * restrict mode" 62 .Fa mode 64 .Bl -tag -width indent 110 .Fa mode 117 .St -isoC 124 Any created files will have mode 145 .St -isoC [all …]
|