Home
last modified time | relevance | path

Searched +full:io +full:- +full:multiplex (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Drenesas,rzn1-pinctrl.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/renesas,rzn1-pinctr
[all...]
H A Drenesas,rzn1-pinctrl.txt4 -------------------
6 - compatible: SoC-specific compatible string "renesas,<soc-specific>-pinctrl"
7 followed by "renesas,rzn1-pinctrl" as fallback. The SoC-specific compatible
9 "renesas,r9a06g032-pinctrl" for RZ/N1D
10 "renesas,r9a06g033-pinctrl" for RZ/N1S
11 - reg: Address base and length of the memory area where the pin controller
13 - clocks: phandle for the clock, see the description of clock-names below.
14 - clock-names: Contains the name of the clock:
18 pinctrl: pin-controller@40067000 {
19 compatible = "renesas,r9a06g032-pinctrl", "renesas,rzn1-pinctrl";
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Drockchip,i2s-tdm.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/rockchip,i2s-tdm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
15 - Nicolas Frattaroli <frattaroli.nicolas@gmail.com>
18 - $ref: dai-common.yaml#
23 - rockchip,px30-i2s-tdm
24 - rockchip,rk1808-i2s-tdm
25 - rockchip,rk3308-i2s-tdm
26 - rockchip,rk3568-i2s-tdm
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Danimation2 #------------------------------------------------------------------------------
12 !:mime video/x-sgi-movie
28 !:mime image/x-quicktime
30 #!:mime image/x-quicktime
32 !:mime application/x-quicktime-player
36 # https://cconcolato.github.io/mp4ra/filetype.html
38 # https://aeroquartet.com/wordpress/2016/03/05/3-xavc-s/
51 # https://www.3gpp2.org/Public_html/Specs/C.S0050-B_v1.0_070521.pdf
53 >>11 byte 0x61 \b C.S0050-0 V1.0
54 >>11 byte 0x62 \b C.S0050-0-A V1.0.0
[all …]
H A Daudio2 #------------------------------------------------------------------------------
12 >12 belong 1 8-bit ISDN mu-law,
14 >12 belong 2 8-bit linear PCM [REF-PCM],
16 >12 belong 3 16-bit linear PCM,
18 >12 belong 4 24-bit linear PCM,
20 >12 belong 5 32-bit linear PCM,
22 >12 belong 6 32-bit IEEE floating point,
24 >12 belong 7 64-bit IEEE floating point,
28 >12 belong 11 8-bit fixed point,
29 >12 belong 12 16-bit fixed point,
[all …]
/freebsd/sys/netsmb/
H A Dsmb_conn.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2000-2001 Boris Popov
36 #define SMBL_NONE (-1)
63 #define SMBM_ANY_OWNER ((uid_t)-1)
64 #define SMBM_ANY_GROUP ((gid_t)-1)
109 u_int32_t sv_maxraw; /* maximum raw-buffer size */
115 * network IO daemon states
165 #define CONNADDREQ(a1,a2) ((a1)->sa_len == (a2)->sa_len && \
166 bcmp(a1, a2, (a1)->sa_len) == 0)
[all …]
/freebsd/sys/dev/mps/
H A Dmps_table.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
138 {"Multiplex Sequence", 0x05},
139 {"I-T Nexus Loss Timer", 0x06},
196 {"scsi io data error", MPI2_IOCSTATUS_SCSI_IO_DATA_ERROR},
260 mps_describe_table(mps_whoinit_names, facts->WhoInit)); in mps_print_iocfacts()
266 facts->IOCCapabilities, "\20" "\3ScsiTaskFull" "\4DiagTrace" in mps_print_iocfacts()
270 mps_print_field(sc, "FWVersion= %d-%d-%d-%d\n", in mps_print_iocfacts()
271 facts->FWVersion.Struct.Major, in mps_print_iocfacts()
272 facts->FWVersion.Struct.Minor, in mps_print_iocfacts()
[all …]
/freebsd/usr.sbin/services_mkdb/
H A Dservices10 # https://www.iana.org/assignments/service-names-port-numbers/
16 # Note that it is presently the policy of IANA to assign a single well-known
47 ftp-data 20/tcp #File Transfer [Default Data]
48 ftp-data 20/udp #File Transfer [Default Data]
49 ftp-data 20/sctp #File Transfer [Default Data]
62 nsw-fe 27/tcp #NSW User System FE
63 nsw-fe 27/udp #NSW User System FE
64 msg-icp 29/tcp #MSG ICP
65 msg-icp 29/udp #MSG ICP
66 msg-auth 31/tcp #MSG Authentication
[all …]
/freebsd/sys/dev/mpr/
H A Dmpr_table.c1 /*-
76 //SLM-Add new PCIe info to all of these tables
149 {"Multiplex Sequence", 0x05},
150 {"I-T Nexus Loss Timer", 0x06},
217 {"scsi io data error", MPI2_IOCSTATUS_SCSI_IO_DATA_ERROR},
280 mpr_describe_table(mpr_whoinit_names, facts->WhoInit)); in mpr_print_iocfacts()
286 facts->IOCCapabilities, "\20" "\3ScsiTaskFull" "\4DiagTrace" in mpr_print_iocfacts()
290 mpr_print_field(sc, "FWVersion= %d-%d-%d-%d\n", in mpr_print_iocfacts()
291 facts->FWVersion.Struct.Major, in mpr_print_iocfacts()
292 facts->FWVersion.Struct.Minor, in mpr_print_iocfacts()
[all …]
/freebsd/crypto/openssh/
H A Dchannels.c73 #include "openbsd-compat/sys-queue.h"
93 /* -- agent forwarding */
96 /* -- tcp forwarding */
97 /* special-case port number meaning allow any port */
100 /* special-case wildcard meaning allow any host */
103 /* -- X11 forwarding */
107 /* Per-channel callback for pre/post IO actions */
118 /* XXX - can we use listen_host instead of listen_path? */
175 * 'channel_pre*' are called just before IO to add any bits
176 * relevant to channels in the c->io_want bitmasks.
[all …]
H A DChangeLog17 upstream: openssh-9.7
19 OpenBSD-Commit-ID: 618ececf58b8cdae016b149787af06240f7b0cbc
46 OpenBSD-Commit-ID: e58f18042b86425405ca09e6e9d7dfa1df9f5f7f
52 upstream: skip more whitespace, fixes find-principals on
56 OpenBSD-Commit-ID: b3a22a2afd753d70766f34bc7f309c03706b5298
67 OpenBSD-Regress-ID: f68d79e7f00caa8d216ebe00ee5f0adbb944062a
73 Prefer openssl binary from --with-ssl-dir directory.
75 Use openssl in the directory specified by --with-ssl-dir as long
86 OpenBSD-Commit-ID: 97d96a166b1ad4b8d229864a553e3e56d3116860
92 upstream: wrap a few PKCS#11-specific bits in ENABLE_PKCS11
[all …]
/freebsd/sys/dev/acpica/
H A Dacpi.c1 /*-
264 acpi_ca_version, 0, "Version of Intel ACPI-CA");
369 * Pre-allocate space for RSDT/XSDT and DSDT tables and allow resizing in acpi_Startup()
382 /* If the user manually set the disabled hint to 0, force-enable ACPI. */ in acpi_Startup()
429 if (rsdp->Revision > 1 && rsdp->XsdtPhysicalAddress != 0) in acpi_identify()
430 paddr = (ACPI_PHYSICAL_ADDRESS)rsdp->XsdtPhysicalAddress; in acpi_identify()
432 paddr = (ACPI_PHYSICAL_ADDRESS)rsdp->RsdtPhysicalAddress; in acpi_identify()
438 sbuf_bcat(&sb, rsdt->OemId, ACPI_OEM_ID_SIZE); in acpi_identify()
441 sbuf_bcat(&sb, rsdt->OemTableId, ACPI_OEM_TABLE_ID_SIZE); in acpi_identify()
479 sc->acpi_dev = dev; in acpi_attach()
[all …]
/freebsd/contrib/sqlite3/
H A Dshell.c5 ** "shell.c" file used to implement the SQLite command-line shell.
13 ** source file to help make the command-line program easier to compile.
41 ** Optionally #include a user-defined header, whereby compilation options
64 ** the browser-mode build has much different user input requirements
98 ** Enable large-file support for fopen() and friends on unix.
201 # include <io.h>
233 /* Windows CE (arm-wince-mingw32ce-gcc) does not provide isatty()
235 * overridden with the -batch command line option.
281 ** by the SQLite project command-line tools. These interfaces are used
284 ** "single-source" forms or separate compilation then linking.
[all …]
H A Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
20 ** The content in this amalgamation comes from Fossil check-in
51 ** NO_TEST - The branches on this line are not
56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false
60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true
64 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread
69 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
144 ** 2015-03-02
182 ** large file support, or if the OS is windows, these should be no-ops.
188 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch
[all …]
/freebsd/share/dict/
H A Dweb297844 Io
97845 io
99810 Jean-Christophe
99811 Jean-Pierre
120721 multiplex