| /src/sbin/devd/ |
| H A D | snd.conf | 3 match "system" "SND"; 6 match "cdev" "dsp[0-9]+"; 11 # FIXME: We are hardcoding /dev/vdsp.ctl here, simply because it is a 13 # define control devices here, /dev/vdsp.ctl can be changed to the 15 action "/usr/sbin/virtual_oss_cmd /dev/vdsp.ctl -R /dev/$cdev"; 19 match "system" "SND"; 22 match "cdev" "dsp[0-9]+"; 25 action "/usr/sbin/virtual_oss_cmd /dev/vdsp.ctl -P /dev/$cdev"; 29 match "system" "SND"; 35 action "/usr/sbin/virtual_oss_cmd /dev/vdsp.ctl -f /dev/null";
|
| /src/usr.sbin/ctladm/ |
| H A D | ctladm.8 | 3 .\" Copyright (c) 2015-2021 Alexander Motin <mav@FreeBSD.org> 36 .\" $Id: //depot/users/kenm/FreeBSD-test2/usr.sbin/ctladm/ctladm.8#3 $ 72 .Aq Fl f Ar file|- 82 .Aq Fl f Ar file|- 197 .Aq Fl a | Fl c Ar connection-id | Fl i Ar name | Fl p Ar portal 200 .Aq Fl a | Fl c Ar connection-id | Fl i Ar name | Fl p Ar portal 207 .Aq Fl a | Fl c Ar controller-id | Fl h Ar name 214 Layer (CTL). 217 commands to the CTL layer, and also provides 218 some meta-commands that utilize [all …]
|
| /src/sys/cam/ctl/ |
| H A D | README.ctl.txt | 2 CTL - CAM Target Layer Description 12 Configuring and Running CTL 21 CTL is a disk, processor and cdrom device emulation subsystem originally 26 (who acquired Copan's assets in 2010) and Spectra Logic in 2010, CTL is 27 available under a BSD-style license. The intent behind the agreement was 28 that Spectra would work to get CTL into the FreeBSD tree. 33 - Disk, processor and cdrom device emulation. 34 - Tagged queueing 35 - SCSI task attribute support (ordered, head of queue, simple tags) 36 - SCSI implicit command ordering support. (e.g. if a read follows a mode [all …]
|
| H A D | ctl_ha.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2003-2009 Silicon Graphics International Corp. 34 * $Id: //depot/users/kenm/FreeBSD-test2/sys/cam/ctl/ctl_ha.h#1 $ 43 * CTL High Availability Modes: 59 * Communication channel IDs for various system components. This is to 60 * make sure one CTL instance talks with another, one ZFS instance talks
|
| /src/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | baikal,bt1-l2-ctl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/memory-controllers/baikal,bt1-l2-ctl.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Baikal-T1 L2-cache Control Block 11 - Serge Semin <fancer.lancer@gmail.com> 14 By means of the System Controller Baikal-T1 SoC exposes a few settings to 16 to change the Tag, Data and Way-select RAM access latencies. Baikal-T1 17 L2-cache controller block is responsible for the tuning. Its DT node is 18 supposed to be a child of the system controller. [all …]
|
| /src/sys/contrib/device-tree/Bindings/cache/ |
| H A D | baikal,bt1-l2-ctl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/cache/baikal,bt1-l2-ctl.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Baikal-T1 L2-cache Control Block 11 - Serge Semin <fancer.lancer@gmail.com> 14 By means of the System Controller Baikal-T1 SoC exposes a few settings to 16 to change the Tag, Data and Way-select RAM access latencies. Baikal-T1 17 L2-cache controller block is responsible for the tuning. Its DT node is 18 supposed to be a child of the system controller. [all …]
|
| /src/contrib/libpcap/ |
| H A D | pcap-dlpi.c | 24 * <List-tcpdump-workers@subscriptions.pizzolato.net>, 29 * Packet capture routine for DLPI under SunOS 5, HP-UX 9/10/11, and AIX. 33 * - The DLIOCRAW ioctl() is specific to SunOS. 35 * - There is a bug in bufmod(7) such that setting the snapshot 38 * - It might be desirable to use pfmod(7) to filter packets in the 41 * - An older version of the HP-UX DLPI Programmer's Guide, which 45 * http://docs.hp.com/hpux/onlinedocs/B2355-90093/B2355-90093.html 49 * http://h21007.www2.hp.com/dspp/files/unprotected/Drivers/Docs/Refs/B2355-90093.pdf 53 * - The HP-UX 10.x, 11.0, and 11i v1.6 version of the HP-UX DLPI 57 * http://docs.hp.com/en/B2355-90139/index.html [all …]
|
| H A D | pcap-enet.c | 4 * Based on the MERIT NNstat etherifrt.c and the Ultrix pcap-pf.c 56 register struct bpf_insn *fcode = fp->bf_insns; in readloop() 74 caplen = ph->tap.th_wirelen > snaplen ? snaplen : ph->tap in readloop() 76 if (pcapint_filter(fcode, (char *)ph->packet, in readloop() 77 ph->tap.th_wirelen, caplen)) { in readloop() 78 if (cnt >= 0 && --cnt < 0) in readloop() 80 (*printit)((char *)ph->packet, in readloop() 81 (struct timeval *)ph->tap.th_timestamp, in readloop() 82 ph->tap.th_wirelen, caplen); in readloop() 84 inc = ph->length.PacketOffset; in readloop() [all …]
|
| /src/usr.sbin/virtual_oss/virtual_oss_cmd/ |
| H A D | virtual_oss_cmd.8 | 2 .\" Copyright (c) 2021-2022 Hans Petter Selasky <hselasky@freebsd.org> 42 .Bl -tag -width indent 69 .Bd -literal -offset indent 70 virtual_oss_cmd /dev/vdsp.ctl -R /dev/dsp4 74 .Bd -literal -offset indent 75 virtual_oss_cmd /dev/vdsp.ctl -P /dev/dsp4 79 .Bd -literal -offset indent 80 virtual_oss_cmd /dev/vdsp.ctl -E 1 84 .Bd -literal -offset indent 85 virtual_oss_cmd /dev/vdsp.ctl -E 0 [all …]
|
| /src/share/man/man4/ |
| H A D | ctl.4 | 2 .\" Copyright (c) 2015-2017 Alexander Motin <mav@FreeBSD.org> 29 .Nm ctl 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 85 Provides access for local system via virtual initiator mode [all …]
|
| H A D | ppi.4 | 31 .Nd "user-space interface to ppbus parallel 'geek' port" 43 state of the parallel port, enabling easy low-speed I/O operations without 57 .Bl -tag -width indent 66 .Bl -tag -width indent -compact 78 Read and write the ECP FIFO (8-bit operations only). 83 .Bd -literal -compact 89 ioctl(fd, PPISDATA, &val); 90 ioctl(fd, PPIGCTRL, &val); 92 ioctl(fd, PPISCTRL, &val); 94 ioctl(fd, PPISCTRL, &val); [all …]
|
| H A D | atkbd.4 | 3 .\" Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 77 .Bl -tag -width "Function Key Number" -compact 85 Ctl+F1, Ctl+F2,...\& Ctl+F12 87 Shift+Ctl+F1, Shift+Ctl+F2,...\& Shift+Ctl+F12 95 Numpad - 132 .Bl -tag -width ATKBD_DFLT 134 This option sets the default, built-in keymap of the 156 .Bl -tag -width FAIL 161 system. 190 The following example shows how to set the default, built-in keymap [all …]
|
| /src/tests/sys/fs/fusefs/ |
| H A D | ctl.sh | 1 # SPDX-License-Identifier: BSD-2-Clause 26 . $(atf_get_srcdir)/../../cam/ctl/ctl.subr 30 # Almost any fuse file system would work, but this tests uses fusefs-ext2 35 atf_set "descr" "Remove a fuse-backed CTL LUN when atime is enabled" 37 atf_set "require.progs" "fuse-ext2 mkfs.ext2" 43 atf_check truncate -s 1g ext2.img 44 atf_check mkfs.ext2 -q ext2.img 46 atf_check fuse-ext2 -o default_permissions,allow_other,rw+ ext2.img \ 49 atf_check truncate -s 1m $MOUNTPOINT/file 50 create_block -o file=$MOUNTPOINT/file [all …]
|
| /src/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_iso9660.c | 1 /*- 2 * Copyright (c) 2009-2012 Michihiro NAKAJIMA 103 "POSIX FILE SYSTEM SEMANTICS"; 108 #define RRIP_ER_ID_SIZE (sizeof(rrip_identifier)-1) 109 #define RRIP_ER_DSC_SIZE (sizeof(rrip_descriptor)-1) 110 #define RRIP_ER_SRC_SIZE (sizeof(rrip_source)-1) 144 #define DR_LIMIT (254 - DR_SAFETY) 149 * Primary volume tree --> struct isoent 152 * struct isofile --> archive_entry 155 * Joliet volume tree --> struct isoent [all …]
|
| /src/lib/libmixer/ |
| H A D | mixer.c | 1 /*- 48 if (ioctl(dev->parent_mixer->fd, MIXER_READ(dev->devno), &v) < 0) in _mixer_readvol() 49 return (-1); in _mixer_readvol() 50 dev->vol.left = MIX_VOLNORM(v & 0x00ff); in _mixer_readvol() 51 dev->vol.right = MIX_VOLNORM((v >> 8) & 0x00ff); in _mixer_readvol() 78 m->unit = -1; in mixer_open() 83 m->unit = strtol(name + strlen(BASEPATH), NULL, 10); in mixer_open() 85 (void)strlcpy(m->name, name, sizeof(m->name)); in mixer_open() 88 if ((m->unit = mixer_get_dunit()) < 0) in mixer_open() 90 (void)snprintf(m->name, sizeof(m->name), BASEPATH "%d", m->unit); in mixer_open() [all …]
|
| /src/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | syscon.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: System Controller Devices 10 System controller node represents a register region containing a set 12 represent as any specific type of device. The typical use-case is 13 for some other node's driver, or platform-specific code, to acquire 20 - Lee Jones <lee@kernel.org> 30 - airoha,en7581-pbus-csr 31 - al,alpine-sysfabric-service [all …]
|
| /src/sys/contrib/device-tree/src/arm64/nvidia/ |
| H A D | tegra234-p3768-0000.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 4 compatible = "nvidia,p3768-0000"; 11 stdout-path = "serial0:115200n8"; 22 label = "system"; 23 vcc-supply = <&vdd_1v8_sys>; 24 address-width = <8>; 27 read-only; 32 current-speed = <115200>; 37 assigned-clocks = <&bpmp TEGRA234_CLK_PWM3>; 38 assigned-clock-parents = <&bpmp TEGRA234_CLK_PLLP_OUT0>; [all …]
|
| H A D | tegra234-p3768-0000+p3767.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include <dt-bindings/input/linux-event-codes.h> 4 #include <dt-bindings/input/gpio-keys.h> 6 #include "tegra234-p3767.dtsi" 17 stdout-path = "serial0:115200n8"; 22 compatible = "nvidia,tegra194-hsuart"; 23 reset-names = "serial"; 28 compatible = "nvidia,tegra194-hsuart"; 29 reset-names = "serial"; 40 label = "system"; [all …]
|
| /src/sys/contrib/device-tree/Bindings/sound/ |
| H A D | cs35l36.txt | 5 - compatible : "cirrus,cs35l36" 7 - reg : the I2C address of the device for I2C 9 - VA-supply, VP-supply : power supplies for the device, 13 - cirrus,boost-ctl-millivolt : Boost Voltage Value. Configures the boost 18 - cirrus,boost-peak-milliamp : Boost-converter peak current limit in mA. 24 - cirrus,boost-ind-nanohenry : Inductor estimation LBST reference value. 32 - cirrus,multi-amp-mode : Boolean to determine if there are more than 33 one amplifier in the system. If more than one it is best to Hi-Z the ASP 36 - cirrus,boost-ctl-select : Boost converter control source selection. 39 0x00 - Control Port Value [all …]
|
| /src/sys/x86/x86/ |
| H A D | mca.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 93 unsigned int (*ctl)(int); member 102 static int mca_banks; /* Number of per-CPU register banks. */ 103 static int mca_maxcount = -1; /* Limit on records stored. (-1 = unlimited) */ 142 "Should the system send non-fatal machine check errors to the log " 180 if (error != 0 || req->newptr == NULL) in sysctl_mca_log_interval() 240 .ctl = mca_ia32_ctl_reg, 251 static int amd_elvt = -1; 260 * The RASCap register is wholly reserved in families 0x10-0x15 (through model 1F). in amd_thresholding_supported() [all …]
|
| /src/usr.sbin/inetd/ |
| H A D | inetd.conf | 4 # Define *both* IPv4 and IPv6 entries for dual-stack support. 8 #ftp stream tcp nowait root /usr/local/libexec/ftpd ftpd -l 9 #ftp stream tcp6 nowait root /usr/local/libexec/ftpd ftpd -l 10 #ssh stream tcp nowait root /usr/sbin/sshd sshd -i 11 #ssh stream tcp6 nowait root /usr/sbin/sshd sshd -i 18 #finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -k -s 19 #finger stream tcp6 nowait/3/10 nobody /usr/libexec/fingerd fingerd -k -s 27 #tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -S -s /tftpboot 28 #tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -l -S -s /tftpboot 31 # "Small servers" -- used to be standard on, but we're more conservative [all …]
|
| /src/sys/contrib/device-tree/Bindings/reset/ |
| H A D | hisilicon,hi6220-reset.txt | 1 Hisilicon System Reset Controller 7 The reset controller registers are part of the system-ctl block on 11 - compatible: should be one of the following: 12 - "hisilicon,hi6220-sysctrl", "syscon" : For peripheral reset controller. 13 - "hisilicon,hi6220-mediactrl", "syscon" : For media reset controller. 14 - "hisilicon,hi6220-aoctrl", "syscon" : For ao reset controller. 15 - reg: should be register base and length as documented in the 17 - #reset-cells: 1, see below 21 compatible = "hisilicon,hi6220-sysctrl", "syscon"; 23 #clock-cells = <1>; [all …]
|
| H A D | hisilicon,hi3660-reset.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/reset/hisilicon,hi3660-reset.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Hisilicon System Reset Controller 10 - Wei Xu <xuwei5@hisilicon.com> 15 The reset controller registers are part of the system-ctl block on 21 - items: 22 - const: hisilicon,hi3660-reset 23 - items: [all …]
|
| H A D | hisilicon,hi3660-reset.txt | 1 Hisilicon System Reset Controller 7 The reset controller registers are part of the system-ctl block on 11 - compatible: should be one of the following: 12 "hisilicon,hi3660-reset" for HI3660 13 "hisilicon,hi3670-reset", "hisilicon,hi3660-reset" for HI3670 14 - hisi,rst-syscon: phandle of the reset's syscon. 15 - #reset-cells : Specifies the number of cells needed to encode a 26 compatible = "hisilicon,hi3660-iomcu", "syscon"; 31 compatible = "hisilicon,hi3660-reset"; 32 hisi,rst-syscon = <&iomcu>; [all …]
|
| /src/stand/i386/libi386/ |
| H A D | biosmem.c | 1 /*- 97 /* Parse system memory map */ in bios_getmem() 100 v86.ctl = V86_FLAGS; in bios_getmem() 110 /* look for a low-memory segment that's large enough */ in bios_getmem() 139 size = 0x100000000ull - smap.base; in bios_getmem() 146 high_heap_base = smap.base + size - HEAP_MIN; in bios_getmem() 154 v86.ctl = 0; in bios_getmem() 167 v86.ctl = V86_FLAGS; in bios_getmem() 199 v86.ctl = 0; in bios_getmem() 221 high_heap_base = memtop - HEAP_MIN; in bios_getmem()
|