/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | riscv,aplic.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/riscv,aplic.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: RISC-V Advanced Platform Level Interrupt Controller (APLIC) 10 - Anup Patel <anup@brainfault.org> 13 The RISC-V advanced interrupt architecture (AIA) defines an advanced 15 in a RISC-V platform. The RISC-V AIA specification can be found at 16 https://github.com/riscv/riscv-aia. 18 The RISC-V APLIC is implemented as hierarchical APLIC domains where all [all …]
|
H A D | img,meta-intc.txt | 8 - compatible: Specifies the compatibility list for the interrupt controller. 9 The type shall be <string> and the value shall include "img,meta-intc". 11 - num-banks: Specifies the number of interrupt banks (each of which can 12 handle 32 interrupt sources). 14 - interrupt-controller: The presence of this property identifies the node 17 - #interrupt-cells: Specifies the number of cells needed to encode an 20 - #address-cells: Specifies the number of cells needed to encode an 22 'interrupt-map' nodes do not have to specify a parent unit address. 26 - no-mask: The controller doesn't have any mask registers. 32 - <1st-cell>: The interrupt-number that identifies the interrupt source. [all …]
|
H A D | img,pdc-intc.txt | 10 - compatible: Specifies the compatibility list for the interrupt controller. 11 The type shall be <string> and the value shall include "img,pdc-intc". 13 - reg: Specifies the base PDC physical address(s) and size(s) of the 14 addressable register space. The type shall be <prop-encoded-array>. 16 - interrupt-controller: The presence of this property identifies the node 19 - #interrupt-cells: Specifies the number of cells needed to encode an 22 - num-perips: Number of waking peripherals. 24 - num-syswakes: Number of SysWake inputs. 26 - interrupts: List of interrupt specifiers. The first specifier shall be the 34 - <1st-cell>: The interrupt-number that identifies the interrupt source. [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | RAND_add.pod | 7 - add randomness to the PRNG or get its status 16 void RAND_add(const void *buf, int num, double randomness); 17 void RAND_seed(const void *buf, int num); 32 In general, manual (re-)seeding of the default OpenSSL random generator 33 (L<RAND_OpenSSL(3)>) is not necessary (but allowed), since it does (re-)seed 34 itself automatically using trusted system entropy sources. 42 random input obtained from polling various trusted entropy sources. 46 RAND_add() mixes the B<num> bytes at B<buf> into the internal state 51 B<buf>, in bytes, and should be a number between zero and B<num>. 52 Details about sources of randomness and how to estimate their randomness [all …]
|
H A D | RAND_bytes.pod | 6 RAND_pseudo_bytes - generate random data 12 int RAND_bytes(unsigned char *buf, int num); 13 int RAND_priv_bytes(unsigned char *buf, int num); 15 int RAND_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num, 17 int RAND_priv_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num, 24 int RAND_pseudo_bytes(unsigned char *buf, int num); 28 RAND_bytes() generates B<num> random bytes using a cryptographically 53 On all major platforms supported by OpenSSL (including the Unix-like platforms 63 or OpenSSL might have been explicitly configured to use different entropy sources. 65 your operating system vendor or post a question on GitHub or the openssl-users [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | RAND_add.3 | 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 …]
|
H A D | RAND_bytes.3 | 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/nios2/ |
H A D | nios2.txt | 6 Users can use sopc2dts tool for generating device tree sources (dts) from a 11 - compatible: Compatible property value should be "altr,nios2-1.0". 12 - reg: Contains CPU index. 13 - interrupt-controller: Specifies that the node is an interrupt controller 14 - #interrupt-cells: Specifies the number of cells needed to encode an 16 - clock-frequenc [all...] |
/freebsd/contrib/bmake/unit-tests/ |
H A D | suff-transform-debug.exp | 6 # Files that are only sources: 24 .MAKEFLAGS = -r -k -d g1 34 MFLAGS = -r -k -d g1 35 #*** Command-line Variables: 43 # ".a" (num 1, ref 2) 47 # ".c" (num 2, ref 2) 51 # ".cpp" (num 3, ref 3)
|
H A D | suff-main-several.exp | 1 Parsing suff-main-several.mk:8: .1.2 .1.3 .1.4: 4 Parsing suff-main-several.mk:9: : Making ${.TARGET} from ${.IMPSRC}. 5 Parsing suff-main-several.mk:14: next-main: 6 ParseDependency(next-main:) 7 Parsing suff-main-several.mk:15: : Making ${.TARGET} 8 Parsing suff-main-several.mk:19: .SUFFIXES: .1 .2 .3 .4 28 Setting main node to "next-main" 29 Parsing suff-main-several.mk:24: .SUFFIXES: 32 Parsing suff-main-several.mk:32: .SUFFIXES: .4 .3 .2 .1 38 Parsing suff-main-several.mk:33: .SUFFIXES: [all …]
|
/freebsd/crypto/openssl/ |
H A D | HACKING.md | 4 This document describes the way to add custom modifications to OpenSSL sources. 9 [Configurations/unix-Makefile.tmpl](Configurations/unix-Makefile.tmpl) 14 ./Configure -Werror --strict-warnings [your-options] 20 `util/libcrypto.num` or `util/libssl.num`. 24 make doc-nits
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap4-droid4-xt894.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /dts-v1/; 4 #include "motorola-mapphone-xt8xx.dtsi" 11 stdout-path = &uart3; 20 compatible = "gpio-keys"; 26 linux,can-disabl [all...] |
H A D | omap4-droid-bionic-xt875.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /dts-v1/; 4 #include "motorola-mapphone-xt8xx.dtsi" 8 compatible = "motorola,droid-bionic", "ti,omap4430", "ti,omap4"; 11 stdout-path = &uart3; 21 keypad,num [all...] |
/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | README.md | 1 Perl scripts for assembler sources 34 &stack_push(num) Basically a 'sub esp, num*4' with extra 35 &stack_pop(num) inverse of stack_push 45 &swtmp(num) Address on stack temp word. 46 &wparam(num) Parameter number num, that was push in 127 &cbc("BF_cbc_encrypt","BF_encrypt","BF_encrypt",1,4,5,3,-1,-1); 129 &cbc("des_ncbc_encrypt","des_encrypt","des_encrypt",0,4,5,3,5,-1);
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | qcom,coresight-tpdm.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 4 --- 5 $id: http://devicetree.org/schemas/arm/qcom,coresight-tpdm.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Trace, Profiling and Diagnostics Monitor - TPDM 13 Basic Counts (BC), Tenure Counts (TC), Continuous Multi-Bit (CMB), and Discrete 19 sources and send it to a TPDA for packetization, timestamping, and funneling. 22 - Mao Jinlong <quic_jinlmao@quicinc.com> 23 - Tao Zhang <quic_taozha@quicinc.com> 31 - qcom,coresight-tpdm [all …]
|
/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl-verify.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/crypto/openssl/providers/ |
H A D | build.info | 17 # libfips.a the sources from providers/implementations. 21 # -o {modulename}.so {object files...} lib{modulename}.a libcommon.a 58 # used is determined by non-weak dependencies. 97 # diverse build.info files. libfips.a, fips.so and their sources aren't 100 IF[{- !$disabled{fips} -}] 112 IF[{- defined $target{shared_defflag} -}] 114 GENERATE[fips.ld]=../util/providers.num 118 GENERATE[fipsmodule.cnf]=../util/mk-fipsmodule-cnf.pl \ 119 -module $(FIPSMODULE) -section_name fips_sect -key $(FIPSKEY) 123 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}] [all …]
|
/freebsd/crypto/openssl/crypto/rand/ |
H A D | rand_lib.c | 2 * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved. 34 /* non-NULL if default_RAND_meth is ENGINE-provided */ 86 if (meth != NULL && meth->cleanup != NULL) in ossl_rand_cleanup_int() 87 meth->cleanup(); in ossl_rand_cleanup_int() 118 * sources which depend on the operating system and are 119 * configurable via the --with-rand-seed configure option. 144 if (meth->add == NULL in RAND_poll() 145 || meth->add(ossl_rand_pool_buffer(pool), in RAND_poll() 245 void RAND_seed(const void *buf, int num) in RAND_seed() argument 251 if (meth != NULL && meth->seed != NULL) { in RAND_seed() [all …]
|
/freebsd/crypto/openssl/Configurations/ |
H A D | unix-Makefile.tmpl | 4 ## {- join("\n## ", @autowarntext) -} 5 {- 9 our $makedepcmd = platform->makedepcmd(); 17 our $sover_dirname = platform->shlib_version_as_filename(); 29 $COLUMNS = int($COLUMNS) - 2; # 2 to leave space for ending ' \' 61 -} 62 PLATFORM={- $config{target} -} 63 OPTIONS={- [all...] |
/freebsd/sys/contrib/xen/arch-x86/ |
H A D | xen-x86_64.h | 2 * xen-x86_64.h 4 * Guest OS interface to x86 64-bit Xen. 24 * Copyright (c) 2004-2006, K A Fraser 32 * Input: %rdi, %rsi, %rdx, %r10, %r8, %r9 (arguments 1-6) 35 * call hypercall_page + hypercall-number * 32 36 * Clobbered: argument registers (e.g., 2-arg hypercall clobbers %rdi,%rsi) 40 * 64-bit segment selectors 41 * These flat segments are in the Xen-private section of every GDT. Since these 85 #define MACH2PHYS_NR_ENTRIES ((MACH2PHYS_VIRT_END-MACH2PHYS_VIRT_START)>>3) 92 * @which == SEGBASE_* ; @base == 64-bit base address [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
H A D | ti,omap-mailbox.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mailbox/ti,omap-mailbo [all...] |
H A D | omap-mailbox.txt | 19 sources on the appropriate interrupt lines. 25 routed to different processor sub-systems on DRA7xx as they are routed through 38 a SoC. The sub-mailboxes are represented as child nodes of this parent node. 41 -------------------- 42 - compatible: Should be one of the following, 43 "ti,omap2-mailbox" for OMAP2420, OMAP2430 SoCs 44 "ti,omap3-mailbox" for OMAP3430, OMAP3630 SoCs 45 "ti,omap4-mailbox" for OMAP44xx, OMAP54xx, AM33xx, 47 "ti,am654-mailbox" for K3 AM65x and J721E SoCs 48 "ti,am64-mailbox" for K3 AM64x SoCs [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ibm,emac.txt | 8 correct clock-frequency property. 13 - device_type : "network" 15 - compatible : compatible list, contains 2 entries, first is 16 "ibm,emac-CHIP" where CHIP is the host ASIC (440gx, 18 "ibm,emac4". For Axon, thus, we have: "ibm,emac-axon", 20 - interrupts : <interrupt mapping for EMAC IRQ and WOL IRQ> 21 - reg : <registers mapping> 22 - local-mac-address : 6 bytes, MAC address 23 - mal-device : phandle of the associated McMAL node 24 - mal-tx-channel : 1 cell, index of the tx channel on McMAL associated [all …]
|
/freebsd/usr.bin/calendar/ |
H A D | calendar.1 | 36 .Op Fl A Ar num 38 .Op Fl B Ar num 45 .Bk -words 52 .Op Fl U Ar UTC-offset 53 .Op Fl W Ar num 64 .Bl -tag -width Ds 65 .It Fl A Ar num 67 .Ar num 87 This option requires super-user privileges. 88 .It Fl B Ar num [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | silabs,si5341.txt | 6 https://www.silabs.com/documents/public/data-sheets/Si5341-40-D-DataSheet.pdf 8 https://www.silabs.com/documents/public/reference-manuals/Si5341-40-D-RM.pdf 10 https://www.silabs.com/documents/public/reference-manuals/Si5345-44-42-D-RM.pdf 13 clocks. The chip contains a PLL that sources 5 (or 4) multisynth clocks, which 21 chip at boot, in case you have a (pre-)programmed device. If the PLL is not 33 - compatible: shall be one of the following: 34 "silabs,si5340" - Si5340 A/B/C/D 35 "silabs,si5341" - Si5341 A/B/C/D 36 "silabs,si5342" - Si5342 A/B/C/D 37 "silabs,si5344" - Si5344 A/B/C/D [all …]
|