Home
last modified time | relevance | path

Searched +full:mostly +full:- +full:generic (Results 1 – 25 of 251) sorted by relevance

1234567891011

/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dti-sysc.txt3 Texas Instruments SoCs can have a generic interconnect target module
6 is mostly used for interaction between module and PRCM. It participates
7 in the OCP Disconnect Protocol but other than that is mostly independent
20 - compatible shall be one of the following generic types:
23 "ti,sysc-omap2"
24 "ti,sysc-omap4"
25 "ti,sysc-omap4-simple"
30 "ti,sysc-omap2-timer"
31 "ti,sysc-omap4-timer"
32 "ti,sysc-omap3430-sr"
[all …]
H A Dti-sysc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/bus/ti-sysc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Tony Lindgren <tony@atomide.com>
13 Texas Instruments SoCs can have a generic interconnect target module
16 is mostly used for interaction between module and Power, Reset and Clock
18 than that it is mostly independent of the interconnect.
31 pattern: "^target-module(@[0-9a-f]+)?$"
35 - items:
[all …]
/freebsd/crypto/krb5/src/include/gssrpc/
H A Drpc.h46 #include <gssrpc/xdr.h> /* generic (de)serializer */
49 #include <gssrpc/auth.h> /* generic authenticator (client side) */
51 /* Client side (mostly) remote procedure call */
52 #include <gssrpc/clnt.h> /* generic rpc stuff */
54 /* semi-private protocol headers */
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Dnvidia,tegra20-i2c.txt4 - compatible : For Tegra20, must be one of "nvidia,tegra20-i2c-dvc" or
5 "nvidia,tegra20-i2c". For Tegra30, must be "nvidia,tegra30-i2c".
6 For Tegra114, must be "nvidia,tegra114-i2c". Otherwise, must be
7 "nvidia,<chip>-i2c", plus at least one of the above, where <chip> is
10 nvidia,tegra20-i2c-dvc: Tegra20 has specific I2C controller called as DVC I2C
12 interface/offset and interrupts handling are different than generic I2C
14 "nvidia,tegra20-i2c-dvc".
15 nvidia,tegra20-i2c: Tegra20 has 4 generic I2C controller. This can support
16 master and slave mode of I2C communication. The i2c-tegra driver only
18 only compatible with "nvidia,tegra20-i2c".
[all …]
H A Dnvidia,tegra20-i2c.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/i2c/nvidia,tegra20-i2c.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 - Thierry Reding <thierry.reding@gmail.com>
9 - Jon Hunter <jonathanh@nvidia.com>
16 - description: Tegra20 has 4 generic I2C controller. This can support
17 master and slave mode of I2C communication. The i2c-tegra driver
19 controller is only compatible with "nvidia,tegra20-i2c".
20 const: nvidia,tegra20-i2c
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dhost-generic-pci.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/host-generic-pci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic PCI host controller
10 - Will Deacon <will@kernel.org>
13 Firmware-initialised PCI host controllers and PCI emulations, such as the
14 virtio-pci implementations found in kvmtool and other para-virtualised
21 Configuration Space is assumed to be memory-mapped (as opposed to being
26 For CAM, this 24-bit offset is:
[all …]
/freebsd/include/rpc/
H A Drpc.h3 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
11 * - Redistributions of source code must retain the above copyright notice,
13 * - Redistributions in binary form must reproduce the above copyright notice,
16 * - Neither the name of Sun Microsystems, Inc. nor the names of its
47 #include <rpc/xdr.h> /* generic (de)serializer */
50 #include <rpc/auth.h> /* generic authenticator (client side) */
52 /* Client side (mostly) remote procedure call */
53 #include <rpc/clnt.h> /* generic rpc stuff */
55 /* semi-private protocol headers */
[all …]
/freebsd/sys/i386/conf/
H A DMINIMAL2 # MINIMAL -- Mostly Minimal kernel configuration file for FreeBSD/i386
5 # GENERIC, minus all functionality that can be replaced by loading kernel
10 # some features (ACL, GJOURNAL) that GENERIC includes.
13 # o (non-loaded) random is included due to uncertainty...
21 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
41 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
55 options UFS_GJOURNAL # Enable gjournal-based UFS journaling
67 options SYSVSHM # SYSV-style shared memory
68 options SYSVMSG # SYSV-style message queues
69 options SYSVSEM # SYSV-style semaphores
[all …]
/freebsd/sys/rpc/
H A Drpc.h3 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
11 * - Redistributions of source code must retain the above copyright notice,
13 * - Redistributions in binary form must reproduce the above copyright notice,
16 * - Neither the name of Sun Microsystems, Inc. nor the names of its
47 #include <rpc/xdr.h> /* generic (de)serializer */
50 #include <rpc/auth.h> /* generic authenticator (client side) */
52 /* Client side (mostly) remote procedure call */
53 #include <rpc/clnt.h> /* generic rpc stuff */
55 /* semi-private protocol headers */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dbrcm,bcm2835-cprman.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/brcm,bcm2835-cprman.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Stefan Wahren <wahrenst@gmx.net>
11 - Raspberry Pi Kernel Maintenance <kernel-list@raspberrypi.com>
17 of mostly-generic clock generators sourcing from the PLL channels. Most other
24 - brcm,bcm2711-cprman
25 - brcm,bcm2835-cprman
30 '#clock-cells':
[all …]
H A Dbrcm,bcm2835-cprman.txt4 Documentation/devicetree/bindings/clock/clock-bindings.txt
9 few PLLs, and a level of mostly-generic clock generators sourcing from
15 - compatible: should be one of the following,
16 "brcm,bcm2711-cprman"
17 "brcm,bcm2835-cprman"
18 - #clock-cells: Should be <1>. The permitted clock-specifier values can be
19 found in include/dt-bindings/clock/bcm2835.h
20 - reg: Specifies base physical address and size of the registers
21 - clocks: phandles to the parent clocks used as input to the module, in
24 - External oscillator
[all …]
/freebsd/release/packages/ucl/
H A Dmlx-tools-all.ucl2 * SPDX-License-Identifier: BSD-2-Clause
29 comment = "Utility for managing Connect-X 4/5/6 Mellanox network adapters"
32 The mlx5tool utility is provided for management of the Connect-X4, 5 and
33 6 network adapters in the aspects not covered by the generic ifconfig(8)
34 command, mostly related to the PCIe attachment and internal card working.
/freebsd/sys/amd64/conf/
H A DMINIMAL2 # MINIMAL -- Mostly Minimal kernel configuration file for FreeBSD/amd64
5 # GENERIC, minus all functionality that can be replaced by loading kernel
9 # o (non-loaded) random is included due to uncertainty...
17 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
33 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
37 options NUMA # Non-Uniform Memory Architecture support
47 options UFS_GJOURNAL # Enable gjournal-based UFS journaling
60 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
79 # Make an SMP-capable kernel by default
112 device uart # Generic UART driver
[all …]
/freebsd/share/man/man4/
H A Dsnd_neomagic.434 .Bd -ragged -offset indent
42 .Bd -literal -offset indent
48 bridge driver allows the generic audio driver,
51 These chips are mostly found in laptop computers.
57 .Bl -bullet -compact
H A Dsnd_maestro3.430 .Nd "ESS Maestro3/Allegro-1 bridge device driver"
34 .Bd -ragged -offset indent
42 .Bd -literal -offset indent
48 driver provides support for the ESS Maestro3 and Allegro-1 sound chips
50 These chips are mostly found in laptop computers and feature an AC97 mixer,
51 a multi-channel sample rate converter that can mix up to four digital audio
56 .Pa GENERIC
63 .Bl -bullet -compact
65 ESS Technology Allegro-1
H A Dmlx5io.431 .Nd IOCTL interface to manage Connect-X 4/5/6 Mellanox network adapters
37 interface is provided for management of the Connect-X4, 5 and 6 network adapters
38 in the aspects not covered by the generic network configuration,
39 mostly related to the PCIe attachment and internal card working.
47 .Bl -tag -width indent
58 .Bd -literal
87 .Bd -literal
116 .Bd -literal
131 .Bd -litera
[all...]
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl.11 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH OPENSSL 1ossl 2025-09-30 3.5.4 OpenSSL
64 openssl \- OpenSSL command line program
72 \&\fBopenssl\fR \fBno\-\fR\fIXXX\fR [ \fIoptions\fR ]
74 \&\fBopenssl\fR \fB\-help\fR | \fB\-version\fR
103 (e.g., \fBopenssl\-x509\fR\|(1)). The subcommand \fBopenssl\-list\fR\|(1) may be used to list
106 The command \fBno\-\fR\fIXXX\fR tests whether a command of the
108 returns 0 (success) and prints \fBno\-\fR\fIXXX\fR; otherwise it returns 1
113 availability of ciphers in the \fBopenssl\fR program. (\fBno\-\fR\fIXXX\fR is
114 not able to detect pseudo-commands such as \fBquit\fR,
[all …]
/freebsd/contrib/ntp/html/hints/
H A Dparse2 Usual thing: rm -f Config.local ; make for vanilla
7 hints/PARSE - this file
10 - reference clock support for DCF77/GPS in xntp
12 - Reference clock data parser framework
14 - parser configuration (clock types)
16 - Meinberg clock formats (DCF U/A 31, PZF 535, GPS166)
18 - Schmid receiver (DCF77)
20 - 100/200ms pulses via 50 Baud line (DCF77)
22 - ELV DCF7000 (DCF77)
24 - Trimble SV6 GPS receiver
[all …]
/freebsd/sys/contrib/openzfs/module/icp/
H A Dillumos-crypto.c1 // SPDX-License-Identifier: CDDL-1.0
11 * or https://opensource.org/licenses/CDDL-1.0.
49 * 1) Moving the syntax to the C90: This was mostly a matter of
92 * will use the generic implementation.
95 * easy to port. However, the generic sha384 and sha512 code actually
122 /* initialize the mechanisms tables supported out-of-the-box */ in icp_init()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dmicrochip,sama7g5-i2smcc.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/microchip,sama7g5-i2smcc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip I2S Multi-Channel Controller
10 - Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
13 The I2SMCC complies with the Inter-IC Sound (I2S) bus specification and
15 multi-channel audio codecs. It consists of a receiver, a transmitter and a
19 multi-channel is supported by using multiple data pins, output and
23 "#sound-dai-cells":
[all …]
H A Dmchp,i2s-mcc.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/mchp,i2s-mcc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip I2S Multi-Channel Controller
10 - Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
13 The I2SMCC complies with the Inter-IC Sound (I2S) bus specification and
15 multi-channel audio codecs. It consists of a receiver, a transmitter and a
19 multi-channel is supported by using multiple data pins, output and
23 "#sound-dai-cells":
[all …]
/freebsd/usr.sbin/mlx5tool/
H A Dmlx5tool.831 .Nd Utility for managing Connect-X 4/5/6 Mellanox network adapters
55 utility is provided for management of the Connect-X4, 5 and 6 network adapters
56 in the aspects not covered by the generic
58 command, mostly related to the PCIe attachment and internal card working.
76 .Bl -tag -width indent
91 Typically, PCIe link-level reset is required to activate the
107 Performs PCIe link-level reset on the specified device.
/freebsd/sys/cam/
H A DREADME.quirks4 Nate Lawson - njl at freebsd org
19 CAM provides a generic transport for SCSI-like devices. Many different
23 and RBC. SCSI hard drives are usually SBC-compliant and smaller
24 devices like flash drives are usually RBC-compliant. Multimedia
25 devices including CDROMs and DVD-RW are usually MMC-compliant.
39 o CAM_QUIRK_NOLUNS - do not probe luns other than 0 since device
42 o CAM_QUIRK_NOSERIAL - do not send an inquiry for serial number.
44 o CAM_QUIRK_HILUNS - probe all luns even if some respond "not present"
49 o DA_Q_NO_SYNC_CACHE - The sync cache command is used to force a
57 o DA_Q_NO_6_BYTE - The RBC spec (see Links below) does not allow
[all …]
/freebsd/crypto/openssl/Configurations/
H A D15-android.conf3 # See NOTES-Android.md for details, and don't miss platform-specific
11 arm => "arm-linux-androideabi",
12 arm64 => "aarch64-linux-android",
13 mips => "mipsel-linux-android",
14 mips64 => "mips64el-linux-android",
15 riscv64 => "riscv64-linux-android",
16 x86 => "i686-linux-android",
17 x86_64 => "x86_64-linux-android",
34 my $is_standalone_toolchain = -f "$ndk/AndroidVersion.txt";
36 my $is_ndk = -f $ndk_src_props;
[all …]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl.pod5 openssl - OpenSSL command line program
16 B<openssl> B<no->I<XXX> [ I<options> ]
18 B<openssl> B<-help> | B<-version>
47 (e.g., L<openssl-x509(1)>). The subcommand L<openssl-list(1)> may be used to list
50 The command B<no->I<XXX> tests whether a command of the
52 returns 0 (success) and prints B<no->I<XXX>; otherwise it returns 1
57 availability of ciphers in the B<openssl> program. (B<no->I<XXX> is
58 not able to detect pseudo-commands such as B<quit>,
59 B<list>, or B<no->I<XXX> itself.)
64 arguments and have a B<-config> option to specify that file.
[all …]

1234567891011