/freebsd/sys/geom/part/ |
H A D | g_part_if.m | 1 #- 2 # Copyright (c) 2006-2009 Marcel Moolenaar 46 struct g_part_entry *entry, struct sbuf *sb, const char *pfx) 51 G_PART_NAME(table, entry, buf, sizeof(buf))); 56 struct g_part_entry *entry, const char *pfx) 62 G_PART_FULLNAME(table, entry, sb, pfx); 71 struct g_part_entry *entry, const char *pfx) 76 G_PART_FULLNAME(table, entry, sb, pfx); 112 struct g_part_entry *entry __unused, struct bio *bp __unused) 118 # add() - scheme specific processing for the add verb. [all …]
|
/freebsd/usr.sbin/efibootmgr/ |
H A D | efibootmgr.8 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2017-2018 Netflix, Inc. 73 .Fl u Ar unix-path 82 boot method to be tried once upon the next boot. 86 Each method is encapsulated within a persistent UEFI variable, 91 program from, and whether or not the method is active (used for booting, 92 otherwise the method will be skipped). 95 The currently booted method is communicated using 103 non-volatile variables. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | idle-states.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/arm/idle-states.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> 14 1 - Introduction 18 where cores can be put in different low-power states (ranging from simple wfi 20 range of dynamic idle states that a processor can enter at run-time, can be 27 - Running 28 - Idle_standby [all …]
|
H A D | psci.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> 15 processors") can be used by Linux to initiate various CPU-centric power 25 r0 => 32-bi [all...] |
/freebsd/lib/libc/net/ |
H A D | nsdispatch.3 | 38 .Nd name-service switch dispatcher routine 63 until a successful entry is found. 66 is passed to each method to modify as necessary, to pass back results to 70 Each method has the function signature described by the typedef: 79 .Bd -literal -offset indent 82 nss_method method; 89 array should consist of one entry for each source type that is 93 .Va method 96 as a handle on arbitrary data to be passed to the method. 97 The last entry in [all …]
|
/freebsd/sys/dev/etherswitch/ |
H A D | etherswitch_if.m | 65 table->es_nitems = 0; 81 METHOD etherswitch_info_t* getinfo { 88 METHOD void lock { 95 METHOD void unlock { 102 METHOD int readreg { 110 METHOD int writereg { 119 METHOD int readphyreg { 128 METHOD int writephyreg { 138 METHOD int getport { 146 METHOD int setport { [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/cpu/ |
H A D | idle-states.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/cpu/idle-states.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> 11 - Anup Patel <anup@brainfault.org> 15 1 - Introduction 18 ARM and RISC-V systems contain HW capable of managing power consumption 19 dynamically, where cores can be put in different low-power states (ranging 22 run-time, can be specified through device tree bindings representing the [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetFrameLowering.h | 1 //===-- llvm/CodeGen/TargetFrameLowering.h ----------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 39 /// of stack growth, the known stack alignment on entry to each function, and 43 /// function entry to the first location where function data (local variables, 55 int64_t Offset; // Offset relative to stack pointer on function entry. 60 // offset, or a WebAssembly-specific location description. 92 /// getStackGrowthDirection - Return the direction the stack grows 96 /// getStackAlignment - This method returns the number of bytes to which the [all …]
|
/freebsd/include/ |
H A D | nsswitch.h | 3 /*- 4 * SPDX-License-Identifier: BSD-2-Clause 50 #define NS_SUCCESS (1<<0) /* entry was found */ 52 #define NS_NOTFOUND (1<<2) /* source responded 'no such entry' */ 105 * ns_dtab `method' function signature. 110 * Macro for generating method prototypes. 112 #define NSS_METHOD_PROTOTYPE(method) \ argument 113 int method(void *, void *, va_list) 116 * ns_dtab - `nsswitch dispatch table' 117 * Contains an entry for each source and the appropriate function to [all …]
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_fast.c | 2 * EAP peer method: EAP-FAST (RFC 4851) 3 * Copyright (c) 2004-2015, Jouni Malinen <j@w1.fi> 25 * - test session resumption and enable it if it interoperates 26 * - password change (pending mschapv2 packet; replay decrypted packet) 81 wpa_printf(MSG_DEBUG, "EAP-FAST: SessionTicket callback"); in eap_fast_session_ticket_cb() 85 wpa_printf(MSG_DEBUG, "EAP-FAST: SessionTicket failed - fall " in eap_fast_session_ticket_cb() 87 data->session_ticket_used = 0; in eap_fast_session_ticket_cb() 88 if (data->provisioning_allowed) { in eap_fast_session_ticket_cb() 89 wpa_printf(MSG_DEBUG, "EAP-FAST: Try to provision a " in eap_fast_session_ticket_cb() 90 "new PAC-Key"); in eap_fast_session_ticket_cb() [all …]
|
H A D | eap_teap.c | 2 * EAP peer method: EAP-TEAP (RFC 7170) 3 * Copyright (c) 2004-2019, Jouni Malinen <j@w1.fi> 85 wpa_printf(MSG_DEBUG, "EAP-TEAP: SessionTicket callback"); in eap_teap_session_ticket_cb() 89 "EAP-TEAP: SessionTicket failed - fall back to full TLS handshake"); in eap_teap_session_ticket_cb() 90 data->session_ticket_used = 0; in eap_teap_session_ticket_cb() 91 if (data->provisioning_allowed) { in eap_teap_session_ticket_cb() 93 "EAP-TEAP: Try to provision a new PAC-Key"); in eap_teap_session_ticket_cb() 94 data->provisioning = 1; in eap_teap_session_ticket_cb() 95 data->current_pac = NULL; in eap_teap_session_ticket_cb() 100 wpa_hexdump(MSG_DEBUG, "EAP-TEAP: SessionTicket", ticket, len); in eap_teap_session_ticket_cb() [all …]
|
/freebsd/sys/kern/ |
H A D | linker_if.m | 1 #- 36 METHOD int lookup_symbol { 42 METHOD int lookup_debug_symbol { 48 METHOD int symbol_values { 54 METHOD int debug_symbol_values { 60 METHOD int search_symbol { 71 METHOD int each_function_name { 82 METHOD int each_function_nameval { 90 # entry (which is itself a pointer), and the number of entries. 91 # "stop" points to the entry beyond the last valid entry. [all …]
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb.c | 2 * Copyright (c) 1997 - 2008 Kungliga Tekniska Högskolan 53 * - Berkeley DB 1.85 54 * - Berkeley DB 3.0 55 * - Berkeley DB 4.0 56 * - New Berkeley DB 57 * - LDAP 71 { HDB_INTERFACE_VERSION, "mit-db:", hdb_mdb_create}, 104 for (k = *key ? (*key) + 1 : e->keys.val; in hdb_next_enctype2key() 105 k < e->keys.val + e->keys.len; in hdb_next_enctype2key() 108 if(k->key.keytype == enctype){ in hdb_next_enctype2key() [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.eap_user | 3 # Each line must contain an identity, EAP method(s), and an optional password 6 # NtPasswordHash (16-byte MD4 hash of the unicode presentation of the password 9 # Password hash is stored as hash:<16-octets of hex data> without quotation 13 # 2 authentication (e.g., within EAP-PEAP). In these cases, an anonymous 15 # is transmitted only within the encrypted tunnel in phase 2. If non-anonymous 19 # EAP-TLS, EAP-PEAP, EAP-TTLS, EAP-FAST, EAP-SIM, and EAP-AKA do not use 21 # EAP-MD5, EAP-MSCHAPV2, EAP-GTC, EAP-PAX, EAP-PSK, and EAP-SAKE require a 23 # EAP-PEAP, EAP-TTLS, and EAP-FAST require Phase 2 configuration. 26 # this are to set anonymous phase 1 identity for EAP-PEAP and EAP-TTLS and to 27 # avoid having to configure every certificate for EAP-TLS authentication. The [all …]
|
/freebsd/lib/libprocstat/ |
H A D | libprocstat.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 186 if (procstat->type == PROCSTAT_KVM) in procstat_close() 187 kvm_close(procstat->kd); in procstat_close() 188 else if (procstat->type == PROCSTAT_CORE) in procstat_close() 189 procstat_core_close(procstat->core); in procstat_close() 205 procstat->type = PROCSTAT_SYSCTL; in procstat_open_sysctl() 227 procstat->type = PROCSTAT_KVM; in procstat_open_kvm() 228 procstat->kd = kd; in procstat_open_kvm() 248 procstat->type = PROCSTAT_CORE; in procstat_open_core() [all …]
|
/freebsd/share/man/man9/ |
H A D | ieee80211_node.9 | 79 entry of the 82 Station mode vaps create an entry for the access point 86 WDS mode vaps create an entry for the peer station. 88 entry has a 91 In some instances an entry is used by multiple vaps (e.g. for 97 when an entry may be reclaimed. 98 References are held by every in-flight frame sent to a station to 99 ensure the entry is not reclaimed while the frame is queued or otherwise 101 Routines that lookup a table entry return a 103 (i.e. a pointer to a table entry with the reference count incremented). [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/sprd/ |
H A D | ums9620.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 interrupt-parent = <&gic>; 12 #address-cells = <2>; 13 #size-cells = <2>; 16 #address-cells = <2>; 17 #size-cells = <0>; 19 cpu-map { 50 compatible = "arm,cortex-a55"; 52 enable-method = "psci"; [all …]
|
/freebsd/crypto/krb5/doc/plugindev/ |
H A D | kdcpreauth.rst | 16 with the **flags** method. If the mechanism computes a new reply 23 with the **edata** method. 27 This is done with the **verify** method. 31 method. 33 A module can create and destroy per-KDC state objects by implementing 34 the **init** and **fini** methods. Per-KDC state objects have the 39 A module can create a per-request state object by returning one in the 40 **verify** method, receiving it in the **return_padata** method, and 41 destroying it in the **free_modreq** method. Note that these state 45 different KDC hosts). Per-request state objects have the type [all …]
|
/freebsd/crypto/krb5/doc/html/_sources/plugindev/ |
H A D | kdcpreauth.rst.txt | 16 with the **flags** method. If the mechanism computes a new reply 23 with the **edata** method. 27 This is done with the **verify** method. 31 method. 33 A module can create and destroy per-KDC state objects by implementing 34 the **init** and **fini** methods. Per-KDC state objects have the 39 A module can create a per-request state object by returning one in the 40 **verify** method, receiving it in the **return_padata** method, and 41 destroying it in the **free_modreq** method. Note that these state 45 different KDC hosts). Per-request state objects have the type [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 1 //===------- CGObjCMac.cpp - Interface to Apple Objective-C Runtime -------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This provides Objective-C code generation targeting the Apple runtime. 11 //===----------------------------------------------------------------------===// 64 /// the all-integer/pointer case. 66 // Add the non-lazy-bind attribute, since objc_msgSend is likely to in getMessageSendFn() 91 /// floating-point stack; without a special entrypoint, the nil case 104 /// would be unbalanced. Only used on 64-bit X86. 180 /// ObjectPtrTy - LLVM type for object handles (typeof(id)) [all …]
|
/freebsd/sys/dev/isci/scil/ |
H A D | sci_memory_descriptor_list.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 122 * attributes for this memory descriptor entry. 124 * - If the cacheable attribute is set, the user can allocate 127 * - If the physically contiguous attribute is set, then the 136 * @brief This method simply rewinds the MDL iterator back to the first memory 137 * descriptor entry in the list. [all …]
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_admis.c | 2 * Copyright 2017-2023 The OpenSSL Project Authors. All Rights Reserved. 53 static int i2r_ADMISSION_SYNTAX(const struct v3_ext_method *method, void *in, 67 NULL /* extension-specific data */ 70 static int i2r_NAMING_AUTHORITY(const struct v3_ext_method *method, void *in, in i2r_NAMING_AUTHORITY() argument 78 if (namingAuthority->namingAuthorityId == NULL in i2r_NAMING_AUTHORITY() 79 && namingAuthority->namingAuthorityText == NULL in i2r_NAMING_AUTHORITY() 80 && namingAuthority->namingAuthorityUrl == NULL) in i2r_NAMING_AUTHORITY() 86 if (namingAuthority->namingAuthorityId != NULL) { in i2r_NAMING_AUTHORITY() 88 const char *ln = OBJ_nid2ln(OBJ_obj2nid(namingAuthority->namingAuthorityId)); in i2r_NAMING_AUTHORITY() 93 OBJ_obj2txt(objbuf, sizeof(objbuf), namingAuthority->namingAuthorityId, 1); in i2r_NAMING_AUTHORITY() [all …]
|
/freebsd/sys/dev/isci/ |
H A D | isci_logger.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 60 vsnprintf(buffer, sizeof(buffer)-1, log_message, argp); in isci_log_message() 91 vsnprintf(buffer, sizeof(buffer)-1, log_message, argp); \ 102 * @brief In this method the user is expected to log the supplied 126 * @brief In this method the user is expected to log the supplied warning 151 * @brief In this method the user is expected to log the supplied debug 176 * @brief In this method the user is expected to log the supplied function 179 * that this is a function trace (i.e. entry/exit) message from the [all …]
|
/freebsd/crypto/krb5/src/include/ |
H A D | kdb.h | 1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 59 * - We may make arbitrary incompatible changes between feature 61 * - We will make some effort to avoid making incompatible changes for 108 /* Entry get flags */ 113 /* Map cross-realm principals */ 119 /* User-to-user */ 121 /* Cross-realm */ 143 * Note --- these structures cannot be modified without changing the 154 /* String attributes (currently stored inside tl-data) map C string keys to 183 * A principal database entry. Extensions to this structure currently use the [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | VTableBuilder.cpp | 1 //===--- VTableBuilder.cpp - C++ vtable layout builder --------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 33 /// BaseOffset - Represents an offset from a derived class to a direct or 36 /// DerivedClass - The derived class. 39 /// VirtualBase - If the path from the derived class to the base class 44 /// NonVirtualOffset - The offset from the derived class to the base class. 60 /// FinalOverriders - Contains the final overrider member functions for all 64 /// OverriderInfo - Information about a final overrider. [all …]
|