/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | iqs626a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS626A is a 14-channel capacitive touch controller that features 14 additional Hall-effect and inductive sensing capabilities. 19 - $ref: touchscreen/touchscreen.yaml# 31 "#address-cells": 34 "#size-cells": 37 azoteq,suspend-mode: [all …]
|
H A D | azoteq,iqs7222.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
H A D | iqs269a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jef [all...] |
/freebsd/usr.sbin/lpr/lpr/ |
H A D | printcap.5 | 56 .Em lp , 71 .Bl -column Namexxx Typexx "/var/spool/lpdxxxxx" 74 .It "br num none if lp is a tty, set the baud rate" 78 .It "ct num 120 TCP connection timeout in seconds" 93 .It "lp str" Ta Pa /dev/lp Ta No "device name to open for output, or" Em port Ns @ Ns Em machine No… 97 .It "ms str" Ta Dv NULL Ta No "if lp is a tty, a comma-separated," 98 .Xr stty 1 Ns -like 117 .It "rp str" Ta Pa lp Ta No "remote printer name argument" 133 Each two-letter capability has a human-readable alternate name. 134 .Bl -column "Short form" "Long form" [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | BIO_socket_wait.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/crypto/openssh/ |
H A D | misc.c | 4 * Copyright (c) 2005-2020 Damien Miller. All rights reserved. 104 for (i--; i > 0; i--) { in rtrim() 110 /* set/unset filedescriptor to non-blocking */ 117 if (val == -1) { in set_nonblock() 119 return (-1); in set_nonblock() 127 if (fcntl(fd, F_SETFL, val) == -1) { in set_nonblock() 130 return (-1); in set_nonblock() 141 if (val == -1) { in unset_nonblock() 143 return (-1); in unset_nonblock() 151 if (fcntl(fd, F_SETFL, val) == -1) { in unset_nonblock() [all …]
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | printcap.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 41 #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ 48 #include <sys/param.h> /* required for lp.h, but not used here */ 50 #include "lp.h" 51 #include "lp.local.h" 82 * cgetent(3): -1 means we could not find what we wanted, -2 83 * means a system error occurred (and errno is set), -3 if a 88 * printcap-reading is consistent across the entire family. 121 case -1: in firstnextmap() [all …]
|
H A D | lp.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 51 int tof; /* true if we are at top-of-form */ 52 /* ------------------------------------------------------ */ 54 long baud_rate; /* BR: baud rate if lp is a tty */ 56 long conn_timeout; /* CT: TCP connection timeout */ 57 long daemon_user; /* DU: daemon user id -- XXX belongs ???? */ 62 char *lp; /* LP: device name or network address */ member 75 long rw; /* RW: open LP for reading and writing */ 85 char *mode_set; /* MS: mode set, a la stty */ [all …]
|
/freebsd/sbin/dhclient/ |
H A D | dhclient.c | 3 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 50 * Consortium DHCP server uses. Much system-specific configuration code 53 * system-specific configuration code to these operating systems - instead, 102 static int nullfd = -1; 120 * the end of time (~2038 when a 32-bit time_t is being used). 122 #define TIME_MAX ((((time_t) 1 << (sizeof(time_t) * CHAR_BIT - 2)) - 1) * 2 + 1) 146 ((a) > 0 ? (1 + (((a) - 1) | (sizeof(long) - 1))) : sizeof(long)) 147 #define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len)) 161 return -1; in findproto() [all …]
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_ich8lan.h | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 66 #define E1000_ICH_FWSM_PCIM2PCI 0x01000000 /* ME PCIm-to-PCI active */ 121 /* bit24: RXDCTL thresholds granularity: 0 - cache lines, 1 - descriptors */ 132 #define E1000_PCH2_RAR_ENTRIES 5 /* RAR[0], SHRA[0-3] */ 133 #define E1000_PCH_LPT_RAR_ENTRIES 12 /* RAR[0], SHRA[0-10] */ 170 /* Half-duplex collision counts */ 220 /* Strapping Option Register - RO */ 231 #define HV_OEM_BITS_RESTART_AN 0x0400 /* Restart Auto-negotiation */ 250 #define SW_FLAG_TIMEOUT 1000 /* SW Semaphore flag timeout in ms */ [all …]
|
H A D | e1000_defines.h | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 94 #define E1000_CTRL_EXT_IAME 0x08000000 /* Int ACK Auto-mask */ 122 #define E1000_RXD_STAT_PIF 0x80 /* passed in-exact filter */ 173 #define E1000_MANC_SMBUS_EN 0x00000001 /* SMBus Enabled - RO */ 174 #define E1000_MANC_ASF_EN 0x00000002 /* ASF Enabled - RO */ 262 #define E1000_CTRL_ASDE 0x00000020 /* Auto-speed detect enable */ 264 #define E1000_CTRL_ILOS 0x00000080 /* Invert Loss-Of Signal */ 341 #define E1000_STATUS_PCIX_MODE 0x00002000 /* PCI-X mode */ 342 #define E1000_STATUS_PCIX_SPEED 0x0000C000 /* PCI-X bus speed */ [all …]
|
H A D | e1000_ich8lan.c | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 36 * 82562G-2 10/100 Network Connection 38 * 82562GT-2 10/100 Network Connection 40 * 82562V-2 10/100 Network Connection 41 * 82566DC-2 Gigabit Network Connection 43 * 82566DM-2 Gigabit Network Connection 50 * 82567LM-2 Gigabit Network Connection 51 * 82567LF-2 Gigabit Network Connection 52 * 82567V-2 Gigabit Network Connection [all …]
|
/freebsd/sys/dev/isp/ |
H A D | isp.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2009-2020 Alexander Motin <mav@FreeBSD.org> 5 * Copyright (c) 1997-2009 by Matthew Jacob 34 * code for the Qlogic ISP SCSI and FC-SCSI adapters. 151 if (fcp->isp_fwstate == state) in isp_change_fw_state() 154 "Chan %d Firmware state <%s-> in isp_change_fw_state() 1352 fcportdb_t *lp; isp_clear_portdb() local 1380 fcportdb_t *lp; isp_mark_portdb() local 1815 fcportdb_t *lp; isp_pdb_sync() local 1888 fcportdb_t *lp; isp_pdb_add_update() local 2243 fcportdb_t *lp; isp_scan_fabric() local 2828 fcportdb_t *lp; isp_start() local 2999 fcportdb_t *lp; isp_control() local 3947 fcportdb_t *lp; isp_parse_status_24xx() local [all...] |
/freebsd/sys/dev/sym/ |
H A D | sym_hipd.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 5 * PCI-SCSI controllers. 7 * Copyright (C) 1999-2001 Gerard Roudier <groudier@free.fr> 9 * This driver also supports the following Symbios/LSI PCI-SCSI chips: 14 * This driver for FreeBSD-CAM is derived from the Linux sym53c8xx driver. 15 * Copyright (C) 1998-1999 Gerard Roudier 18 * a port of the FreeBSD ncr driver to Linux-1.2.13. 22 * Stefan Esser <se@mi.Uni-Koeln.de> 26 * FreeBSD-CAM services is based on the aic7xxx driver for FreeBSD-CAM [all …]
|
/freebsd/usr.sbin/traceroute/ |
H A D | traceroute.c | 23 * traceroute host - trace the route ip packets follow going to "host". 31 * defaults to net.inet.ip.ttl hops & can be changed with the -m flag). 32 * Three probes (change with -q flag) are sent at each ttl setting and 36 * be printed. If there is no response within a 5 sec. timeout 37 * interval (changed with the -w flag), a "*" is printed for that 43 * value, it can be changed with the -p flag). 49 * 1 helios.ee.lbl.gov (128.3.112.1) 19 ms 19 ms 0 ms 50 * 2 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 39 ms 19 ms 51 * 3 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 39 ms 19 ms 52 * 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 39 ms 40 ms 39 ms [all …]
|
/freebsd/sys/dev/msk/ |
H A D | if_mskreg.h | 17 * are provided to you under the BSD-type license terms provided 22 * - Redistributions of source code must retain the above copyright 24 * - Redistributions in binary form must reproduce the above 28 * - Neither the name of Marvell nor the names of its contributors 48 /*- 49 * SPDX-License-Identifier: BSD-4-Clause AND BSD-3-Clause 65 * 4. Neither the name of the author nor the names of any co-contributors 82 /*- 110 * D-Link PCI vendor ID 154 * D-Link gigabit ethernet device ID [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_reset.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 78 #define V(r, c) (ia)->data[((r)*(ia)->cols) + (c)] in write_common() 82 for (r = 0; r < ia->rows; r++) { in write_common() 141 HALASSERT(ah->ah_magic == AR5212_MAGIC); in ar5212Reset() 142 ee = AH_PRIVATE(ah)->ah_eeprom; in ar5212Reset() 171 HALASSERT(AH_PRIVATE(ah)->ah_eeversion >= AR_EEPROM_VER3); in ar5212Reset() 188 * only) - the best and most general fix for this situation in ar5212Reset() [all …]
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.c | 2 * ntpq - query an NTP server using mode 6 commands 54 #ifdef SYS_VXWORKS /* vxWorks needs mode flag -casey*/ 72 * use old readvars behavior? --old-rv processing in ntpq resets 73 * this value based on the presence or absence of --old-rv. It is 84 te_Refid drefid = -1; 122 #define LP 126 #define LP global() macro 2470 timeout( timeout() function [all...] |
/freebsd/sys/sys/ |
H A D | ata.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2000 - 2008 Søren Schmidt <sos@FreeBSD.org> 46 #define ATA_ATAPI_TYPE_CDROM 0x0500 /* CD-ROM device */ 50 #define ATA_DRQ_SLOW 0x0000 /* cpu 3 ms delay */ 51 #define ATA_DRQ_INTR 0x0020 /* interrupt 10 ms delay */ 79 /*051*/ u_int16_t retired_piomode; /* PIO modes 0-2 */ 86 #define ATA_FLAG_54_58 0x0001 /* words 54-58 valid */ 87 #define ATA_FLAG_64_70 0x0002 /* words 64-70 valid */ 117 #define ATA_ENCRYPTS_ALL_USER_DATA 0x0010 /* Self-encrypting drive */ [all …]
|
/freebsd/sys/dev/bxe/ |
H A D | bxe_elink.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved. 508 /* When this pin is active high during reset, 10GBASE-T core is power 509 * down, When it is active low the 10GBASE-T is power up 774 #define I2C_WA_PWR_ITER (I2C_WA_RETRY_CNT - 1) 936 (_phy)->def_md_devad, \ 942 (_phy)->def_md_devad, \ 970 * elink_check_lfa - This function checks if link reinitialization is required, 982 struct bxe_softc *sc = params->sc; in elink_check_lfa() [all …]
|
H A D | bxe.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2014 QLogic Corporation. All rights reserved. 64 * FLR Support - bxe_pf_flr_clnup() is called during nic_load in the per 241 static int load_count[2][3] = { {0} }; /* per-path: 0-common, 1-port0, 2-port1 */ 253 /* Interrupt Mode: 0 (IRQ), 1 (MSI/IRQ), and 2 (MSI-X/MSI/IRQ) */ 256 &bxe_interrupt_mode, 0, "Interrupt (MSI-X/MSI/INTx) mode"); 261 &bxe_queue_count, 0, "Multi-Queue queue count"); 288 /* PCI MRRS: -1 (Auto), 0 (128B), 1 (256B), 2 (512B), 3 (1KB) */ 289 static int bxe_mrrs = -1; [all …]
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_common.c | 2 SPDX-License-Identifier: BSD-3-Clause 4 Copyright (c) 2001-2020, Intel Corporation 64 * ixgbe_init_ops_generic - Inits function ptrs 71 struct ixgbe_eeprom_info *eeprom = &hw->eeprom; in ixgbe_init_ops_generic() 72 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_ops_generic() 78 eeprom->ops.init_params = ixgbe_init_eeprom_params_generic; in ixgbe_init_ops_generic() 81 eeprom->ops.read = ixgbe_read_eerd_generic; in ixgbe_init_ops_generic() 82 eeprom->ops.read_buffer = ixgbe_read_eerd_buffer_generic; in ixgbe_init_ops_generic() 84 eeprom->ops.read = ixgbe_read_eeprom_bit_bang_generic; in ixgbe_init_ops_generic() 85 eeprom->ops.read_buffer = in ixgbe_init_ops_generic() [all …]
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 2 - Fix for dnsoverquic and dnstap to use the correct dnstap 6 - Fix for dnstap with dnscrypt and dnstap without dnsoverquic. 9 - Fix to display warning if quic-port is set but dnsoverquic is not 11 - Fix dnsoverquic to extend the number of streams when one is closed. 14 - Fix to disable detection of quic configured ports when quic is 16 - Fix harden-unverified-glue for AAAA cache_fill_missing lookups. 17 - Fix contrib/aaaa-filter-iterator.patch for change in call 21 - Fix cookie_file test sporadic fails for time change during 23 - Fix add reallocarray to alloc stats unit test, and disable 24 override of strdup in unbound-host, and the result of config [all …]
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | rtw8852c_rfk.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2 /* Copyright(c) 2019-2022 Realtek Corporation 21 u32 lp; 82 rtwdev->dbcc_en, phy_idx); in _kpath() 84 if (!rtwdev->dbcc_en) in _kpath() 171 struct rtw89_dack_info *dack = &rtwdev->dac in _dack_dump() 20 u32 lp; global() member [all...] |
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx_pci.c | 1 /*- 6 * SPDX-License-Identifier: BSD-3-Clause 8 * Copyright (c) 1994-2001 Justin T. Gibbs. 9 * Copyright (c) 2000-2001 Adaptec Inc. 23 * 3. Neither the names of the above-listed copyright holders nor the names 419 "Adaptec AAA-131 Ultra2 RAID adapter", 468 "Adaptec 2915/30LP Ultra16 [all...] |