Home
last modified time | relevance | path

Searched +full:entry +full:- +full:method (Results 1 – 25 of 1063) sorted by relevance

12345678910>>...43

/freebsd-src/sys/geom/part/
H A Dg_part_if.m1 #-
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-src/usr.sbin/efibootmgr/
H A Defibootmgr.81 .\"-
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 i
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/arm/
H A Didle-states.yaml1 # 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 Dpsci.yaml1 # 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-bit Function ID / return value
26 {r1 - r3} => Parameters
40 - description:
44 - description:
52 - const: arm,psci-0.2
[all …]
/freebsd-src/lib/libc/net/
H A Dnsdispatch.338 .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-src/sys/dev/etherswitch/
H A Detherswitch_if.m65 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-src/sys/contrib/device-tree/Bindings/cpu/
H A Didle-states.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/cpu/idle-state
[all...]
/freebsd-src/include/
H A Dnsswitch.h3 /*-
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-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h1 //===-- llvm/CodeGen/TargetFrameLowering.h --------
[all...]
/freebsd-src/sys/kern/
H A Dlinker_if.m1 #-
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-src/contrib/wpa/src/eap_peer/
H A Deap_fast.c2 * 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_allowe in eap_fast_session_ticket_cb()
430 enum eap_type method; eap_fast_phase2_request() local
851 eap_fast_parse_pac_tlv(struct eap_fast_pac * entry,int type,u8 * pos,size_t len,int * pac_key_found) eap_fast_parse_pac_tlv() argument
883 eap_fast_process_pac_tlv(struct eap_fast_pac * entry,u8 * pac,size_t pac_len) eap_fast_process_pac_tlv() argument
924 eap_fast_parse_pac_info(struct eap_fast_pac * entry,int type,u8 * pos,size_t len) eap_fast_parse_pac_info() argument
1004 eap_fast_process_pac_info(struct eap_fast_pac * entry) eap_fast_process_pac_info() argument
1055 struct eap_fast_pac entry; eap_fast_process_pac() local
[all...]
H A Deap_teap.c2 * 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-Ke in eap_teap_session_ticket_cb()
409 enum eap_type method; eap_teap_phase2_request() local
925 eap_teap_parse_pac_tlv(struct eap_teap_pac * entry,int type,u8 * pos,size_t len,int * pac_key_found) eap_teap_parse_pac_tlv() argument
958 eap_teap_process_pac_tlv(struct eap_teap_pac * entry,u8 * pac,size_t pac_len) eap_teap_process_pac_tlv() argument
999 eap_teap_parse_pac_info(struct eap_teap_pac * entry,int type,u8 * pos,size_t len) eap_teap_parse_pac_info() argument
1078 eap_teap_process_pac_info(struct eap_teap_pac * entry) eap_teap_process_pac_info() argument
1129 struct eap_teap_pac entry; eap_teap_process_pac() local
[all...]
/freebsd-src/contrib/wpa/hostapd/
H A Dhostapd.eap_user3 # 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-SI
[all...]
/freebsd-src/crypto/heimdal/lib/hdb/
H A Dhdb.c2 * 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-src/share/man/man9/
H A Dieee80211_node.979 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-src/sys/contrib/device-tree/src/arm64/sprd/
H A Dums9620.dtsi1 // 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-cell
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DArchitecture.h1 //===-- Architecture.h ------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
32 /// This method is used to get the number of bytes that should be
35 /// non-zero only if the current address matches one of the known
36 /// function entry points.
38 /// This method is called only if the standard platform-independent
43 /// more than one entry point, global and local, so both should
46 /// at either function entry point.
53 /// breakpoint, specially in functions with multiple entry points.
[all …]
/freebsd-src/sys/dev/isci/scil/
H A Dsci_memory_descriptor_list.h1 /*-
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 …]
H A Dscic_sds_remote_node_table.c1 /*-
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.
88 group_table = remote_node_table->remote_node_groups[group_table_index]; in scic_sds_remote_node_table_get_group_index()
90 for (dword_index = 0; dword_index < remote_node_table->group_array_size; dword_index++) in scic_sds_remote_node_table_get_group_index()
108 * This method will clear the group index entry in the specified group index
131 ASSERT(group_index < (U32)(remote_node_table->group_array_size * 32)); in scic_sds_remote_node_table_clear_group_index()
135 group_table = remote_node_table->remote_node_groups[group_table_index]; in scic_sds_remote_node_table_clear_group_index()
[all …]
/freebsd-src/lib/libprocstat/
H A Dlibprocstat.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
185 if (procstat->type == PROCSTAT_KVM) in procstat_close()
186 kvm_close(procstat->kd); in procstat_close()
187 else if (procstat->type == PROCSTAT_CORE) in procstat_close()
188 procstat_core_close(procstat->core); in procstat_close()
204 procstat->typ in procstat_open_sysctl()
384 struct filestat *entry; filestat_new_entry() local
465 struct filestat *entry; procstat_getfiles_kvm() local
854 struct filestat *entry; procstat_getfiles_sysctl() local
[all...]
/freebsd-src/sys/dev/isci/
H A Disci_logger.c1 /*-
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-src/crypto/openssl/crypto/x509/
H A Dv3_admis.c2 * 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 */
71 static int i2r_NAMING_AUTHORITY(const struct v3_ext_method *method, void *in, in i2r_NAMING_AUTHORITY() argument
79 if (namingAuthority->namingAuthorityId == NULL in i2r_NAMING_AUTHORITY()
80 && namingAuthority->namingAuthorityText == NULL in i2r_NAMING_AUTHORITY()
81 && namingAuthority->namingAuthorityUrl == NULL) in i2r_NAMING_AUTHORITY()
87 if (namingAuthority->namingAuthorityId != NULL) { in i2r_NAMING_AUTHORITY()
89 const char *ln = OBJ_nid2ln(OBJ_obj2nid(namingAuthority->namingAuthorityId)); in i2r_NAMING_AUTHORITY()
94 OBJ_obj2txt(objbuf, sizeof(objbuf), namingAuthority->namingAuthorityId, 1); in i2r_NAMING_AUTHORITY()
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp1 //===------- CGObjCMac.cpp - Interface to Apple Objective-C Runtime -
1638 GetSelector(CodeGenFunction & CGF,const ObjCMethodDecl * Method) GetSelector() argument
1895 GetSelector(CodeGenFunction & CGF,const ObjCMethodDecl * Method) GetSelector() argument
1981 llvm::StringMapEntry<llvm::GlobalVariable *> &Entry = GenerateConstantNSString() local
2056 GenerateMessageSendSuper(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,const ObjCInterfaceDecl * Class,bool isCategoryImpl,llvm::Value * Receiver,bool IsClassMessage,const CodeGen::CallArgList & CallArgs,const ObjCMethodDecl * Method) GenerateMessageSendSuper() argument
2117 GenerateMessageSend(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,llvm::Value * Receiver,const CallArgList & CallArgs,const ObjCInterfaceDecl * Class,const ObjCMethodDecl * Method) GenerateMessageSend() argument
2132 EmitMessageSend(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,llvm::Value * Arg0,QualType Arg0Ty,bool IsSuper,const CallArgList & CallArgs,const ObjCMethodDecl * Method,const ObjCInterfaceDecl * ClassReceiver,const ObjCCommonTypesHelper & ObjCTypes) EmitMessageSend() argument
2833 auto *Entry = CreateCStringLiteral(BitMap, ObjCLabelType::ClassName, getBitmapBlockLayout() local
3019 llvm::GlobalVariable *Entry = Protocols[PD->getIdentifier()]; GetOrEmitProtocol() local
3066 llvm::GlobalVariable *&Entry = Protocols[PD->getIdentifier()]; GetOrEmitProtocolRef() local
3832 auto method = builder.beginStruct(ObjCTypes.MethodTy); emitMethodConstant() local
3942 llvm::Function *Method; GenerateMethod() local
4431 llvm::BasicBlock &Entry = CGF.CurFn->getEntryBlock(); collectLocals() local
5206 llvm::GlobalVariable *&Entry = ClassReferences[II]; EmitClassRefFromId() local
5243 llvm::GlobalVariable *&Entry = SelectorReferences[Sel]; EmitSelectorAddr() local
5255 llvm::GlobalVariable *&Entry = ClassNames[RuntimeName]; GetClassName() local
5505 auto *Entry = CGObjC.CreateCStringLiteral( buildBitmap() local
5600 llvm::GlobalVariable *&Entry = MethodVarNames[Sel]; GetMethodVarName() local
5616 llvm::GlobalVariable *&Entry = MethodVarTypes[TypeStr]; GetMethodVarType() local
5627 llvm::GlobalVariable *&Entry = MethodVarTypes[TypeStr]; GetMethodVarType() local
5635 llvm::GlobalVariable *&Entry = PropertyNames[Ident]; GetPropertyName() local
5656 for (auto &entry : Protocols) { FinishModule() local
6732 auto method = builder.beginStruct(ObjCTypes.MethodTy); emitMethodConstant() local
6963 llvm::GlobalVariable *&Entry = Protocols[PD->getIdentifier()]; GetOrEmitProtocolRef() local
7007 llvm::GlobalVariable *Entry = Protocols[PD->getIdentifier()]; GetOrEmitProtocol() local
7232 EmitVTableMessageSend(CodeGenFunction & CGF,ReturnValueSlot returnSlot,QualType resultType,Selector selector,llvm::Value * arg0,QualType arg0Type,bool isSuper,const CallArgList & formalArgs,const ObjCMethodDecl * method) EmitVTableMessageSend() argument
7343 GenerateMessageSend(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,llvm::Value * Receiver,const CallArgList & CallArgs,const ObjCInterfaceDecl * Class,const ObjCMethodDecl * Method) GenerateMessageSend() argument
7414 EmitLoadOfClassRef(CodeGenFunction & CGF,const ObjCInterfaceDecl * ID,llvm::GlobalVariable * Entry) EmitLoadOfClassRef() argument
7430 llvm::GlobalVariable *&Entry = ClassReferences[II]; EmitClassRefFromId() local
7478 llvm::GlobalVariable *&Entry = SuperClassReferences[ID->getIdentifier()]; EmitSuperClassRef() local
7502 llvm::GlobalVariable * &Entry = MetaClassReferences[ID->getIdentifier()]; EmitMetaClassRef() local
7545 GenerateMessageSendSuper(CodeGen::CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,const ObjCInterfaceDecl * Class,bool isCategoryImpl,llvm::Value * Receiver,bool IsClassMessage,const CodeGen::CallArgList & CallArgs,const ObjCMethodDecl * Method) GenerateMessageSendSuper() argument
7592 llvm::GlobalVariable *&Entry = SelectorReferences[Sel]; EmitSelectorAddr() local
7788 llvm::GlobalVariable * &Entry = EHTypeReferences[ID->getIdentifier()]; GetInterfaceEHType() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h1 //===--------------------- RegisterFile.h -----------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
115 // If set, move elimination is restricted to zero-register moves only.
127 // one entry. Entry at index #0 is reserved. That entry describes a register
130 // definitions in the target specific `XYZRegisterInfo.td` - where `XYZ` is
134 // register file #0 specifying command line flag `-register-file-size=<uint>`.
142 // For example: on X86 BtVer2, a YMM register consumes 2 128-bit physical
189 // There is one entry per each register defined by the target.
[all …]
/freebsd-src/sys/contrib/dev/iwlwifi/fw/
H A Dacpi.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
4 * Copyright (C) 2019-2024 Intel Corporation
7 #include "iwl-drv.h"
8 #include "iwl-debug.h"
33 static int iwl_acpi_get_handle(struct device *dev, acpi_string method,
43 return -ENOEN
75 iwl_acpi_get_handle(struct device * dev,acpi_string method,acpi_handle * ret_handle) iwl_acpi_get_handle() argument
97 iwl_acpi_get_object(struct device * dev,acpi_string method) iwl_acpi_get_object() argument
860 union acpi_object *entry; iwl_sar_get_wgds_table() local
896 union acpi_object *entry; iwl_sar_get_wgds_table() local
[all...]

12345678910>>...43