Home
last modified time | relevance | path

Searched +full:coexist +full:- +full:support (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/net/wireless/
H A Dqcom,ath10k.txt4 - compatible: Should be one of the following:
6 * "qcom,ipq4019-wifi"
7 * "qcom,wcn3990-wifi"
10 data along with board specific data via "qcom,ath10k-calibration-data".
13 AHB based devices (i.e. ipq4019) uses compatible string "qcom,ipq4019-wifi"
15 "qcom,ath10k-calibration-data"). It uses "qcom,ath10k-pre-calibration-data"
18 In general, entry "qcom,ath10k-pre-calibration-data" and
19 "qcom,ath10k-calibration-data" conflict with each other and only one
22 SNOC based devices (i.e. wcn3990) uses compatible string "qcom,wcn3990-wifi".
24 - reg: Address and length of the register set for the device.
[all …]
H A Dqcom,ath10k.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Kalle Valo <kvalo@kernel.org>
11 - Jeff Johnson <jjohnson@kernel.org>
19 - qcom,ath10k # SDIO-based devices
20 - qcom,ipq4019-wifi
21 - qcom,wcn3990-wifi # SNoC-based devices
26 reg-names:
28 - const: membase
[all …]
/freebsd/contrib/dialog/
H A Dconfigure.in3 dnl ---------------------------------------------------------------------------
4 dnl Copyright 1999-2019,2020 -- Thomas E. Dickey
29 dnl ---------------------------------------------------------------------------
51 test -z "$GROFF_NOTE" && NROFF_NOTE=
74 [ --with-package=XXX rename dialog to XXX, library to libXXX.a, etc],
91 dnl headers can coexist.
93 AC_ARG_ENABLE(header-subdir,
94 [ --enable-header-subdir install dlg_XXX headers to subdirectory],
111 CF_ARG_MSG_ENABLE([if you want --trace option],
113 [ --disable-trace do not support --trace option],
[all …]
/freebsd/contrib/jemalloc/
H A DINSTALL.md20 - "autoconf" needs to be installed
21 - Documentation is built by the default target only when xsltproc is
31 * `--help`
35 * `--prefix=<install-root-dir>`
39 ./configure --prefix=/usr/local
44 * `--with-version=(<major>.<minor>.<bugfix>-<nrev>-g<gid>|VERSION)`
48 1) If --with-version=<major>.<minor>.<bugfix>-<nrev>-g<gid> is specified,
50 2) If --with-version is not specified in either form and the source
52 describe' invocations that pattern-match release tags.
54 0.0.0-0-g0000000000000000000000000000000000000000
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1 //===- HexagonPacketizer.cpp - VLIW packetizer ----------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
17 //===----------------------------------------------------------------------===//
46 #include "llvm/Support/CommandLine.h"
47 #include "llvm/Support/Debug.h"
48 #include "llvm/Support/ErrorHandling.h"
49 #include "llvm/Support/raw_ostream.h"
59 DisablePacketizer("disable-packetizer", cl::Hidden,
62 static cl::opt<bool> Slot1Store("slot1-store-slot0-load", cl::Hidden,
[all …]
/freebsd/share/doc/smm/01.setup/
H A D5.t35 \*(4B provides support for the standard Internet
42 how to configure your system to use the Internet networking support.
46 \*(4B provides some support for the ISO OSI protocols CLNP
53 Xerox NS support is enabled with the NS option.
54 ISO OSI support is enabled with the ISO option.
55 In either case, include the pseudo-devices
58 The ``pty'' pseudo-device forces the pseudo terminal device driver
61 while the ``loop'' pseudo-device forces inclusion of the software loopback
67 Ethernet, the pseudo-device ``ether'' should also be included
69 Protocol module used in mapping between 48-bit Ethernet
[all …]
/freebsd/bin/ln/
H A Dsymlink.71 .\"-
50 Because a symbolic link and its referenced object coexist in the file system
54 following conventions in a somewhat ad-hoc fashion.
78 .Bl -enum -compact -offset indent
200 .Dq Li "chown -R file"
217 .Dq Li "chown -h root slink"
308 .Dq Li "rm -r slink directory"
336 .Dq half\-logical )
347 .Dq Li "chown -HR user slink"
379 .Dq Li "chown -LR user slink"
[all …]
/freebsd/contrib/llvm-project/lld/MachO/
H A DICF.cpp1 //===- ICF.cpp ------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
18 #include "llvm/Support/LEB128.h"
19 #include "llvm/Support/Parallel.h"
20 #include "llvm/Support/TimeProfiler.h"
21 #include "llvm/Support/xxhash.h"
49 // ICF needs a copy of the inputs vector because its equivalence-class
84 // The __DATA segment is read/write at the MMU, and as application-writeable
90 // FIXME(gkm): implement keep-unique attributes
[all …]
/freebsd/crypto/krb5/src/include/
H A Dkdb.h1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
59 * - We may make arbitrary incompatible changes between feature
61 * - We will make some effort to avoid making incompatible changes for
113 /* Map cross-realm principals */
119 /* User-to-user */
121 /* Cross-realm */
143 * Note --- these structures cannot be modified without changing the
154 /* String attributes (currently stored inside tl-data) map C string keys to
187 * they set e_length appropriately (non-zero if the data should be marshalled
189 * caller-constructed principal entries.
[all …]
/freebsd/sys/dev/evdev/
H A Dcdev.c1 /*-
3 * Copyright (c) 2015-2016 Vladimir Kondratyev <wulf@FreeBSD.org>
105 struct evdev_dev *evdev = dev->si_drv1; in evdev_open()
114 buffer_size = evdev->ev_report_size * DEF_RING_REPORTS; in evdev_open()
120 client->ec_buffer_size = buffer_size; in evdev_open()
121 client->ec_buffer_head = 0; in evdev_open()
122 client->ec_buffer_tail = 0; in evdev_open()
123 client->ec_buffer_ready = 0; in evdev_open()
125 client->ec_evdev = evdev; in evdev_open()
126 mtx_init(&client->ec_buffer_mtx, "evclient", "evdev", MTX_DEF); in evdev_open()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddnode.h1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
69 * entire object, so 5 levels will be used, but 5 * (20 - 7) = 65.
80 * Note: a file will never ever have its ids moved from bonus->spill
95 #define DN_BONUS_SIZE(dnsize) ((dnsize) - DNODE_CORE_SIZE - \
99 #define DN_MAX_NBLKPTR ((DNODE_MIN_SIZE - DNODE_CORE_SIZE) >> SPA_BLKPTRSHIFT)
111 #define DNODES_PER_BLOCK_SHIFT (DNODE_BLOCK_SHIFT - DNODE_SHIFT)
118 #define DNODES_PER_LEVEL_SHIFT (DN_MAX_INDBLKSHIFT - SPA_BLKPTRSHIFT)
121 #define DN_MAX_LEVELS (DIV_ROUND_UP(DN_MAX_OFFSET_SHIFT - SPA_MINBLOCKSHIFT, \
122 DN_MIN_INDBLKSHIFT - SPA_BLKPTRSHIFT) + 1)
[all …]
/freebsd/share/man/man9/
H A Dbus_space.9627 machine-independent access to bus memory and register areas.
640 creating a non-linear register space).
655 compile-time errors if possible.
661 (type-checked) versions of these interfaces, but may implement them as
663 Machine-dependent types, variables, and functions
667 machine-independent types and functions, and, if possible, should be
668 given names which make the machine-dependence clear.
671 machine-dependent code.
729 Correctly-written drivers will include all
742 written must point to properly-aligned data).
[all …]
/freebsd/stand/ficl/
H A Dficl.h10 ** Copyright (c) 1997-2001 John Sadler (john_sadler@alum.mit.edu)
48 ** Ficl (Forth-inspired command language) is an ANS Forth
61 ** easier to support large blocks of code, efficient, type checking).
66 ** interpreter is re-entrant, so it can be used in multiple instances
80 ** - Standard: Implements the ANSI Forth CORE word set and part
81 ** of the CORE EXT word-set, SEARCH and SEARCH EXT, TOOLS and
83 ** - Extensible: you can export code written in Forth, C,
87 ** - Ficl and C can interact in two ways: Ficl can encapsulate
89 ** - Thread-safe, re-entrant: The shared system dictionary
94 ** - Simple encapsulation into existing systems: a basic implementation
[all …]
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
26 * structure for use with the device. Hardware-related operations that
67 * error occurs--i.e. you cannot check it for success.
81 HAL_EEWRITE = 11, /* Attempt to change write-locked EEPROM */
84 HAL_ESELFTEST = 14, /* Hardware self-test failed */
106 HAL_CAP_PSPOLL = 10, /* hardware has working PS-Poll support */
107 HAL_CAP_DIAG = 11, /* hardware diagnostic support */
[all …]
/freebsd/crypto/krb5/src/plugins/kdb/lmdb/
H A Dkdb_lmdb.c1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2 /* plugins/kdb/lmdb/klmdb.c - KDB module using LMDB */
34 * Thread-safety note: unlike the other two in-tree KDB modules, this module
36 * are single-threaded, and applications are not allowed to access the same
38 * for this code to be thread-safe. If a need arises in the future, mutex
46 * Memory-Mapped Database). We use two LMDB environments, the first to hold
48 * and "policy" databases, and the second to hold the three non-replicated
68 * to it non-transactionally during the load so that we don't block writes by
79 #include "k5-int.h"
82 #include "klmdb-int.h"
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.c1 // SPDX-License-Identifier: ISC
3 * Copyright (c) 2005-2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc.
5 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
21 #include <linux/nvmem-consumer.h>
33 #include "wmi-ops.h"
65 MODULE_PARM_DESC(cryptmode, "Crypto mode: 0-hardware, 1-software");
473 * or 2x2 160Mhz, long-guard-interval.
523 * 1x1 160Mhz, long-guard-interval.
741 [ATH10K_FW_FEATURE_EXT_WMI_MGMT_RX] = "wmi-mgmt-rx",
[all …]
/freebsd/sys/net80211/
H A Dieee80211.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
134 if (ic->ic_sup_rates[m].rs_nrates == 0) \ in ieee80211_chan_init()
135 ic->ic_sup_rates[m] = def; \ in ieee80211_chan_init()
140 KASSERT(0 < ic->ic_nchans && ic->ic_nchans <= IEEE80211_CHAN_MAX, in ieee80211_chan_init()
141 ("invalid number of channels specified: %u", ic->ic_nchans)); in ieee80211_chan_init()
142 memset(ic->ic_chan_avail, 0, sizeof(ic->ic_chan_avail)); in ieee80211_chan_init()
143 memset(ic->ic_modecaps, 0, sizeof(ic->ic_modecaps)); in ieee80211_chan_init()
144 setbit(ic->ic_modecaps, IEEE80211_MODE_AUTO); in ieee80211_chan_init()
[all …]
H A Dieee80211_scan_sta.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
30 * IEEE 802.11 station scanning support.
99 (((const uint8_t *)(addr))[IEEE80211_ADDR_LEN - 1] % STA_HASHSIZE)
112 /* ap-related state */
119 * for use. If non-zero the entry was deemed not suitable and it's
174 TAILQ_INIT(&st->st_entry); in sta_attach()
175 ss->ss_priv = st; in sta_attach()
186 struct sta_table *st = ss->ss_priv; in sta_detach()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c1 /*-
2 * Copyright (c) 2003-2007 Tim Kientzle
4 * Copyright (c) 2009-2012 Michihiro NAKAJIMA
63 * descriptors include various vendor-specific extensions.
84 /* Structure of on-disk primary volume descriptor. */
150 #define PVD_reserved5_size (2048 - PVD_reserved5_offset)
160 /* Structure of optional on-disk supplementary volume descriptor. */
190 /* Structure of an on-disk directory record. */
191 /* Note: ISO9660 stores each multi-byte integer twice, once in
259 /* In-memory storage for a directory record. */
[all …]
/freebsd/contrib/unbound/doc/
H A Dunbound.conf.53 .\" unbound.conf.5 -- unbound.conf manual
12 \- Unbound configuration file.
27 \fIunbound\-checkconf\fR(8)
34 $ unbound \-c /etc/unbound/unbound.conf
53 # mount \-\-bind \-n /dev/urandom /etc/unbound/dev/urandom
54 # and mount \-\-bind \-n /dev/log /etc/unbound/dev/log
62 access\-control: 10.0.0.0/8 allow
63 access\-control: 2001:DB8::/64 allow
82 .B include\-toplevel:
99 .B statistics\-interval: \fI<seconds>
[all …]
H A Dunbound.conf.5.in4 .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 …]
H A Dunbound.conf.rst41 --------
46 -----------
56 The utility :doc:`unbound-checkconf(8)</manpages/unbound-checkconf>` can be
60 -------
65 .. code-block:: text
67 $ unbound -c /etc/unbound/unbound.conf
72 .. code-block:: text
80 .. code-block:: text
88 # mount --bind -n /dev/urandom /etc/unbound/dev/urandom
89 # and mount --bind -n /dev/log /etc/unbound/dev/log
[all …]
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Ddeltat.c3 /* Bison implementation for Yacc-like parsers in C
5 Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation,
35 simplifying the original so-called "semantic" parser. */
70 #line 38 "x-deltat.y"
79 #pragma GCC diagnostic ignored "-Wuninitialized"
80 #pragma GCC diagnostic ignored "-Wunused-but-set-variable"
83 #include "k5-int.h"
120 then A + B < MAX_TIME if B < MAX_TIME - A
124 if A > 0 - then nothing to test
125 otherwise, we test if MIN_TIME - A < B.
[all …]
/freebsd/sys/dev/iwn/
H A Dif_iwnreg.h3 /*-
52 /* RX buffers must be large enough to hold a full 4K A-MPDU. */
56 /* HW supports 36-bit DMA addresses. */
108 * Flow-Handler registers.
191 #define IWN_PRPH_DWORD ((sizeof (uint32_t) - 1) << 24)
418 * 28-14: Reserved
419 * 13-00: RX frame size
444 /* 0:4 TX queue id - 5:6 reserved - 7 unsolicited RX
445 * or uCode-originated notification
616 #define IWN4965_RXONSZ (sizeof (struct iwn_rxon) - 6)
[all …]
/freebsd/contrib/ncurses/
H A DNEWS1 -------------------------------------------------------------------------------
2 -- Copyright 2018-2023,2024 Thomas E. Dickey --
3 -- Copyright 1998-2017,2018 Free Software Foundation, Inc. --
4 -- --
5 -- Permission is hereby granted, free of charge, to any person obtaining a --
6 -- copy of this software and associated documentation files (the --
7 -- "Software"), to deal in the Software without restriction, including --
8 -- without limitation the rights to use, copy, modify, merge, publish, --
9 -- distribute, distribute with modifications, sublicense, and/or sell copies --
10 -- of the Software, and to permit persons to whom the Software is furnished --
[all …]

12