Home
last modified time | relevance | path

Searched +full:no +full:- +full:scan +full:- +full:on +full:- +full:init (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h3 * Copyright (c) 2003-2017, Jouni Malinen <j@w1.fi>
74 * enum reg_change_initiator - Regulatory change initiator
85 * enum reg_type - Regulatory change types
96 * struct hostapd_wmm_rule - WMM regulatory rule
110 * struct hostapd_channel_data - Channel information
114 * chan - Channel number (IEEE 802.11)
119 * freq - Frequency in MHz
124 * flag - Channel flags (HOSTAPD_CHAN_*)
129 * allowed_bw - Allowed channel width bitmask
136 * max_tx_power - Regulatory transmit power limit in dBm
[all …]
/freebsd/usr.bin/ident/
H A Dident.c1 /*-
2 * Copyright (c) 2015-2021 Baptiste Daroussin <bapt@FreeBSD.org>
18 * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
44 INIT, /* '$' */ enumerator
47 PUNC_SEEN, /* ':' -> _SVN; space -> TEXT */
53 scan(FILE *fp, const char *name, bool quiet) in scan() function
58 analyzer_states state = INIT; in scan()
76 case INIT: in scan()
81 /* Otherwise, stay in INIT state */ in scan()
[all …]
/freebsd/sys/contrib/zlib/
H A Ddeflate.c1 /* deflate.c -- compress data using the deflation algorithm
2 * Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
9 * The "deflation" process depends on being able to identify portions
23 * A similar algorithm is used in comic (by Jan-Mark Wams) and freeze
33 * The idea of lazy evaluation of matches is due to Jan-Mark Wams, and
43 * "Algorithms" by R. Sedgewick, Addison-Wesley, p252.
46 * Data Compression with Finite Windows, Comm.ACM, 32,4 (1989) 490-595
55 " deflate 1.3.1 Copyright 1995-2024 Jean-loup Gailly and Mark Adler ";
67 finish_done /* finish done, accept no more input or output */
93 /* Values for max_lazy_match, good_match and max_chain_length, depending on
[all …]
/freebsd/sys/contrib/device-tree/Bindings/fsi/
H A Dfsi-controller.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/fsi/fsi-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Eddie James <eajames@linux.ibm.com>
18 "#address-cells":
21 "#size-cells":
24 '#interrupt-cells':
27 bus-frequency:
31 interrupt-controller: true
[all …]
H A Dfsi.txt4 The FSI bus is probe-able, so the OS is able to enumerate FSI slaves, and
6 nodes to probed engines. This allows for fsi engines to expose non-probeable
8 that is an I2C master - the I2C bus can be described by the device tree under
13 the fsi-master-* binding specifications.
18 fsi-master {
19 /* top-level of FSI bus topology, bound to an FSI master driver and
22 fsi-slave@<link,id> {
26 fsi-slave-engine@<addr> {
32 fsi-slave-engine@<addr> {
39 Note that since the bus is probe-able, some (or all) of the topology may
[all …]
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Dibm-power9-dual.dtsi1 // SPDX-License-Identifier: GPL-2.0+
7 #address-cells = <1>;
8 #size-cells = <1>;
9 chip-id = <0>;
17 compatible = "ibm,fsi-i2c-master";
19 #address-cells = <1>;
20 #size-cells = <0>;
22 cfam0_i2c0: i2c-bus@0 {
26 cfam0_i2c1: i2c-bus@1 {
30 cfam0_i2c2: i2c-bus@2 {
[all …]
H A Dibm-power10-dual.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
7 #address-cells = <2>;
8 #size-cells = <0>;
10 cfam-reset-gpios = <&gpio0 ASPEED_GPIO(Q, 0) GPIO_ACTIVE_HIGH>;
14 #address-cells = <1>;
15 #size-cells = <1>;
16 chip-id = <0>;
24 compatible = "ibm,fsi-i2c-master";
26 #address-cells = <1>;
27 #size-cells = <0>;
[all …]
H A Dibm-power11-quad.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
125 #address-cells = <2>;
126 #size-cells = <0>;
128 bus-frequency = <100000000>;
129 cfam-reset-gpios = <&gpio0 ASPEED_GPIO(Q, 0) GPIO_ACTIVE_HIGH>;
133 #address-cells = <1>;
134 #size-cells = <1>;
135 chip-id = <0>;
138 compatible = "ibm,p9-scom";
143 compatible = "ibm,i2c-fsi";
[all …]
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dfile.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2008-2014, 2018-2024 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
20 __le32 init_size; /* bytes of init cod
[all...]
/freebsd/sys/net80211/
H A Dieee80211_proto.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
21 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
89 "INIT", /* IEEE80211_S_INIT */
90 "SCAN", /* IEEE80211_S_SCAN */
108 * IEEE Std 802.11-2012, pp. 442-445 Table 8-36.
143 return ("4-Way handshake timeout"); in ieee80211_reason_to_string()
147 return ("element in 4-Way handshake different from " in ieee80211_reason_to_string()
[all …]
H A Dieee80211_adhoc.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting
19 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
82 ic->ic_vattach[IEEE80211_M_IBSS] = adhoc_vattach; in ieee80211_adhoc_attach()
83 ic->ic_vattach[IEEE80211_M_AHDEMO] = adhoc_vattach; in ieee80211_adhoc_attach()
99 vap->iv_newstate = adhoc_newstate; in adhoc_vattach()
100 vap->iv_input = adhoc_input; in adhoc_vattach()
101 if (vap->iv_opmode == IEEE80211_M_IBSS) in adhoc_vattach()
[all …]
H A Dieee80211_sta.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting
19 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
81 ic->ic_vattach[IEEE80211_M_STA] = sta_vattach; in ieee80211_sta_attach()
97 vap->iv_newstate = sta_newstate; in sta_vattach()
98 vap->iv_input = sta_input; in sta_vattach()
99 vap->iv_recv_mgmt = sta_recv_mgmt; in sta_vattach()
100 vap->iv_recv_ctl = sta_recv_ctl; in sta_vattach()
[all …]
/freebsd/sys/dev/fb/
H A Dsplash_pcx.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
6 * Copyright (c) 1999 Dag-Erling Smørgrav
24 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
27 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
43 static int splash_mode = -1;
48 static int pcx_splash(video_adapter_t *adp, int on);
54 .init = pcx_start,
81 -1, in pcx_start()
120 if (splash_mode == -1) in pcx_start()
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dreg.c1 // SPDX-License-Identifier: BSD-3-Clause-Clear
3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
11 #define ATH11K_2GHZ_CH01_11 REG_RULE(2412 - 10, 2462 + 10, 40, 0, 20, 0)
12 #define ATH11K_5GHZ_5150_5350 REG_RULE(5150 - 10, 5350 + 10, 80, 0, 30,\
14 #define ATH11K_5GHZ_5725_5850 REG_RULE(5725 - 10, 5850 + 10, 80, 0, 30,\
35 regd = rcu_dereference_rtnl(ar->hw->wiphy->regd); in ath11k_regdom_changes()
43 return memcmp(regd->alpha2, alpha2, 2) != 0; in ath11k_regdom_changes()
52 struct ath11k *ar = hw->priv; in ath11k_reg_notifier()
55 ath11k_dbg(ar->ab, ATH11K_DBG_REG, in ath11k_reg_notifier()
63 if (!(request->initiator == NL80211_REGDOM_SET_BY_USER && in ath11k_reg_notifier()
[all …]
/freebsd/sys/dev/wpi/
H A Dif_wpi.c1 /*-
13 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
26 * state and told to load boot firmware. The boot firmware loads an init and a
27 * main binary firmware image into SRAM on the card via DMA.
37 * the firmware updates the read index (reg1) on rx of a packet and fires an
55 * on the majority of communications between the driver and the card goes
317 for (ident = wpi_ident_table; ident->name != NULL; ident++) { in wpi_probe()
318 if (pci_get_vendor(dev) == ident->vendor && in wpi_probe()
319 pci_get_device(dev) == ident->device) { in wpi_probe()
320 device_set_desc(dev, ident->name); in wpi_probe()
[all …]
/freebsd/contrib/wpa/src/common/
H A Dwpa_ctrl.h3 * Copyright (c) 2004-2017, Jouni Malinen <j@w1.fi>
16 /* wpa_supplicant control interface - fixed message prefixes */
19 #define WPA_CTRL_REQ "CTRL-REQ-"
22 #define WPA_CTRL_RSP "CTRL-RSP-"
26 #define WPA_EVENT_CONNECTED "CTRL-EVENT-CONNECTED "
28 #define WPA_EVENT_DISCONNECTED "CTRL-EVENT-DISCONNECTED "
30 #define WPA_EVENT_ASSOC_REJECT "CTRL-EVENT-ASSOC-REJECT "
32 #define WPA_EVENT_AUTH_REJECT "CTRL-EVENT-AUTH-REJECT "
34 #define WPA_EVENT_TERMINATING "CTRL-EVENT-TERMINATING "
36 #define WPA_EVENT_PASSWORD_CHANGED "CTRL-EVENT-PASSWORD-CHANGED "
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.c1 // SPDX-License-Identifier: BSD-3-Clause-Clear
3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
4 * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
33 if (!ab->hw_params->supports_suspend) in ath12k_core_suspend()
34 return -EOPNOTSUPP; in ath12k_core_suspend()
75 if (!ab->hw_params->supports_suspend) in ath12k_core_resume()
76 return -EOPNOTSUPP; in ath12k_core_resume()
100 /* strlen(',variant=') + strlen(ab->qmi.target.bdf_ext) */ in ath12k_core_create_board_name()
103 if (ab->qmi.target.bdf_ext[0] != '\0') in ath12k_core_create_board_name()
105 ab->qmi.target.bdf_ext); in ath12k_core_create_board_name()
[all …]
/freebsd/usr.sbin/bsdconfig/include/
H A Dmessages.subr2 # Copyright (c) 2012-2016 Devin Teske
17 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
33 hline_choose_help_for_more_information_on_media_types="Choose Help for more information on the vari…
46 msg_assume_network_is_already_configured="Running multi-user, assume that the network is already co…
47 msg_assume_yes_to_all_non_critical_dialogs="Assume \"Yes\" answers to all non-critical dialogs"
52 msg_audio_desc="Audio utilities - most require a supported sound card."
69 msg_cannot_edit_wireless_ssid="Cannot edit wireless configuration; no matches for\nSSID \`%s' in wp…
71on this\nFTP server. You may need to visit a different server for\nthe release you are trying to …
[all …]
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h10 * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved.
31 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
35 * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved.
55 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
59 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
73 * BEGIN iwl-csr.h
81 * low power states due to driver-invoked device resets
82 * (e.g. IWM_CSR_RESET_REG_FLAG_SW_RESET) or uCode-driven power-saving modes.
87 * no nee
[all...]
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dhttpproxy.subr3 # Copyright (c) 2012-2013 Devin Teske
18 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
22 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
79 # The order in-which the below individual cases appear is important!
85 port="${port%%[!0-9]*}"
104 : leave hostname as-is
119 device_media set init f_media_init_http_proxy
129 # $connect_only is present and non-null, then returns success if a connection
144 # $connect_only is present and non-NULL.
174 f_quietly nc -nz "$host" "$proxy_port" || continue
[all …]
/freebsd/stand/i386/boot0/
H A Dboot0.S38 * Note - this code uses many tricks to save space and fit in one sector.
49 * bootloader) at 0:0x7c00. This code depends on %cs:%ip being 0:0x7c00
63 * made of four 16-byte entries each containing:
81 * On entry, the registers contain the following values:
128 .set B0_OFF,(B0_BASE-0x200) # Offset of boot0 data
132 .set KEY_ENTER,0x1c # Enter key scan code
133 .set KEY_F1,0x3b # F1 key scan code
134 .set KEY_1,0x02 # #1 key scan code
154 .set _TICKS, (PRT_OFF - 0x200 - 2) # Timeout ticks
157 .set TLEN, (desc_ofs - bootable_ids) # size of bootable ids
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog3 2024-07-20 - v2.11
4 * Wi-Fi Easy Connect
5 - add support for DPP release 3
6 - allow Configurator parameters to be provided during config exchange
8 - add support for GCM-AES-256 cipher suite
9 - remove incorrect EAP Session-Id length constraint
10 - add hardware offload support for additional drivers
11 * HE/IEEE 802.11ax/Wi-Fi 6
12 - support BSS color updates
13 - various fixes
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp1 //===- SimplifyCFGPass.cpp - CFG Simplification Pass ----------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 // * Removes basic blocks with no predecessors.
21 //===----------------------------------------------------------------------===//
52 "bonus-inst-threshold", cl::Hidden, cl::init(1),
56 "keep-loops", cl::Hidden, cl::init(true),
60 "switch-range-to-icmp", cl::Hidden, cl::init(false),
65 "switch-to-lookup", cl::Hidden, cl::init(false),
69 "forward-switch-cond", cl::Hidden, cl::init(false),
[all …]
H A DDeadStoreElimination.cpp1 //===- DeadStoreElimination.cpp - MemorySSA Backed Dead Store Elimination -===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 // that there are no uses that may read the location of the original MemoryDef
18 // 2. Check that there are no reads between MaybeDeadAccess and the StartDef by
22 // 1. There are no barrier instructions between CurrentDef and StartDef (like
28 //===----------------------------------------------------------------------===//
106 DEBUG_COUNTER(MemorySSACounter, "dse-memoryssa",
110 EnablePartialOverwriteTracking("enable-dse-partial-overwrite-tracking",
111 cl::init(true), cl::Hidden,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDeadMachineInstructionElim.cpp1 //===- DeadMachineInstructionElim.cpp - Remove dead machine instructions --===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This is an extremely simple MachineInstr-level dead-code-elimination pass.
11 //===----------------------------------------------------------------------===//
27 #define DEBUG_TYPE "dead-mi-elimination"
83 // Technically speaking inline asm without side effects and no defs can still in isDead()
86 if (MI->isInlineAsm()) in isDead()
90 if (MI->getOpcode() == TargetOpcode::LOCAL_ESCAPE) in isDead()
95 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI()) in isDead()
[all …]

12345678910>>...18