/freebsd/contrib/ofed/infiniband-diags/man/ |
H A D | ibfindnodesusing.8 | 5 IBFINDNODESUSING \- 7 .nr rst2man-indent-level 0 10 \\$1 \\n[an-margin] 11 level \\n[rst2man-indent-level] 12 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 13 - 14 \\n[rst2man-indent0] 15 \\n[rst2man-indent1] 16 \\n[rst2man-indent2] 21 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] [all …]
|
H A D | smpdump.8 | 5 SMPDUMP \- 7 .nr rst2man-indent-level 0 10 \\$1 \\n[an-margin] 11 level \\n[rst2man-indent-level] 12 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 13 - 14 \\n[rst2man-indent0] 15 \\n[rst2man-indent1] 16 \\n[rst2man-indent2] 21 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] [all …]
|
H A D | sminfo.8 | 5 SMINFO \- 7 .nr rst2man-indent-level 0 10 \\$1 \\n[an-margin] 11 level \\n[rst2man-indent-level] 12 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 13 - 14 \\n[rst2man-indent0] 15 \\n[rst2man-indent1] 16 \\n[rst2man-indent2] 21 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] [all …]
|
H A D | infiniband-diags.8 | 3 .TH INFINIBAND-DIAGS 8 "" "" "Open IB Diagnostics" 5 INFINIBAND-DIAGS \- 7 .nr rst2man-indent-level 0 10 \\$1 \\n[an-margin] 11 level \\n[rst2man-indent-level] 12 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 13 - 14 \\n[rst2man-indent0] 15 \\n[rst2man-indent1] 16 \\n[rst2man-indent2] [all …]
|
/freebsd/share/man/man4/ |
H A D | divert.4 | 17 .Bd -ragged -offset indent 27 .Bd -literal -offset indent 32 Divert sockets allow to intercept and re-inject packets flowing through 53 Packets may also be written to a divert port, in which case they re-enter 91 for a non-local address. 128 re-enter the packet filter at the rule number 133 is altered to indicate an alternative re-entry point, care should be taken 151 action are delivered as-is and packet fragments do not get reassembled 163 socket requires super-user access. 167 .Bl -tag -width Er [all …]
|
H A D | netgraph.4 | 1 .\" Copyright (c) 1996-1999 Whistle Communications, Inc. 19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 63 .Bl -bullet -compact 69 A common framework for kernel entities to inter-communicate. 71 A reasonably fast, kernel-based implementation. 90 In object-oriented language, types are classes, and nodes are instances 114 which is expressed as a 32-bit hexadecimal value. 128 .Bl -bullet 157 in preference to the general node-wide methods. 180 There are generic and type-specific control messages. [all …]
|
/freebsd/libexec/rc/ |
H A D | netstart | 1 #!/bin/sh - 27 # This file is NOT called by any of the other scripts - it has been 29 # convenience (if you're sitting in single user mode and wish to start 48 /etc/rc.d/routed ${_start}
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_if.m | 1 #- 2 # Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org> 122 * @param child The bhndb-attached device. 134 * @param child The bhndb-attached device. 149 * may otherwise be non-functional; this method allows the parent device 172 * @retval non-zero If locating the host bridge core otherwise fails, a 205 * Attempt to re-enable a resource previously suspended by 212 * Requests to resume a non-suspended resource will be ignored. 228 * Enable bridge-level interrupt routing for @p child. 231 * @param child The bhnd child device for which interrupts should be routed. [all …]
|
/freebsd/sbin/route/ |
H A D | route.8 | 50 .Xr routed 8 , 62 .Bl -tag -width indent 72 Run in debug-only mode, i.e., do not actually modify the routing table. 81 Run in test-only mode. 100 .Bl -tag -width Fl -compact 126 .Bd -ragged -offset indent -compact 134 .Bd -ragged -offset indent -compact 168 .Bd -ragged -offset indent -compact 180 .Bd -ragged -offset indent -compact 194 is the next-hop intermediary via which packets should be routed. [all …]
|
/freebsd/sys/i386/pci/ |
H A D | pci_pir.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 146 /* XXX - Use pmap_mapdev()? */ in pci_pir_open() 148 if (pt->pt_header.ph_length <= sizeof(struct PIR_header)) in pci_pir_open() 151 i < (pt->pt_header.ph_length); i++) in pci_pir_open() 158 pci_route_count = (pt->pt_header.ph_length - in pci_pir_open() 172 if (pci_link->pl_id == link_id) in pci_pir_find_link() 188 if (entry->pe_bus == lookup->bus && in pci_pir_find_link_handler() 189 entry->pe_device == lookup->device && in pci_pir_find_link_handler() 190 intpin - entry->pe_intpin == lookup->pin) in pci_pir_find_link_handler() [all …]
|
/freebsd/sys/netinet/ |
H A D | ip_options.c | 2 * SPDX-License-Identifier: BSD-3-Clause 73 "Enable forwarding source routed IP packets"); 79 "Enable accepting source routed IP packets"); 90 * are encountered, or forwarding it if source-routed. 94 * reason for as many as two passes is that when doing IPSTEALTH, non-routing 123 dst = ip->ip_dst; in ip_dooptions() 125 cnt = (ip->ip_hl << 2) - sizeof (struct ip); in ip_dooptions() 126 for (; cnt > 0; cnt -= optlen, cp += optlen) { in ip_dooptions() 134 code = &cp[IPOPT_OLEN] - (u_char *)ip; in ip_dooptions() 139 code = &cp[IPOPT_OLEN] - (u_char *)ip; in ip_dooptions() [all …]
|
/freebsd/rescue/rescue/ |
H A D | Makefile | 7 # Static-PIE is not supported so we should not be linking against _pie.a libs. 8 # This is also needed to avoid linking against sanitizer-instrumented libraries 17 LDFLAGS+= -Wl,--allow-multiple-definition 24 SCRIPTSNAME_dhclient_FIXED= dhclient-script 25 dhclient_FIXED: ../../sbin/dhclient/dhclient-script 32 CRUNCH_BUILDOPTS+= -DRESCUE 33 # Define compile-time RESCUE symbol when compiling components 34 CRUNCH_BUILDOPTS+= CRUNCH_CFLAGS=-DRESCUE 37 # rather than incorporating rescue-specific logic into standard files. 38 #MAKEFLAGS= -m ${.CURDIR} ${.MAKEFLAGS} [all …]
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_mcast_mgr.c | 2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved. 3 * Copyright (c) 2002-2011 Mellanox Technologies LTD. All rights reserved. 4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved. 8 * Copyright (C) 2012-2013 Tokyo Institute of Technology. All rights reserved. 20 * - Redistributions of source code must retain the above 24 * - Redistributions in binary form must reproduce the above 72 see cl_qlist_insert_tail(): CL_ASSERT(p_list_item->p_list != p_list) in mcast_work_obj_new() 77 p_obj->p_port = p_port; in mcast_work_obj_new() 100 for (list_item = cl_qlist_head(&mbox->mgrp_list); in osm_mcast_make_port_list_and_map() 101 list_item != cl_qlist_end(&mbox->mgrp_list); in osm_mcast_make_port_list_and_map() [all …]
|
H A D | osm_ucast_ftree.c | 4 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved. 5 * Copyright (c) 2002-2011 Mellanox Technologies LTD. All rights reserved. 6 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved. 18 * - Redistributions of source code must retain the above 22 * - Redistributions in binary form must reproduce the above 61 * - Tree of rank 1 has only trivial routing paths, 63 * - Why maximum rank is 8: 65 * Switches are stored in two cl_qmaps - one is 68 * a 64-bit key, the maximal tuple length is 8 bytes. 78 FTREE_DIRECTION_DOWN = -1, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | amlogic,meson-g12a-usb-ctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/usb/amlogic,meson-g12a-usb-ctrl.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Neil Armstrong <neil.armstrong@linaro.org> 15 in host-only mode, and a DWC2 IP Core configured for USB2 peripheral mode 20 One of the USB2 PHYs can be re-routed in peripheral mode to a DWC2 USB IP. 26 host-only mode. 33 - amlogic,meson-gxl-usb-ctrl 34 - amlogic,meson-gxm-usb-ctrl [all …]
|
/freebsd/share/examples/ppp/ |
H A D | ppp.conf.sample | 23 # This section is *not* pre-loaded by the ``load'' or ``dial'' commands. 34 OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" 41 # is required by the server either using a unix-style login procedure 46 # use a unix-style login script: 61 # This entry also works with static IP numbers or when not in -auto mode. 64 # The "set ifaddr" is required in -auto mode only. 65 # It's better to put the ``add'' line in ppp.linkup when not in -auto mode. 72 # The login script shown says that you're expecting ``ogin:''. If you 80 set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin: ppp word: ppp" 86 # If you want to use PAP or CHAP instead of using a unix-style login [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | ste-nomadik-nhk15.dts | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 7 #include <dt-bindings/interrupt-controller/irq.h> 8 #include <dt-bindings/gpio/gpio.h> 9 #include "ste-nomadik-stn8815.dtsi" 13 compatible = "st,nomadik-nhk-15"; 22 stmpe-i2c0 = &stmpe0; 23 stmpe-i2c1 = &stmpe1; 71 disable-sxtalo; 72 disable-mxtalo; [all …]
|
/freebsd/sys/arm/mv/ |
H A D | mv_armv7_machdep.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 1994-1998 Mark Brinicombe. 122 * for all A38x-based platforms only. in mv_busdma_tag_init() 124 if ((node = OF_finddevice("/")) == -1){ in mv_busdma_tag_init() 167 if ((node = OF_finddevice("mpp")) != -1) in platform_mpp_init() 173 if ((node = OF_finddevice("/")) == -1) in platform_mpp_init() 176 if ((node = fdt_find_compatible(node, "simple-bus", 0)) == 0) in platform_mpp_init() 182 * first-stage loader and try to continue booting. in platform_mpp_init() 205 * Process 'pin-count' and 'pin-map' props. in platform_mpp_init() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | StructuredDataPlugin.h | 1 //===-- StructuredDataPlugin.h ----------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 19 /// Plugin that supports process-related structured data sent asynchronously 20 /// from the debug monitor (e.g. debugserver, lldb-server, etc.) 22 /// This plugin type is activated by a Process-derived instance when that 26 /// main functionality they support is the ability to consume asynchronously- 31 /// memory usage, and other run-time aspects of the process. That data 34 /// For command-line LLDB, the Debugger instance listens for the structured 52 /// When Process is informed of a list of process-monitor-supported [all …]
|
/freebsd/sys/x86/acpica/ |
H A D | madt.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 109 return (-50); in madt_probe() 120 madt_length = madt->Header.Length; in madt_probe_cpus() 121 KASSERT(madt != NULL, ("Unable to re-map MADT")); in madt_probe_cpus() 154 if ((dmartbl->Flags & ACPI_DMAR_X2APIC_OPT_OUT) != 0) in madt_x2apic_disable_reason() 174 * It seems that some SandyBridge-based notebook in madt_x2apic_disable_reason() 247 lapic_init(madt->Address); in madt_setup_local() 249 (int)sizeof(madt->Header.OemId), madt->Header.OemId, in madt_setup_local() 250 (int)sizeof(madt->Header.OemTableId), madt->Header.OemTableId); in madt_setup_local() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointLocation.h | 1 //===-- BreakpointLocation.h ------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 19 #include "lldb/lldb-private.h" 84 /// \b true if the breakpoint is set to auto-continue, \b false if not. 170 /// Clear this breakpoint location's breakpoint site - for instance when 262 /// Returns whether the address set in the breakpoint location was re-routed 263 /// to the target of a re-exported symbol. 357 /// pointer, nullptr if we're
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_pcib.c | 1 /*- 75 if (prt == NULL || prt->Pointer == NULL) in prt_walk_table() 79 prtptr = prt->Pointer; in prt_walk_table() 81 while (entry->Length != 0) { in prt_walk_table() 83 prtptr += entry->Length; in prt_walk_table() 96 if (entry->Source[0] == '\0') in prt_attach_devices() 103 if (entry->SourceIndex != 0) in prt_attach_devices() 108 if (ACPI_FAILURE(AcpiGetHandle(ACPI_ROOT_OBJECT, entry->Source, &handle))) in prt_attach_devices() 123 acpi_pci_link_add_reference(child, entry->SourceIndex, pcib, in prt_attach_devices() 124 ACPI_ADR_PCI_SLOT(entry->Address), entry->Pin); in prt_attach_devices() [all …]
|
/freebsd/contrib/unbound/iterator/ |
H A D | iterator.h | 2 * iterator/iterator.h - iterative resolver DNS query response module 79 /* max number of time-outs for minimised query. Prevents resolving failures 87 #define MINIMISE_MULTIPLE_LABS (MAX_MINIMISE_COUNT - MINIMISE_ONE_LAB) 88 /** at what query-sent-count to stop target fetch policy */ 123 /** NAT64 prefix address, cf. dns64_env->prefix_addr */ 147 * negative numbers (usually just -1) mean fetch-all, 174 * (Re)start minimisation. Outgoing QNAME should be set to dp->name. 216 * query times out and/or wakes up, this state is (re)visited. 248 /** Reference count for the shared iter_qstate->target_count. */ 268 * This is the state that event is in or should sent to -- all [all …]
|
/freebsd/contrib/tcp_wrappers/ |
H A D | CHANGES | 2 configuration checker. See the `tcpdchk.8' manual page (`nroff -man' 9 - Improved the anti source-routing protection. The code in version 13 - The program no longer terminates case of a source-routed connection, 14 making the IP-spoofing code more usable for long-running daemons. 16 - When syslogging DNS hostname problems, always stop after a limited 22 - Optionally refuse source-routed TCP connections requests altogether. 25 - Support for IRIX 6 (Lael Tucker). 27 - Support for Amdahl UTS 2.1.5 (Richard E. Richmond). 29 - Support for SINIX 5.42 (Klaus Nielsen). 31 - SCO 5 now has vsyslog() (Bill Golden). [all …]
|
/freebsd/usr.sbin/ppp/ |
H A D | README.nat | 42 Enabling this, either by the "-nat" command line option or the 46 from the outside world are then appropriately de-NAT'd. 77 The implementation supports all standard, non-encoding TCP and UDP protocols. 79 mode of Real-Audio is not presently supported, but the TCP mode does work 92 the "-nat" option on the command line. The user should verify that 115 is in addition to the -nat command line option. System managers and 130 - nat enable [yes|no] (default no) 136 want NAT, consider using the -nat option to ppp instead of this 140 - nat deny_incoming [yes|no] (default yes) 146 fairly efficient one-way firewall. The default is no, which will allow [all …]
|