/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | pci.txt | 3 PCI Bus Binding to: IEEE Std 1275-1994 4 https://www.devicetree.org/open-firmware/bindings/pci/pci2_1.pdf 9 https://www.devicetree.org/open-firmware/practice/imap/imap0_9d.pdf 11 Additionally to the properties specified in the above standards a host bridge 14 - linux,pci-domain: 15 If present this property assigns a fixed PCI domain number to a host bridge, 21 - max-link-speed: 23 drivers could add this as a strategy to avoid unnecessary operation for 27 - reset-gpios: 30 - supports-clkreq: [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | realtek,rts5411.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Matthias Kaehlcke <mka@chromium.org> 13 - $ref: usb-device.yaml# 18 - enum: 19 - usbbda,5411 20 - usbbda,411 24 '#address-cells': 27 '#size-cells': [all …]
|
H A D | ti,hd3ss3220.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Biju Das <biju.das.jz@bp.renesas.com> 12 description: |- 13 HD3SS3220 is a USB SuperSpeed (SS) 2:1 mux with DRP port controller. The device provides Channel 14 Configuration (CC) logic and 5V VCONN sourcing for ecosystems implementing USB Type-C. The 15 HD3SS3220 can be configured as a Downstream Facing Port (DFP), Upstream Facing Port (UFP) or a 43 - port@0 44 - port@1 [all …]
|
/freebsd/sys/contrib/device-tree/src/mips/loongson/ |
H A D | loongson64-2k1000.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 /dts-v1/; 5 #include <dt-bindings/interrupt-controller/irq.h> 10 #address-cells = <2>; 11 #size-cells = <2>; 14 #address-cells = <1>; 15 #size-cells = <0>; 21 #clock-cells = <1>; 27 #clock-cells = <0>; 28 compatible = "fixed-clock"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | video-interface-devices.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/video-interface-devices.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jacopo Mondi <jacopo@jmondi.org> 11 - Sakari Ailus <sakari.ailus@linux.intel.com> 14 flash-leds: 15 $ref: /schemas/types.yaml#/definitions/phandle-array 17 An array of phandles, each referring to a flash LED, a sub-node of the LED 20 lens-focus: [all …]
|
/freebsd/crypto/krb5/src/kdc/ |
H A D | kdc_audit.h | 1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 2 /* include/kdc_audit.h - KDC-facing API for audit */ 21 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 36 #include <net-server.h> 54 /* KDC-facing audit API */
|
/freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
H A D | fsl,mu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dong Aisheng <aisheng.dong@nxp.com> 22 registers (Processor A-facing, Processor B-facing). 27 - const: fsl,imx6sx-mu 28 - const: fsl,imx7ulp-mu 29 - const: fsl,imx8ulp-mu 30 - const: fsl,imx8-mu-scu 31 - const: fsl,imx8-mu-seco [all …]
|
/freebsd/sys/dts/arm/ |
H A D | qcom-ipq4019-ethernet.dtsi | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 17 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 28 #include <dt-bindings/net/qcom-qca807x.h> 33 #address-cells = <1>; 34 #size-cells = <0>; 35 compatible = "qcom,ipq4019-mdio"; 40 ess-switch@c000000 { 41 compatible = "qcom,ess-switch"; 44 reset-names = "ess_rst"; [all …]
|
/freebsd/contrib/libder/ |
H A D | README.md | 5 libder is a small library for encoding/decoding DER-encoded objects. It is 6 expected to be able to decode any BER-encoded buffer, and an attempt to 7 re-encode the resulting tree would apply any normalization expected by a DER 13 [GitHub](https://github.com/kevans91/libder) for user-facing interactions. 18 libder is not intended to be a general-purpose library for working with DER/BER 21 require the library consumer to supply it as a type/payload/size triple that it 26 or worse. e.g., a boolean may occupy more than one byte and libder will happily 28 re-encoding to 0xff or 0x00 depending on whether any bits are set or not.
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObjectUpdater.h | 1 //===-- ValueObjectUpdater.h ------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 16 /// A value object class that is seeded with the static variable value 17 /// and it vends the user facing value object. If the type is dynamic it can 18 /// vend the dynamic type. If this user type also has a synthetic type 32 /// Gets the correct value object from the root object for a given process
|
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | format_arg.h | 1 // -*- C++ -*- 2 //===----------------------------------------------------------------------===// 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 8 //===----------------------------------------------------------------------===// 43 /// @note The 128-bit types are unconditionally in the list to avoid the values 44 /// of the enums to depend on the availability of 128-bit integers. 46 /// @note The value is stored as a 5-bit value in the __packed_arg_t_bits. This 50 /// It could be packed in 4-bits but that means a new type directly becomes an 51 /// ABI break. The packed type is 64-bit so this reduces the maximum number of 55 /// special behaviour in visit_format_arg. There they need to be wrapped in a [all …]
|
/freebsd/share/man/man4/ |
H A D | snd_atiixp.4 | 15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 34 .Bd -ragged -offset indent 39 Alternatively, to load the driver as a module at boot time, place the 42 .Bd -literal -offset indent 59 .Bl -tag -width ".Va dev.pcm.%d.polling" -offset indent 65 Do not enable it unless you are facing weird interrupt problems or if the 73 .Bl -bullet -compact
|
H A D | snd_via8233.4 | 15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 34 .Bd -ragged -offset indent 39 Alternatively, to load the driver as a module at boot time, place the 42 .Bd -literal -offset indent 59 .Bl -tag -width ".Va dev.pcm.%d.polling" -offset indent 65 Do not enable it unless you are facing weird interrupt problems or if the 73 .Bl -bullet -compact
|
H A D | snd_es137x.4 | 15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 34 .Bd -ragged -offset indent 39 Alternatively, to load the driver as a module at boot time, place the 42 .Bd -literal -offset indent 57 .Bl -tag -width ".Va hw.snd.pcm%d.latency_timer" -offset indent 72 Do not enable it unless you are facing weird interrupt problems or if the 80 .Bl -bullet -compact 82 Creative CT5880-A 84 Creative CT5880-C 86 Creative CT5880-D [all …]
|
/freebsd/usr.sbin/bhyvectl/ |
H A D | bhyvectl.8 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 36 .Fl -vm= Ns Ar <vmname> 37 .Op Fl -create 38 .Op Fl -destroy 39 .Op Fl -get-stats 40 .Op Fl -inject-nmi 41 .Op Fl -force-reset 42 .Op Fl -force-poweroff 43 .Op Fl -checkpoint= Ns Ar <file> [all …]
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | zfeature_common.h | 1 // SPDX-License-Identifier: CDDL-1.0 9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10 * or https://opensource.org/licenses/CDDL-1.0. 45 SPA_FEATURE_NONE = -1, 93 #define SPA_FEATURE_DISABLED (-1ULL) 105 /* Each dataset has a field set if it has ever used this feature. */ 117 const char *fi_uname; /* User-facing feature name */ 118 const char *fi_guid; /* On-disk feature identifier */
|
/freebsd/share/doc/usd/22.trofftut/ |
H A D | tt12 | 4 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 30 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 69 here a command. 73 It is possible to do more than one command if a condition is true. 75 One possibility is to define a macro 83 --- processing for section 1 --- 97 ^if \e\en(SH=1 \e{--- processing 98 for section 1 ----\e} 108 an `if-else' construction, 111 A condition can be negated by preceding it with [all …]
|
/freebsd/crypto/heimdal/kdc/ |
H A D | main.c | 2 * Copyright (c) 1997-2005 Kungliga Tekniska Högskolan 25 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 42 #include <cap-ng.h> 48 int detach_from_console = -1; 60 * too. A better solution is to split the kdc in to more processes and 61 * run the network facing part with very low privilege. 81 if (initgroups(pw->pw_name, pw->pw_gid) < 0) in switch_environment() 85 if (setgid(pw->pw_gid) < 0) in switch_environment() 88 if (setuid(pw->pw_uid) < 0) in switch_environment() 93 CAP_NET_BIND_SERVICE, CAP_SETPCAP, -1) < 0) in switch_environment() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGVTables.h | 1 //===--- CGVTables.h - Emit LLVM Code for C++ vtables -----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 37 /// VTableAddressPointsMapTy - Address points for a single vtable. 43 /// SubVTTIndices - Contains indices into the various sub-VTTs. 49 /// SecondaryVirtualPointerIndices - Contains the secondary virtual pointer 59 /// Get the address of a thunk and emit it if necessary. 70 /// Add a 32-bit offset to a component relative to the vtable when using the 103 /// getSubVTTIndex - Return the index of the sub-VTT for the base class of the [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBSymbol.h | 1 //===- PDBSymbol.h - base class for user-facing symbol types -----*- C++-*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 18 decltype(auto) MethodName() const { return RawSymbol->MethodName(); } 23 return RawSymbol->PrivateName##Id(); \ 55 static bool classof(const PDBSymbol *S) { return S->getSymTag() == Tag; } 70 /// https://msdn.microsoft.com/en-us/library/370hs6k4.aspx 102 /// Dumps the contents of a symbol a raw_ostream. By default this will just 124 return Enumerator->getNext(); in findOneChild() 129 auto BaseIter = RawSymbol->findChildren(T::Tag); in findAllChildren()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | StackFrameList.h | 1 //===-- StackFrameList.h ----------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 39 /// Unlike \ref GetFrameAtIndex, this cannot return a synthetic frame. 45 /// Mark a stack frame as the currently selected frame and return its index. 49 /// We should only call SelectMostRelevantFrame if (a) the user hasn't already 50 /// selected a frame, and (b) if this really is a user facing 54 /// SMRF logic. So unless this is in a command or SB API, you should 59 /// Mark a stack frame as the currently selected frame using the frame index 67 return idx - m_current_inlined_depth; in GetVisibleStackFrameIndex() [all …]
|
/freebsd/contrib/kyua/utils/ |
H A D | sanity.cpp | 20 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 63 /// Prints a message to stderr. 65 /// Note that this runs from a signal handler. Calling write() is OK. 71 if (::write(STDERR_FILENO, message.c_str(), message.length()) == -1) { in err_write() 73 // specially considering that we are running within a signal handler. in err_write() 103 /// Installs a handler for a fatal signal representing a crash. 107 /// redelivered using the default handler to obtain a core dump. 109 /// \param signo The fatal signal for which to install a handler. 118 if (::sigaction(signo, &sa, NULL) == -1) { in install_one_crash_handler() 127 /// Returns a textual representation of an assertion type. [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3399-gru-scarlet.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * Google Gru-scarlet board device tree source 8 #include "rk3399-gru.dtsi" 11 chassis-type = "tablet"; 16 pp1250_s3: pp1250-s3 { 17 compatible = "regulator-fixed"; 18 regulator-name = "pp1250_s3"; 21 regulator-always-on; 22 regulator-boot-on; 23 regulator-min-microvolt = <1250000>; [all …]
|
/freebsd/sys/xen/xenbus/ |
H A D | xenbus.c | 7 * Permission is hereby granted, free of charge, to any person obtaining a copy 19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 29 * \brief Client-facing interface for the Xenbus driver. 31 * In other words, the interface between the Xenbus and the device-specific 52 #include <xen/xen-os.h> 60 /*------------------------- Private Functions --------------------------------*/ 84 /*--------------------------- Public Functions -------------------------------*/ 85 /*-------- API comments for these methods can be found in xenbusvar.h --------*/ 113 ret = vsnprintf(printf_buffer+len, PRINTF_BUFFER_SIZE-len, fmt, ap); in xenbus_dev_verror() 115 KASSERT(len + ret <= PRINTF_BUFFER_SIZE-1, ("xenbus error message too big")); in xenbus_dev_verror()
|
/freebsd/sys/dev/etherswitch/ar40xx/ |
H A D | ar40xx_hw_port.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 17 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 95 * The ar40xx code in linux/u-boot instead has a whole workaround in ar40xx_hw_port_init() 97 * NOTABLY - they do NOT enable the TX/RX MAC here or autoneg - in ar40xx_hw_port_init() 100 * SO - for now the port is left off until the PHY state changes. in ar40xx_hw_port_init() 126 * Call when the link for a non-CPU port is down. 143 * Call when the link for a non-CPU port is up. 145 * This will turn on the default auto-link checking and 156 /* Auto-link enable */ in ar40xx_hw_port_link_up() [all …]
|