Searched defs:protocols (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_port.h100 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; member in struct:SCIC_PORT_END_POINT_PROPERTIES
H A Dscif_sas_remote_device.c459 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; local
H A Dscic_sds_remote_node_context.c860 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; local
1331 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; local
H A Dscic_sds_port.c510 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; local
1084 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; local
1235 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; local
[all...]
H A Dscic_sds_remote_device.c148 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; local
H A Dintel_sas.h133 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; member in struct:SCI_SAS_IDENTIFY_ADDRESS_FRAME
741 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; member in struct:SMP_RESPONSE_DISCOVER
/freebsd-11-stable/sys/dev/isci/
H A Disci_domain.c198 scif_cb_domain_da_device_added(SCI_CONTROLLER_HANDLE_T controller, SCI_DOMAIN_HANDLE_T domain, SCI_SAS_ADDRESS_T *sas_address, SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T *protocols) argument
/freebsd-11-stable/usr.sbin/ppp/
H A Dhdlc.c179 } protocols[] = { variable in typeref:struct:__anon8856
/freebsd-11-stable/sbin/dhclient/
H A Ddispatch.c58 struct protocol *protocols; variable in typeref:struct:protocol
/freebsd-11-stable/lib/libc/net/
H A Dgetprotoent.c291 NSS_MP_CACHE_HANDLING(protocols); variable
/freebsd-11-stable/contrib/amd/amd/
H A Dsrvr_nfs.c108 static char *protocols[] = { "tcp", "udp", NULL }; variable
/freebsd-11-stable/usr.bin/getent/
H A Dgetent.c420 protocols(int argc, char *argv[]) function
/freebsd-11-stable/stand/efi/loader/
H A Dmain.c992 EFI_GUID **protocols = NULL; local
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c144 static char **protocols = NULL; variable
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dobjc-lang.c65 CORE_ADDR protocols; member in struct:objc_class
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c514 u32 protocols; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp303 SmallVector<Decl *, 4> protocols; local
1568 SmallVector<Decl *, 8> protocols; local
1591 parseObjCTypeArgsOrProtocolQualifiers( ParsedType baseType, SourceLocation &typeArgsLAngleLoc, SmallVectorImpl<ParsedType> &typeArgs, SourceLocation &typeArgsRAngleLoc, SourceLocation &protocolLAngleLoc, SmallVectorImpl<Decl *> &protocols, SmallVectorImpl<SourceLocation> &protocolLocs, SourceLocation &protocolRAngleLoc, bool consumeLastToken, bool warnOnIncompleteProtocols) argument
1665 protocols, local
1770 parseObjCTypeArgsAndProtocolQualifiers( ParsedType baseType, SourceLocation &typeArgsLAngleLoc, SmallVectorImpl<ParsedType> &typeArgs, SourceLocation &typeArgsRAngleLoc, SourceLocation &protocolLAngleLoc, SmallVectorImpl<Decl *> &protocols, SmallVectorImpl<SourceLocation> &protocolLocs, SourceLocation &protocolRAngleLoc, bool consumeLastToken) argument
1833 SmallVector<Decl *, 4> protocols; local
2168 SmallVector<Decl *, 4> protocols; local
2199 SmallVector<Decl *, 4> protocols; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp655 ObjCTypeParamType(const ObjCTypeParamDecl *D, QualType can, ArrayRef<ObjCProtocolDecl *> protocols) argument
666 ObjCObjectType(QualType Canonical, QualType Base, ArrayRef<QualType> typeArgs, ArrayRef<ObjCProtocolDecl *> protocols, bool isKindOf) argument
3515 Profile(llvm::FoldingSetNodeID &ID, QualType BaseType, ArrayRef<QualType> typeArgs, ArrayRef<ObjCProtocolDecl *> protocols, bool isKindOf) argument
3536 Profile(llvm::FoldingSetNodeID &ID, const ObjCTypeParamDecl *OTPDecl, ArrayRef<ObjCProtocolDecl *> protocols) argument
[all...]
H A DASTContext.cpp4716 getObjCObjectType( QualType baseType, ArrayRef<QualType> typeArgs, ArrayRef<ObjCProtocolDecl *> protocols, bool isKindOf) const argument
4800 applyObjCProtocolQualifiers(QualType type, ArrayRef<ObjCProtocolDecl *> protocols, bool &hasError, bool allowOnPointerType) const argument
4819 ArrayRef<ObjCProtocolDecl *> protocols = protocolsVec; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1380 protocol_range protocols() const { function in class:clang::ObjCInterfaceDecl
2143 protocol_range protocols() const { function in class:clang::ObjCProtocolDecl
2370 protocol_range protocols() const { function in class:clang::ObjCCategoryDecl
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1405 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) argument
4320 search(const ObjCProtocolList &protocols) argument
[all...]
H A DSemaType.cpp1099 actOnObjCProtocolQualifierType( SourceLocation lAngleLoc, ArrayRef<Decl *> protocols, ArrayRef<SourceLocation> protocolLocs, SourceLocation rAngleLoc) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h6374 const CXIdxObjCProtocolRefInfo *const *protocols; member in struct:__anon206
6381 const CXIdxObjCProtocolRefListInfo *protocols; member in struct:__anon207
6389 const CXIdxObjCProtocolRefListInfo *protocols; member in struct:__anon208
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3492 uint64_t protocols; /* struct protocol_list64_t * member in struct:llvm::protocol64_t
3505 uint32_t protocols; /* struct protocol_list_t * member in struct:llvm::protocol32_t
3570 uint64_t protocols; /* struct protocol_list_t * (64-bit pointer) */ member in struct:llvm::category64_t
3580 uint32_t protocols; /* struct protocol_list_t * (32-bit pointer) */ member in struct:llvm::category32_t
3640 uint32_t protocols; /* struct objc_protocol_list * (32-bit pointer) */ member in struct:llvm::objc_class_t
3654 uint32_t protocols; /* struct objc_protocol_list * (32-bit ptr) */ member in struct:llvm::objc_category_t
[all...]

Completed in 574 milliseconds