/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 | 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/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> */ 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() 122 *status = -2; in firstnextmap() 124 case -2: in firstnextmap() 125 *status = -3; in firstnextmap() [all …]
|
/freebsd/usr.sbin/lpr/lpr/ |
H A D | printcap.5 | 71 .Bl -column Namexxx Typexx "/var/spool/lpdxxxxx" 97 .It "ms str" Ta Dv NULL Ta No "if lp is a tty, a comma-separated," 98 .Xr stty 1 Ns -like 133 Each two-letter capability has a human-readable alternate name. 134 .Bl -column "Short form" "Long form" 138 .It "cf filt.cifplot" 140 .It "df filt.dvi" 144 .It "gf filt.plot" 146 .It "if filt.input" 153 .It "nf filt.ditroff" [all …]
|
/freebsd/tests/sys/kqueue/libkqueue/ |
H A D | vnode.c | 25 const char *testfile = "./kqueue-test.tmp"; in test_kevent_vnode_add() 30 system("touch ./kqueue-test.tmp"); in test_kevent_vnode_add() 57 if (unlink("./kqueue-test.tmp") < 0) in test_kevent_vnode_note_delete() 69 const char *fifo_path = "./kqueue-fifo.tmp"; in test_kevent_vnode_note_delete_fifo() 80 if (pid == -1) in test_kevent_vnode_note_delete_fifo() 87 if (fd == -1) in test_kevent_vnode_note_delete_fifo() 135 if (system("echo hello >> ./kqueue-test.tmp") < 0) in test_kevent_vnode_note_write() 140 kev.flags &= ~EV_ENABLE; // XXX-FIXME compatibility issue in test_kevent_vnode_note_write() 141 kev.fflags |= NOTE_EXTEND; // XXX-FIXME compatibility issue in test_kevent_vnode_note_write() 160 if (system("touch ./kqueue-test.tmp") < 0) in test_kevent_vnode_note_attrib() [all …]
|
/freebsd/sys/net/altq/ |
H A D | altq_subr.c | 1 /*- 2 * Copyright (C) 1997-2003 156 if (type != ALTQT_NONE && ifp->if_snd.altq_type == type) in altq_lookup() 157 return (ifp->if_snd.altq_disc); in altq_lookup() 175 ifq->altq_type = type; in altq_attach() 176 ifq->altq_disc = discipline; in altq_attach() 177 ifq->altq_enqueue = enqueue; in altq_attach() 178 ifq->altq_dequeue = dequeue; in altq_attach() 179 ifq->altq_request = request; in altq_attach() 180 ifq->altq_flags &= (ALTQF_CANTCHANGE|ALTQF_ENABLED); in altq_attach() [all …]
|
/freebsd/sys/sys/ |
H A D | event.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 35 #define EVFILT_READ (-1) 36 #define EVFILT_WRITE (-2) 37 #define EVFILT_AIO (-3) /* attached to aio requests */ 38 #define EVFILT_VNODE (-4) /* attached to vnodes */ 39 #define EVFILT_PROC (-5) /* attached to struct proc */ 40 #define EVFILT_SIGNAL (-6) /* attached to struct proc */ 41 #define EVFILT_TIMER (-7) /* timers */ 42 #define EVFILT_PROCDESC (-8) /* attached to process descriptors */ [all …]
|
/freebsd/sys/dev/pccbb/ |
H A D | pccbb.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2000-2001 Jonathan Chen All rights reserved. 5 * Copyright (c) 2002-2004 M. Warner Losh <imp@FreeBSD.org> 30 /*- 65 * http://www-s.ti.com/cgi-bin/sc/generic2.cgi?family=PCI+CARDBUS+CONTROLLERS 137 "Starting ioport for 16-bit cards"); 142 "Starting ioport for 32-bit cards"); 178 SLIST_FOREACH(rle, &sc->rl, link) { in cbb_remove_res() 179 if (rle->res == res) { in cbb_remove_res() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | cirrus,cs42l42.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - patches@opensource.cirrus.com 13 The CS42L42 is a low-power audio codec designed for portable applications. 14 It provides a high-dynamic range, stereo DAC for audio playback and a mono 15 high-dynamic-range ADC for audio capture. There is an integrated headset 21 - cirrus,cs42l42 22 - cirrus,cs42l83 29 VP-supply: [all …]
|
/freebsd/share/man/man5/ |
H A D | src.conf.5 | 1 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. 40 may be necessary if the system-wide settings are not suitable 72 .Pa /etc/src-env.conf . 79 as they are environment-only variables. 96 .Bl -tag -width indent 114 memory corruption bugs such as buffer overflows or use-after-free. 119 .Bl -item -compact 143 Disable automatic creation of objdirs. 147 .Pa /etc/src-env.conf , 182 .Bl -inset -compact [all …]
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_atheros.c | 5 * Copyright (c) 2005-2007, Jouni Malinen <j@w1.fi> 72 int fils_en; /* FILS enable/disable in driver */ 188 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ); in get80211param() 191 if (ioctl(drv->ioctl_sock, IEEE80211_IOCTL_GETPARAM, &iwr) < 0) in get80211param() 192 return -1; in get80211param() 206 /* Certain ioctls must use the non-inlined method */ in set80211priv() 212 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ); in set80211priv() 228 if (ioctl(drv->ioctl_sock, op, &iwr) < 0) { in set80211priv() 231 __func__, drv->iface, op, in set80211priv() 234 return -1; in set80211priv() [all …]
|
/freebsd/sys/arm/mv/ |
H A D | gpio.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 158 #define MV_GPIO_LOCK() mtx_lock_spin(&sc->mutex) 159 #define MV_GPIO_UNLOCK() mtx_unlock_spin(&sc->mutex) 160 #define MV_GPIO_ASSERT_LOCKED() mtx_assert(&sc->mutex, MA_OWNED) 192 { "marvell,orion-gpio", 1 }, 202 if (ofw_bus_search_compatible(dev, compat_data)->ocd_data == 0) in mv_gpio_probe() 219 device_printf(sc->dev, "No interrupt-parrent found. " in mv_gpio_setup_interrupts() 223 /* While at parent - store interrupt cells prop */ in mv_gpio_setup_interrupts() 225 "#interrupt-cells", &irq_cells, sizeof(irq_cells)) == -1) { in mv_gpio_setup_interrupts() [all …]
|
/freebsd/usr.bin/clang/llvm-cov/ |
H A D | llvm-cov.1 | 4 .nr rst2man-indent-level 0 7 \\$1 \\n[an-margin] 8 level \\n[rst2man-indent-level] 9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 10 - 11 \\n[rst2man-indent0] 12 \\n[rst2man-indent1] 13 \\n[rst2man-indent2] 18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] 19 . nr rst2man-indent-level +1 [all …]
|
/freebsd/sys/gnu/dev/bwn/phy_n/ |
H A D | if_bwn_phy_n_core.c | 23 Boston, MA 02110-1301, USA. 165 return ((mac->mac_phy.phy_n->ipa2g_on && band == BWN_BAND_2G) || in bwn_nphy_ipa() 166 (mac->mac_phy.phy_n->ipa5g_on && band == BWN_BAND_5G)); in bwn_nphy_ipa() 169 /* http://bcm-v4.sipsolutions.net/802.11/PHY/N/RxCoreGetState */ 180 /* http://bcm-v4.sipsolutions.net/802.11/PHY/N/ForceRFSeq */ 196 BWN_WARNPRINTF(mac->mac_sc, "%s: seq %d > max", __func__, seq); in bwn_nphy_force_rf_sequence() 207 BWN_ERRPRINTF(mac->mac_sc, "RF sequence status timeout\n"); in bwn_nphy_force_rf_sequence() 219 /* http://bcm-v4.sipsolutions.net/802.11/PHY/N/RFCtrlOverrideRev7 */ 224 struct bwn_phy *phy = &mac->mac_phy; in bwn_nphy_rf_ctl_override_rev7() 234 if (phy->rev >= 19 || phy->rev < 3) { in bwn_nphy_rf_ctl_override_rev7() [all …]
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tx.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 5 * Copyright (c) 2010-2012 Adrian Chadd, Xenion Pty Ltd 116 * What queue to throw the non-QoS TID traffic into 148 if (bf->bf_nseg == 0) in ath_tx_alq_post() 150 n = ((bf->bf_nseg - 1) / sc->sc_tx_nmaps) + 1; in ath_tx_alq_post() 151 for (i = 0, ds = (const char *) bf->bf_desc; in ath_tx_alq_post() 153 i++, ds += sc->sc_tx_desclen) { in ath_tx_alq_post() 154 if_ath_alq_post(&sc->sc_alq, in ath_tx_alq_post() [all …]
|