Home
last modified time | relevance | path

Searched +full:bp +full:- +full:disabled +full:- +full:ports (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb251xb.txt1 Microchip USB 2.0 Hi-Speed Hub Controller
4 Hi-Speed Controller.
7 - compatible : Should be "microchip,usb251xb" or one of the specific types:
11 - reg : I2C address on the selected bus (default is <0x2C>)
14 - reset-gpios : Should specify the gpio for hub reset
15 - vdd-supply : Should specify the phandle to the regulator supplying vdd
16 - skip-config : Skip Hub configuration, but only send the USB-Attach command
17 - vendor-id : Set USB Vendor ID of the hub (16 bit, default is 0x0424)
18 - product-id : Set USB Product ID of the hub (16 bit, default depends on type)
19 - device-id : Set USB Device ID of the hub (16 bit, default is 0x0bb3)
[all …]
H A Dusb251xb.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip USB 2.0 Hi-Speed Hub Controller
10 - Richard Leitner <richard.leitner@skidata.com>
15 - microchip,usb2422
16 - microchip,usb2512b
17 - microchip,usb2512bi
18 - microchip,usb2513b
19 - microchip,usb2513bi
[all …]
/freebsd/sys/net/
H A Dif_bridgevar.h4 * SPDX-License-Identifier: BSD-4-Clause
253 uint8_t ifbp_portno; /* bp STP port number */
254 uint32_t ifbp_fwd_trans; /* bp STP fwd transitions */
255 uint32_t ifbp_design_cost; /* bp STP designated cost */
256 uint32_t ifbp_design_port; /* bp STP designated port */
257 uint64_t ifbp_design_bridge; /* bp STP designated bridge */
258 uint64_t ifbp_design_root; /* bp STP designated root */
262 * Bridge STP ports list structure.
275 "disabled", \
284 "-", \
[all …]
H A Dbridgestp.c3 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
36 * ISO/IEC 802.1D-2004, June 9, 2004.
85 #define INFO_WORSE -1
153 bstp_transmit(struct bstp_state *bs, struct bstp_port *bp) in bstp_transmit() argument
157 if (bs->bs_running == 0) in bstp_transmit()
164 if (bp->bp_hello_timer.active == 0) { in bstp_transmit()
166 bstp_hello_timer_expiry(bs, bp); in bstp_transmit()
169 if (bp->bp_txcount > bs->bs_txholdcount) in bstp_transmit()
173 if (bp->bp_protover == BSTP_PROTO_RSTP) { in bstp_transmit()
[all …]
H A Dif_bridge.c3 /*-
4 * SPDX-License-Identifier: BSD-4-Clause
73 * - Currently only supports Ethernet-like interfaces (Ethernet,
169 #define BRIDGE_RTHASH_MASK (BRIDGE_RTHASH_SIZE - 1)
213 * - BRIDGE_RT_LOCK, for any change to bridge_rtnodes
214 * - BRIDGE_LOC
1404 struct bstp_port *bp; bridge_ioctl_gifflags() local
1445 struct bstp_port *bp; bridge_ioctl_sifflags() local
1905 struct bstp_port *bp; bridge_ioctl_gifsstp() local
[all...]
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-370-db.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
4 * (DB-88F6710-BP-DDR3)
9 * Gregory CLEMENT <gregory.clement@free-electrons.com>
10 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 * DT-capable, U-Boot bootloaders provided by Marvell. Some earlier
22 /dts-v1/;
23 #include "armada-370.dtsi"
27 compatible = "marvell,a370-db", "marvell,armada370", "marvell,armada-370-xp";
30 stdout-path = "serial0:115200n8";
43 internal-regs {
[all …]
/freebsd/sbin/ipfw/
H A Dipfw2.c1 /*-
2 * Copyright (c) 2002-2003 Luigi Rizzo
3 * Copyright (c) 1996 Alex Nash, Paul Traina, Poul-Henning Kamp
75 static int ipfw_socket = -1;
206 {"src-addr", DYN_SRC_ADDR},
207 {"src-port", DYN_SRC_PORT},
208 {"dst-addr", DYN_DST_ADDR},
209 {"dst-port", DYN_DST_PORT},
220 * Note, we cannot use "-:&/" in the names because they are field
222 * end-delimite
512 bprint_uint_arg(struct buf_pr * bp,const char * str,uint32_t arg) bprint_uint_arg() argument
919 print_port(struct buf_pr * bp,int proto,uint16_t port) print_port() argument
962 print_newports(struct buf_pr * bp,const ipfw_insn_u16 * cmd,int proto,int opcode) print_newports() argument
1219 print_reject_code(struct buf_pr * bp,uint16_t code) print_reject_code() argument
1259 print_flags(struct buf_pr * bp,char const * name,const ipfw_insn * cmd,struct _s_x * list) print_flags() argument
1292 print_ip(struct buf_pr * bp,const struct format_opts * fo,const ipfw_insn_ip * cmd) print_ip() argument
1394 format_mac(struct buf_pr * bp,const uint8_t * addr,const uint8_t * mask) format_mac() argument
1413 print_mac(struct buf_pr * bp,const ipfw_insn_mac * mac) print_mac() argument
1422 print_mac_lookup(struct buf_pr * bp,const struct format_opts * fo,const ipfw_insn * cmd) print_mac_lookup() argument
1462 print_icmptypes(struct buf_pr * bp,const ipfw_insn_u32 * cmd) print_icmptypes() argument
1477 print_dscp(struct buf_pr * bp,const ipfw_insn_u32 * cmd) print_dscp() argument
1551 print_limit_mask(struct buf_pr * bp,const ipfw_insn_limit * limit) print_limit_mask() argument
1568 print_instruction(struct buf_pr * bp,const struct format_opts * fo,struct show_state * state,const ipfw_insn * cmd) print_instruction() argument
1899 print_opcode(struct buf_pr * bp,struct format_opts * fo,struct show_state * state,int opcode) print_opcode() argument
1924 print_fwd(struct buf_pr * bp,const ipfw_insn * cmd) print_fwd() argument
1952 print_action_instruction(struct buf_pr * bp,const struct format_opts * fo,struct show_state * state,const ipfw_insn * cmd) print_action_instruction() argument
2143 print_action(struct buf_pr * bp,struct format_opts * fo,struct show_state * state,uint8_t opcode) print_action() argument
2162 print_proto(struct buf_pr * bp,struct format_opts * fo,struct show_state * state) print_proto() argument
2226 print_address(struct buf_pr * bp,struct format_opts * fo,struct show_state * state,const int opcodes[],size_t nops,int portop,int flag) print_address() argument
2297 show_static_rule(struct cmdline_opts * co,struct format_opts * fo,struct buf_pr * bp,struct ip_fw_rule * rule,struct ip_fw_bcounter * cntr) show_static_rule() argument
2415 show_dyn_state(struct cmdline_opts * co,struct format_opts * fo,struct buf_pr * bp,ipfw_dyn_rule * d) show_dyn_state() argument
2783 list_static_range(struct cmdline_opts * co,struct format_opts * fo,struct buf_pr * bp,ipfw_obj_tlv * rtlv,int rcnt) list_static_range() argument
2821 struct buf_pr *bp; list_dyn_state() local
2844 list_dyn_range(struct cmdline_opts * co,struct format_opts * fo,struct buf_pr * bp,caddr_t base,size_t sz) list_dyn_range() argument
2923 struct buf_pr bp; ipfw_show_config() local
5602 struct buf_pr bp; ipfw_add() local
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dqcm6490-fairphone-fp5.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
12 #include <dt-bindings/iio/qcom,spmi-adc7-pm7325.h>
13 #include <dt-bindings/iio/qcom,spmi-adc7-pmk8350.h>
14 #include <dt-bindings/leds/common.h>
15 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
16 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
23 /delete-node/ &rmtfs_mem;
28 chassis-type = "handset";
36 #address-cells = <2>;
[all …]
/freebsd/sys/dev/bxe/
H A Decore_init.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved.
45 OP_WB_ZR, /* Clear a string using DMAE or indirect-wr */
253 /* check if queue->COS mapping has changed */ in ecore_map_q_cos()
273 /* overwrite queue->VOQ mapping */ in ecore_map_q_cos()
286 /* set/clear queue bit in command-queue bit map in ecore_map_q_cos()
301 /* Configures the QM according to the specified per-traffic-type COSes */
335 * words - don't use memcpy!).
344 /* default MIN rate in case VNIC min rate is configured to zero- 100Mbps */
[all …]
H A Dbxe_elink.c1 /*-
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 Dbxe.c1 /*-
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/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh3 #-
4 # SPDX-License-Identifier: BSD-2-Clause
6 # Copyright 2004-2007 Colin Percival
30 #### Usage function -- called from command-line handling code.
33 # --debug -- don't filter output from utilities
34 # --no-stats -- don't show progress statistics while fetching files
40 -b basedir -- Operate on a system mounted at basedir
42 -d workdir -- Store working files in workdir
43 (default: /var/db/freebsd-update/)
44 -f conffile -- Read configuration options from conffile
[all …]
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2017-2018 Yandex LLC
5 * Copyright (c) 2017-2018 Andrey V. Elsukov <ae@FreeBSD.org>
93 * + in-kernel NAT (not implemented yet)
109 * There are some limitations with dynamic rules -- we do not
118 (d)->pcnt_ ## dir++; \
119 (d)->bcnt_ ## dir += pktlen; \
154 MPASS(p->count > 0); \
155 ck_pr_dec_32(&(p)->count); \
[all …]
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h1 /* Copyright (c) 2008-2012 Freescale Semiconductor, Inc
60 @Description Frame Manager PCD (Parse-Classify-Distribute) API.
70 module will manage the PCD resources - i.e. resource management of
82 #define FM_PCD_MAX_NUM_OF_DISTINCTION_UNITS (32 - FM_PCD_MAX_NUM_OF_PRIVATE_HDRS)
98 …MAGE_SIZE (FM_PCD_SW_PRS_SIZE /*- FM_PCD_PRS_SW_OFFSET -FM_PCD_PRS_SW_TAIL_SIZE…
123 …e_FM_PCD_PLCR_COUNTERS_RED, /**< Policer counter - counts the tota…
124 …e_FM_PCD_PLCR_COUNTERS_YELLOW, /**< Policer counter - counts the tota…
125 …e_FM_PCD_PLCR_COUNTERS_RECOLORED_TO_RED, /**< Policer counter - counts the numb…
127 …e_FM_PCD_PLCR_COUNTERS_RECOLORED_TO_YELLOW, /**< Policer counter - counts the numb…
129 …e_FM_PCD_PLCR_COUNTERS_TOTAL, /**< Policer counter - counts the tota…
[all …]
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h3 functions, file path functions, and CPU architecture-specific functions.
5 Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
6 Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
10 SPDX-License-Identifier: BSD-2-Clause-Patent
18 // Definitions for architecture-specific types
22 /// The IA-32 architecture context buffer used by SetJump() and LongJump().
54 UINT8 XmmBuffer[160]; ///< XMM6-XMM15.
132 /// The RISC-V architecture context buffer used by SetJump() and LongJump().
161 Returns the length of a Null-terminated Unicode string.
165 If String is not aligned on a 16-bit boundary, then ASSERT().
[all …]
/freebsd/share/misc/
H A Dpci_vendors5 # Date: 2024-11-25 03:15:02
8 # the PCI ID Project at https://pci-ids.ucw.cz/.
14 # (version 2 or higher) or the 3-clause BSD License.
25 # device device_name <-- single tab
26 # subvendor subdevice subsystem_name <-- two tabs
30 # This is a relabelled RTL-8139
31 8139 AT-2500TX V3 Ethernet
41 7a09 PCI-to-PCI Bridge
50 7a19 PCI-to-PCI Bridge
55 7a29 PCI-to-PCI Bridge
[all …]
H A Dusb_vendors6 # http://www.linux-usb.org/usb-ids.html
7 # or send entries as patches (diff -u old new) in the
10 # http://www.linux-usb.org/usb.ids
13 # Date: 2024-12-04 20:34:02
20 # device device_name <-- single tab
21 # interface interface_name <-- two tabs
38 5301 GW-US54ZGL 802.11bg
54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211]
62 0200 TP-Link
81 120e ASI120MC-S Planetary Camera
[all …]
/freebsd/contrib/sendmail/doc/op/
H A Dop.me1 .\" Copyright (c) 1998-2013 Proofpoint, Inc. and its suppliers.
12 .\" $Id: op.me,v 8.759 2014-01-13 14:40:05 ca Exp $
14 .\" eqn op.me | pic | troff -me
51 .eh 'SMM:08-%''Sendmail Installation and Operation Guide'
52 .oh 'Sendmail Installation and Operation Guide''SMM:08-%'
74 .b SENDMAIL\u\s-6TM\s0\d
103 .i Sendmail \u\s-2TM\s0\d
107 It is not tied to any one transport protocol \*-
173 explains the day-to-day information you should know
185 contains the nitty-gritty information about the configuration
[all …]
/freebsd/contrib/tcsh/
H A Dtcsh.man.new29 .\" - Indent in multiples of 4, usually 8.
31 .\" - Use \` for literal back-quote (`).
33 .\" - Use \e for literal backslash (\).
35 .\" - Use \-, not -.
37 .\" - Include the tilde when naming dot files. .Pa ~/.login , not .Pa .login
39 .\" - Refer to external commands in man page format, e.g., .Xr csh 1
43 .\" - Say .Sq the shell , not .Sq tcsh ,
46 .\" - Say .Sq shell variable / .Sq environment variable instead of
51 .\" - Use the simple present tense.
54 .\" - IMPORTANT: Cross-reference as much as possible. Commands, variables,
[all …]
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt1 ----------------------------------------
6 Fix 2 critical CVE addressing memory leaks - Seunghun Han
17 ----------------------------------------
30 ----------------------------------------
35 …that the PHAT firmware health record offset works correctly, fix various sub-table offsets, preven…
37 Fix the optional table 4-byte signature. Contributed by: Daniil Tatianin <99danilt@gmail.com>
56 ----------------------------------------
71 Add new tables for various architectures/OS, mainly RISC-V and also update many more.
73 Add an option to either make the output deterministic or non-deterministic.
80 ----------------------------------------
[all …]
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES13 - Prevent transaction stuffing by ensuring SMTP clients
15 further SMTP commands. This can be disabled using
19 - Accept only CRLF . CRLF as end of an SMTP message
20 as required by the RFCs, which can disabled by the
22 - Do not accept a CR or LF except in the combination
24 be disabled by the new srv_features options
31 are used, i.e., TLSA RR 2-x-y and 3-x-y are supported
76 because the -a. option has been removed (as it only
79 VACATION: Add support for Return-Path header to set sender
81 VACATION: Honor RFC3834 and avoid an auto-reply if
[all …]
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src7 # bug-ncurses@gnu.org
19 # under the ncurses MIT-style license. That was the effect of the agreement
33 # some portions of the data are derivative work under a compatible MIT-style
36 #------------------------------------------------------------------------------
37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying
38 # https://invisible-island.net/personal/copyrights.html#removing_notes
39 #------------------------------------------------------------------------------
48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu
54 # This file describes the capabilities of various character-cell terminals,
55 # as needed by software such as screen-oriented editors.
[all …]
/freebsd/share/termcap/
H A Dtermcap38 # << EOH - after reordering, above header lines survive and this line dies >>
50 # Terminal names look like <manufacturer> <model> - <modes/options>
61 # w Wide - in 132 column mode.
63 # na No arrow keys - termcap ignores arrow keys which are
85 # Comments in this file begin with # - they cannot appear in the middle
93 # cap_mkdb -f /usr/share/misc/termcap /etc/termcap
96 # tic program that is part of the ncurses distribution, see the ports
102 # # --------------------------------
110 # It has been tried in a minimal way -- the Agile did not blow up!
113 # Ralph Keirstead (ralph@sri-unix);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1 //===-- X86ISelLowering.cpp - X86 DAG Lowering Implementation -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
71 #define DEBUG_TYPE "x86-isel"
74 "x86-experimental-pref-innermost-loop-alignment", cl::init(4),
78 "alignment set by x86-experimental-pref-loop-alignment."),
82 "x86-br-merging-base-cost", cl::init(2),
88 "will be merged, and above which conditionals will be split. Set to -1 "
93 "x86-br-merging-ccmp-bias", cl::init(6),
[all …]