Home
last modified time | relevance | path

Searched +full:primary +full:- +full:device (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dpamu.txt1 Freescale Peripheral Management Access Unit (PAMU) Device Tree Binding
5 The PAMU is an I/O MMU that provides device-to-memory access control and
10 - compatible : <string>
11 First entry is a version-specific string, such as
12 "fsl,pamu-v1.0". The second is "fsl,pamu".
13 - ranges : <prop-encoded-array>
20 - interrupts : <prop-encoded-array>
25 - #address-cells: <u32>
27 - #size-cells : <u32>
31 - reg : <prop-encoded-array>
[all …]
/freebsd/share/doc/psd/02.implement/
H A Dimplement4 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
40 .EH 'PSD:2-%''UNIX Implementation'
41 .OH 'UNIX Implementation''PSD:2-%'
55 \&\\$3\s-1\\$1\\s0\&\\$2
66 .hw device
69 .AU "MH 2C-523" 2394
75 This paper describes in high-level terms the
120 but have that way be the least-common divisor
125 It is a soap-box platform on
159 from a read-only text segment,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Drenesas,drif.txt1 Renesas R-Car Gen3 Digital Radio Interface controller (DRIF)
2 ------------------------------------------------------------
4 R-Car Gen3 DRIF is a SPI like receive only slave device. A general
5 representation of DRIF interfacing with a master device is shown below.
7 +---------------------+ +---------------------+
8 | |-----SCK------->|CLK |
9 | Master |-----SS-------->|SYNC DRIFn (slave) |
10 | |-----SD0------->|D0 |
11 | |-----SD1------->|D1 |
12 +---------------------+ +---------------------+
[all …]
H A Drenesas,drif.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas R-Car Gen3 Digital Radio Interface Controller (DRIF)
10 - Ramesh Shanmugasundaram <rashanmu@gmail.com>
11 - Fabrizio Castro <fabrizio.castro.jz@renesas.com>
14 R-Car Gen3 DRIF is a SPI like receive only slave device. A general
15 representation of DRIF interfacing with a master device is shown below.
17 +---------------------+ +---------------------+
18 | |-----SCK------->|CLK |
[all …]
/freebsd/sbin/mount_fusefs/
H A Dmount_fusefs.893 will look for a suitable free fuse device by itself.
98 of the file descriptor of an already open fuse device
105 .Bl -tag -width indent
106 .It Fl A , Ic --reject-allow_other
113 .It Fl S , Ic --safe
117 .It Fl D , Ic --daemon Ar daemon
120 .It Fl O , Ic --daemon_opts Ar opts
124 .It Fl s , Ic --special Ar special
128 .It Fl m , Ic --mountpath Ar node
131 .It Fl h , Ic --help
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_aperture.c1 // SPDX-License-Identifier: MIT
4 #include <linux/device.h>
19 * A graphics device might be supported by different drivers, but only one
21 * graphics drivers, such as EFI-GOP or VESA, early during the boot process.
23 * hardware-specific driver. To take over the device, the dedicated driver
25 * ownership of framebuffer memory and hand-over between drivers.
30 * An example for a graphics device on the platform bus is shown below.
32 * .. code-block:: c
42 * return -ENODEV;
43 * base = mem->start;
[all …]
/freebsd/sys/dev/ntb/
H A Dntb.h1 /*-
41 * ntb_link_event() - notify driver context of a change in link status
42 * @ntb: NTB device context
50 * ntb_db_event() - notify driver context of a doorbell event
51 * @ntb: NTB device context
65 * ntb_port_number() - get the local port number
66 * @ntb: NTB device context.
75 * ntb_port_count() - get the number of peer device ports
76 * @ntb: NTB device context.
78 * By default hardware driver supports just one peer device.
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dsuspend_on_probe_errors.ksh1 #!/bin/ksh -p
10 # or https://opensource.org/licenses/CDDL-1.0.
34 # 1. Disable ZED -- this test is focused on vdev_probe errors
50 if [[ "$(cat /sys/block/$sd/device/state)" == "offline" ]]; then
51 log_must eval "echo running > /sys/block/$sd/device/state"
54 rm -f $DATA_FILE
55 for i in {0..$((FILE_VDEV_CNT - 1))}; do
56 log_must rm -f "$TEST_BASE_DIR/dev-$i"
68 zpool events -c
70 # Make a debug device that we can "unplug" and lose 4 drives at once
[all …]
H A Dauto_spare_002_pos.ksh1 #!/bin/ksh -p
27 # Testing Fault Management Agent ZED Logic - Automated Auto-Spare Test when
32 # 2. Create a filesystem with the primary cache disable to force reads
35 # 5. Verify the ZED kicks in a hot spare and expected pool/device status
37 # 7. Verify the hot spare is available and expected pool/device status
44 log_must zinject -c all
46 rm -f $VDEV_FILES $SPARE_FILE
49 log_assert "Testing automated auto-spare FMA test"
63 log_must truncate -s $MINVDEVSIZE $VDEV_FILES $SPARE_FILE
64 log_must zpool create -f $TESTPOOL $type $VDEV_FILES \
[all …]
H A Dauto_spare_001_pos.ksh1 #!/bin/ksh -p
27 # Testing Fault Management Agent ZED Logic - Automated Auto-Spare Test when
32 # 2. Create a filesystem with the primary cache disable to force reads
35 # 5. Verify the ZED kicks in a hot spare and expected pool/device status
37 # 7. Verify the hot spare is available and expected pool/device status
44 log_must zinject -c all
46 rm -f $VDEV_FILES $SPARE_FILE
49 log_assert "Testing automated auto-spare FMA test"
62 # Corruption is injected in the file-2 instead of file-1
66 log_must truncate -s $MINVDEVSIZE $VDEV_FILES
[all …]
/freebsd/share/man/man4/
H A Dctl.42 .\" Copyright (c) 2015-2017 Alexander Motin <mav@FreeBSD.org>
35 .Bd -ragged -offset indent
36 .Cd "device ctl"
42 .Bd -literal -offset indent
51 .Bl -bullet -compact
53 Disk, CD-ROM and processor device emulation
76 All I/O handled in-kernel, no userland context switch overhead
83 .Bl -tag -width cfumass
102 Provides access for local user-level applications via
117 .Bl -tag -width ramdisk
[all …]
H A Dfdt.433 .Nd Flattened Device Tree support
39 .Em Flattened Device Tree
42 The primary consumers of this technology are
48 Configuration data, which cannot be self discovered in run-time, has to be
50 The concept of a flattened device tree is a
52 The idea is inherited from Open Firmware IEEE 1275 device-tree notion, and has
55 .Bl -bullet
60 self-enumerating information is gathered.
64 into a binary object i.e. a flattened device tree
72 The flattened device tree mechanism in principle does not depend on any
[all …]
/freebsd/stand/man/
H A Dloader.efi.82 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2019-2022 Netflix, Inc
69 .Dv 8be4df61-93ca-11d2-aa0d-00e098032b8c-ConOut
79 Only the primary console will get the log messages from the
86 finds a video device first, then
88 tells the kernel to use the video console as primary.
89 Likewise, if a serial device is first in the
91 list, the serial port will be the primary console.
105 primary if a UEFI graphics device is detected, or the serial console
106 as primary if not.
[all …]
/freebsd/contrib/ofed/libibverbs/man/
H A Dibv_modify_qp.31 .\" -*- nroff -*-
2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
4 .TH IBV_MODIFY_QP 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual"
6 ibv_modify_qp \- modify the attributes of a queue pair (QP)
37 struct ibv_ah_attr ah_attr; /* Primary path address vector (valid only for RC/U…
39 uint16_t pkey_index; /* Primary P_Key index */
46 uint8_t port_num; /* Primary port number */
47 uint8_t timeout; /* Local ack timeout for primary path (valid only f…
117 Not all devices support resizing QPs. To check if a device supports it, check if the
119 bit is set in the device capabilities flags.
[all …]
/freebsd/contrib/ntp/html/drivers/
H A Ddriver46.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3 <meta http-equiv="Content-Type"
4 content="text/html;charset=iso-8859-1"><title>GPSD-NG client driver</title>
8 table.dlstable { font-size:85%; }
9 td.ttf{ font-family:Courier; font-weight:bold; }
17 <!-- #BeginDate format:En2m -->30-Apr-2015 05:53<!-- #EndDate -->
27 device (not used directly; see below)<br>
31 <!-- --------------------------------------------------------- -->
39 applications. <i>GPSD</i> can also auto-detect and handle PPS
46 using a GPS device with PPS support.</b>
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dti,tps6594.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Julien Panis <jpanis@baylibre.com>
15 PFSM (Pre-configurable Finite State Machine) managing the state of the device.
16 TPS6594 is the super-set device while TPS6593 and LP8764 are derivatives.
21 - ti,lp8764-q1
22 - ti,tps6593-q1
23 - ti,tps6594-q1
24 - ti,tps65224-q1
[all …]
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c.txt1 Generic device tree bindings for I2C busses
5 busses and their child devices in a device tree.
8 -----------------------------
10 - #address-cells - should be <1>. Read more about addresses below.
11 - #size-cells - should be <0>.
12 - compatible - name of I2C bus controller
21 -----------------------------
26 - clock-frequency
29 - i2c-bus
31 devices and non-I2C devices, the 'i2c-bus' subnode can be used for
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_platform.c32 if (dev->irqr == NULL) in drm_platform_free_irq()
35 bus_release_resource(dev->dev, SYS_RES_IRQ, in drm_platform_free_irq()
36 dev->irqrid, dev->irqr); in drm_platform_free_irq()
38 dev->irqr = NULL; in drm_platform_free_irq()
39 dev->irq = 0; in drm_platform_free_irq()
44 return dev->driver->name; in drm_platform_get_name()
51 master->unique_len = 13 + strlen(dev->driver->name); in drm_platform_set_busid()
52 master->unique_size = master->unique_len; in drm_platform_set_busid()
53 master->unique = malloc(master->unique_len + 1, DRM_MEM_DRIVER, M_NOWAIT); in drm_platform_set_busid()
55 if (master->unique == NULL) in drm_platform_set_busid()
[all …]
/freebsd/share/doc/smm/02.config/
H A Db.t28 .\".ds RH "Device Defaulting Rules
40 paging area(s), device for system dumps, and device for
45 If a root device is not specified, the swap
48 If the root device does not specify a unit number, it
51 If the root device does not include a partition specification,
55 partition of the root device.
57 If no device is specified for processing argument lists, the
60 If no device is chosen for system dumps, the first swap
65 when a device specification is incomplete, e.g. ``hp0''.
81 first specified as a ``primary'' swap area which is always used.
[all …]
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool-remove.89 .\" or https://opensource.org/licenses/CDDL-1.0.
27 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
34 .Nm zpool-remove
41 .Ar pool Ar device Ns …
48 .Bl -tag -width Ds
53 .Ar pool Ar device Ns …
55 Removes the specified device from the pool.
57 non-redundant primary top-level vdevs, including dedup and special vdevs.
59 Top-level vdevs can only be removed if the primary pool storage does not contain
60 a top-level raidz vdev, all top-level vdevs have the same sector size, and the
[all …]
/freebsd/sys/powerpc/psim/
H A Data_iobus.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
48 #include <dev/ata/ata-all.h>
55 * Define the iobus ata bus attachment. This creates a pseudo-bus that
56 * the ATA device can be attached to
67 /* Device interface */
143 * The reg array for the PSIM ata device has 6 start/size entries: in ata_iobus_alloc_resource()
144 * 0 - unused in ata_iobus_alloc_resource()
145 * 1/2/3 - unused in ata_iobus_alloc_resource()
146 * 4/5/6 - primary command in ata_iobus_alloc_resource()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dicc2 #------------------------------------------------------------------------------
7 # Color profiles as per the ICC's "Image technology colour management -
11 # http://www.color.org/specification/ICC1v43_2010-12.pdf
15 # Reference: http://www.color.org/iccmax/ICC.2-2016-7.pdf
19 # bytes 40 to 43 "may be used to identify the primary platform/operating
23 0 name color-profile
43 # XXX - is this what's used for the Sun KCMS or not? The standard file
45 # and there *is* an identified "primary platform" value of SUNW.
71 # Profile version major.4bit-minor.sub1.sub2 like 4.3.0.0 (04300000h)
89 # eleven device classes
[all …]
/freebsd/usr.bin/find/
H A Dfind.165 .Bl -tag -width indent
68 .Ic -regex
70 .Ic -iregex
94 .Ic -follow
95 primary.
120 primary in conjunction with
126 to perform a depth-first traversal.
128 This option is a BSD-specific equivalent of the
129 .Ic -depth
130 primary specified by
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-palmas.txt3 The pins of Palmas device can be set on different option and provides
7 - compatible: It must be one of following:
8 - "ti,palmas-pinctrl" for Palma series of the pincontrol.
9 - "ti,tps65913-pinctrl" for Palma series device TPS65913.
10 - "ti,tps80036-pinctrl" for Palma series device TPS80036.
12 Please refer to pinctrl-bindings.txt in this directory for details of the
19 those pin(s), and various pin configuration parameters, such as pull-up,
32 - ti,palmas-enable-dvfs1: Enable DVFS1. Configure pins for DVFS1 mode.
33 Selection primary or secondary function associated to I2C2_SCL_SCE,
35 - ti,palmas-enable-dvfs2: Enable DVFS2. Configure pins for DVFS2 mode.
[all …]
/freebsd/contrib/wpa/src/wps/
H A Dwps_dev_attr.c2 * Wi-Fi Protected Setup - device attributes
21 len = dev->manufacturer ? os_strlen(dev->manufacturer) : 0; in wps_build_manufacturer()
25 * Some deployed WPS implementations fail to parse zero-length in wps_build_manufacturer()
27 * device attribute string is empty. in wps_build_manufacturer()
35 wpabuf_put_data(msg, dev->manufacturer, len); in wps_build_manufacturer()
45 len = dev->model_name ? os_strlen(dev->model_name) : 0; in wps_build_model_name()
49 * Some deployed WPS implementations fail to parse zero-length in wps_build_model_name()
51 * device attribute string is empty. in wps_build_model_name()
59 wpabuf_put_data(msg, dev->model_name, len); in wps_build_model_name()
69 len = dev->model_number ? os_strlen(dev->model_number) : 0; in wps_build_model_number()
[all …]

12345678910>>...21