/freebsd-src/sys/dev/isci/scil/ |
H A D | scif_sas_remote_device.c | 169 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols in scif_remote_device_da_construct() 459 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; in scif_remote_device_get_max_queue_depth() local
|
H A D | scic_port.h | 100 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; member
|
H A D | scic_sds_port.c | 470 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols in scic_sds_port_get_protocols() 510 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; in scic_sds_port_get_attached_sas_address() local 565 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols in scic_sds_port_get_attached_protocols() 1084 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; in scic_sds_port_activate_phy() local 1235 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; in scic_sds_port_link_detected() local
|
H A D | scic_sds_remote_node_context.c | 860 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; in scic_sds_remote_node_context_tx_suspended_state_resume_handler() local 1331 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; in scic_sds_remote_node_context_resuming_state_enter() local
|
H A D | scic_sds_remote_device.c | 148 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; in scic_remote_device_da_construct() local 585 SMP_DISCOVER_RESPONSE_PROTOCOLS_T * protocols in scic_remote_device_get_protocols()
|
H A D | scic_sds_phy.c | 901 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols in scic_sds_phy_get_protocols() 949 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols in scic_sds_phy_get_attached_phy_protocols()
|
H A D | intel_sas.h | 133 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; member 741 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; member
|
/freebsd-src/sys/contrib/dev/iwlwifi/mvm/ |
H A D | time-sync.c | 128 int iwl_mvm_time_sync_config(struct iwl_mvm *mvm, const u8 *addr, u32 protocols) in iwl_mvm_time_sync_config()
|
/freebsd-src/sys/dev/isci/ |
H A D | isci_domain.c | 200 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T *protocols) in scif_cb_domain_da_device_added()
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 326 SmallVector<Decl *, 4> protocols; ParseObjCAtInterfaceDeclaration() local 1622 SmallVector<Decl *, 8> protocols; parseObjCProtocolQualifierType() local 1651 parseObjCTypeArgsOrProtocolQualifiers(ParsedType baseType,SourceLocation & typeArgsLAngleLoc,SmallVectorImpl<ParsedType> & typeArgs,SourceLocation & typeArgsRAngleLoc,SourceLocation & protocolLAngleLoc,SmallVectorImpl<Decl * > & protocols,SmallVectorImpl<SourceLocation> & protocolLocs,SourceLocation & protocolRAngleLoc,bool consumeLastToken,bool warnOnIncompleteProtocols) parseObjCTypeArgsOrProtocolQualifiers() argument 1831 parseObjCTypeArgsAndProtocolQualifiers(ParsedType baseType,SourceLocation & typeArgsLAngleLoc,SmallVectorImpl<ParsedType> & typeArgs,SourceLocation & typeArgsRAngleLoc,SourceLocation & protocolLAngleLoc,SmallVectorImpl<Decl * > & protocols,SmallVectorImpl<SourceLocation> & protocolLocs,SourceLocation & protocolRAngleLoc,bool consumeLastToken) parseObjCTypeArgsAndProtocolQualifiers() argument 1888 SmallVector<Decl *, 4> protocols; parseObjCTypeArgsAndProtocolQualifiers() local 2236 SmallVector<Decl *, 4> protocols; ParseObjCAtImplementationDeclaration() local 2267 SmallVector<Decl *, 4> protocols; ParseObjCAtImplementationDeclaration() local [all...] |
/freebsd-src/usr.sbin/ppp/ |
H A D | hdlc.c | 177 } protocols[] = { variable
|
/freebsd-src/sbin/dhclient/ |
H A D | dispatch.c | 58 static struct protocol *protocols; variable
|
/freebsd-src/usr.bin/getent/ |
H A D | getent.c | 418 protocols(int argc, char *argv[]) in protocols() function
|
/freebsd-src/cddl/lib/libdtrace/ |
H A D | ip.d | 175 inline string protocols[int proto] = variable
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 750 ObjCTypeParamType(const ObjCTypeParamDecl * D,QualType can,ArrayRef<ObjCProtocolDecl * > protocols) ObjCTypeParamType() argument 758 ObjCObjectType(QualType Canonical,QualType Base,ArrayRef<QualType> typeArgs,ArrayRef<ObjCProtocolDecl * > protocols,bool isKindOf) ObjCObjectType() argument 1426 ArrayRef<ObjCProtocolDecl *> protocols( VisitObjCObjectType() local 1442 ArrayRef<ObjCProtocolDecl *> protocols( VisitObjCObjectType() local 4137 Profile(llvm::FoldingSetNodeID & ID,QualType BaseType,ArrayRef<QualType> typeArgs,ArrayRef<ObjCProtocolDecl * > protocols,bool isKindOf) Profile() argument 4158 Profile(llvm::FoldingSetNodeID & ID,const ObjCTypeParamDecl * OTPDecl,QualType CanonicalType,ArrayRef<ObjCProtocolDecl * > protocols) Profile() argument [all...] |
H A D | ASTContext.cpp | 5291 getObjCObjectType(QualType baseType,ArrayRef<QualType> typeArgs,ArrayRef<ObjCProtocolDecl * > protocols,bool isKindOf) const getObjCObjectType() argument 5370 applyObjCProtocolQualifiers(QualType type,ArrayRef<ObjCProtocolDecl * > protocols,bool & hasError,bool allowOnPointerType) const applyObjCProtocolQualifiers() argument 5388 ArrayRef<ObjCProtocolDecl *> protocols = protocolsVec; applyObjCProtocolQualifiers() local 5475 SmallVector<ObjCProtocolDecl *, 8> protocols; adjustObjCTypeParamBoundType() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 1355 protocol_range protocols() const { protocols() function 2155 protocol_range protocols() const { protocols() function 2399 protocol_range protocols() const { protocols() function [all...] |
/freebsd-src/sbin/ipf/ipmon/ |
H A D | ipmon.c | 139 static char **protocols = NULL; global() variable [all...] |
/freebsd-src/stand/efi/loader/ |
H A D | main.c | 1531 EFI_GUID **protocols = NULL; command_lsefi() local
|
/freebsd-src/contrib/libfido2/src/fido/ |
H A D | types.h | 266 fido_byte_array_t protocols; /* supported pin protocols */ member
|
/freebsd-src/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | datapath.h | 176 __le32 protocols; global() member
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 3789 uint64_t protocols; /* struct protocol_list_t * (64-bit pointer) */ member 3701 uint64_t protocols; /* struct protocol_list64_t * global() member 3714 uint32_t protocols; /* struct protocol_list_t * global() member 3779 uint64_t protocols; /* struct protocol_list_t * (64-bit pointer) */ global() member 3849 uint32_t protocols; /* struct objc_protocol_list * (32-bit pointer) */ global() member 3863 uint32_t protocols; /* struct objc_protocol_list * (32-bit ptr) */ global() member [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang-c/ |
H A D | Index.h | 6133 const CXIdxObjCProtocolRefInfo *const *protocols; global() member 6140 const CXIdxObjCProtocolRefListInfo *protocols; global() member 6148 const CXIdxObjCProtocolRefListInfo *protocols; global() member
|
/freebsd-src/contrib/wpa/src/drivers/ |
H A D | driver_nl80211_capa.c | 740 u32 protocols; wiphy_info_probe_resp_offload() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 1437 actOnObjCTypeArgsOrProtocolQualifiers(Scope * S,ParsedType baseType,SourceLocation lAngleLoc,ArrayRef<IdentifierInfo * > identifiers,ArrayRef<SourceLocation> identifierLocs,SourceLocation rAngleLoc,SourceLocation & typeArgsLAngleLoc,SmallVectorImpl<ParsedType> & typeArgs,SourceLocation & typeArgsRAngleLoc,SourceLocation & protocolLAngleLoc,SmallVectorImpl<Decl * > & protocols,SourceLocation & protocolRAngleLoc,bool warnOnIncompleteProtocols) actOnObjCTypeArgsOrProtocolQualifiers() argument 4395 search(const ObjCProtocolList & protocols) search() argument [all...] |