Home
last modified time | relevance | path

Searched defs:protocols (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-src/sys/dev/isci/scil/
H A Dscif_sas_remote_device.c169 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 Dscic_port.h100 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; member
H A Dscic_sds_port.c470 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 Dscic_sds_remote_node_context.c860 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 Dscic_sds_remote_device.c148 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 Dscic_sds_phy.c901 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 Dintel_sas.h133 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 Dtime-sync.c128 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 Disci_domain.c200 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 DParseObjc.cpp326 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 Dhdlc.c177 } protocols[] = { variable
/freebsd-src/sbin/dhclient/
H A Ddispatch.c58 static struct protocol *protocols; variable
/freebsd-src/usr.bin/getent/
H A Dgetent.c418 protocols(int argc, char *argv[]) in protocols() function
/freebsd-src/cddl/lib/libdtrace/
H A Dip.d175 inline string protocols[int proto] = variable
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp750 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 DASTContext.cpp5291 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 DDeclObjC.h1355 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 Dipmon.c139 static char **protocols = NULL; global() variable
[all...]
/freebsd-src/stand/efi/loader/
H A Dmain.c1531 EFI_GUID **protocols = NULL; command_lsefi() local
/freebsd-src/contrib/libfido2/src/fido/
H A Dtypes.h266 fido_byte_array_t protocols; /* supported pin protocols */ member
/freebsd-src/sys/contrib/dev/iwlwifi/fw/api/
H A Ddatapath.h176 __le32 protocols; global() member
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3789 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 DIndex.h6133 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 Ddriver_nl80211_capa.c740 u32 protocols; wiphy_info_probe_resp_offload() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1437 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...]

12