Home
last modified time | relevance | path

Searched +full:coexist +full:- +full:support (Results 1 – 25 of 30) 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>
18 - qcom,ath10k # SDIO-based devices
19 - qcom,ipq4019-wifi
20 - qcom,wcn3990-wifi # SNoC-based devices
25 reg-names:
27 - const: membase
33 interrupt-names:
[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/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/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/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/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/sys/dev/evdev/
H A Dcdev.c1 /*-
3 * Copyright (c) 2015-2016 Vladimir Kondratyev <wulf@FreeBSD.org>
104 struct evdev_dev *evdev = dev->si_drv1; in evdev_open()
113 buffer_size = evdev->ev_report_size * DEF_RING_REPORTS; in evdev_open()
119 client->ec_buffer_size = buffer_size; in evdev_open()
120 client->ec_buffer_head = 0; in evdev_open()
121 client->ec_buffer_tail = 0; in evdev_open()
122 client->ec_buffer_ready = 0; in evdev_open()
124 client->ec_evdev = evdev; in evdev_open()
125 mtx_init(&client->ec_buffer_mtx, "evclient", "evdev", MTX_DEF); in evdev_open()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddnode.h9 * or https://opensource.org/licenses/CDDL-1.0.
68 * entire object, so 5 levels will be used, but 5 * (20 - 7) = 65.
79 * Note: a file will never ever have its ids moved from bonus->spill
94 #define DN_BONUS_SIZE(dnsize) ((dnsize) - DNODE_CORE_SIZE - \
98 #define DN_MAX_NBLKPTR ((DNODE_MIN_SIZE - DNODE_CORE_SIZE) >> SPA_BLKPTRSHIFT)
110 #define DNODES_PER_BLOCK_SHIFT (DNODE_BLOCK_SHIFT - DNODE_SHIFT)
117 #define DNODES_PER_LEVEL_SHIFT (DN_MAX_INDBLKSHIFT - SPA_BLKPTRSHIFT)
120 #define DN_MAX_LEVELS (DIV_ROUND_UP(DN_MAX_OFFSET_SHIFT - SPA_MINBLOCKSHIFT, \
121 DN_MIN_INDBLKSHIFT - SPA_BLKPTRSHIFT) + 1)
127 #define DN_BONUS(dnp) ((void*)((dnp)->dn_bonus_flexible + \
[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/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
135 if (ic->ic_sup_rates[m].rs_nrates == 0) \ in ieee80211_chan_init()
136 ic->ic_sup_rates[m] = def; \ in ieee80211_chan_init()
141 KASSERT(0 < ic->ic_nchans && ic->ic_nchans <= IEEE80211_CHAN_MAX, in ieee80211_chan_init()
142 ("invalid number of channels specified: %u", ic->ic_nchans)); in ieee80211_chan_init()
143 memset(ic->ic_chan_avail, 0, sizeof(ic->ic_chan_avail)); in ieee80211_chan_init()
144 memset(ic->ic_modecaps, 0, sizeof(ic->ic_modecaps)); in ieee80211_chan_init()
145 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.in3 .\" 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 …]
/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 …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c2 * Copyright (c) 2017-2018 Cavium, Inc.
60 /* Doorbell-Queue constants */
93 /* TYPE-0 task context - iSCSI, FCOE */
99 /* TYPE-1 task context - ROCE */
142 * 1 - for connection context (CDUC) and for each task context we need two
181 /* Per Path -
211 /* total number of VFs for this hwfn -
218 /* TBD - do we want this allocated to reserve space? */
235 * oriented - per connection-type we would set how many of those
238 * connection-types.
[all …]
/freebsd/sys/netinet6/
H A Dip6_output.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
34 /*-
164 ((eh)->ip6e_len + 1) << 3); \
167 (_ol) += (*(mp))->m_len; \
187 (m)->m_next = (mp)->m_next;\
188 (mp)->m_next = (m);\
199 if (m->m_pkthdr.csum_flags & CSUM_UDP_IPV6 && csum == 0) in in6_delayed_cksum()
201 offset += m->m_pkthdr.csum_data; /* checksum offset */ in in6_delayed_cksum()
203 if (offset + sizeof(csum) > m->m_len) in in6_delayed_cksum()
[all …]
/freebsd/contrib/flex/
H A DChangeLog1 2017-05-06 Will Estes <westes575@gmail.com>
9 2017-05-06 Will Estes <westes575@gmail.com>
13 2017-05-06 Will Estes <westes575@gmail.com>
15 * .prev-version: note previous version
17 2017-05-06 Will Estes <westes575@gmail.com>
21 2017-05-04 viktor.shepel <shepelvictor@bigmir.net>
25 2017-05-04 Explorer09 <explorer09@gmail.com>
30 2017-05-02 Demi Obenour <demiobenour@gmail.com>
35 2017-05-02 Demi Obenour <demiobenour@gmail.com>
41 2017-05-03 Demi Obenour <demiobenour@gmail.com>
[all …]
/freebsd/contrib/sendmail/src/
H A Dmap.c2 * Copyright (c) 1998-2008 Proofpoint, Inc. and its suppliers.
4 * Copyright (c) 1992, 1995-1997 Eric P. Allman. All rights reserved.
16 SM_RCSID("@(#)$Id: map.c,v 8.713 2013-11-22 20:51:55 ca Exp $")
28 # error "README: coexist with NDBM, or delete -DNDBM from the Makefile"
29 # error "README: and use -DNEWDB instead."
39 # define NDBM_YP_COMPAT /* create YP-compatible NDBM files */
94 ** MAP_HAS_CHGED -- check whether fd was updated or fn refers to a different file
97 ** map -- map being checked
98 ** fn -- (full) file name of map.
99 ** fd -- fd of map.
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1 //===--------------------- SemaLookup.cpp - Name Lookup ------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file implements name lookup for C, C++, Objective-C, and
10 // Objective-C++.
12 //===----------------------------------------------------------------------===//
45 #include "llvm/Support/Casting.h"
46 #include "llvm/Support/ErrorHandling.h"
112 // both the using-directive and the nominated namespace. in visitScopeChain()
113 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain()
[all …]

12