Searched refs:Protocol (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.2-release/lib/libkse/test/
H A Dmutex_d.exp5 Protocol PTHREAD_PRIO_NONE, Type POSIX (type not specified) - PASS
6 Protocol PTHREAD_PRIO_NONE, Type SS2 PTHREAD_MUTEX_DEFAULT - PASS
7 Protocol PTHREAD_PRIO_NONE, Type SS2 PTHREAD_MUTEX_ERRORCHECK - PASS
8 Protocol PTHREAD_PRIO_NONE, Type SS2 PTHREAD_MUTEX_NORMAL - PASS
9 Protocol PTHREAD_PRIO_NONE, Type SS2 PTHREAD_MUTEX_RECURSIVE - PASS
10 Protocol PTHREAD_PRIO_INHERIT, Type POSIX (type not specified) - PASS
11 Protocol PTHREAD_PRIO_INHERIT, Type SS2 PTHREAD_MUTEX_DEFAULT - PASS
12 Protocol PTHREAD_PRIO_INHERIT, Type SS2 PTHREAD_MUTEX_ERRORCHECK - PASS
13 Protocol PTHREAD_PRIO_INHERIT, Type SS2 PTHREAD_MUTEX_NORMAL - PASS
14 Protocol PTHREAD_PRIO_INHERI
[all...]
/freebsd-10.2-release/sys/boot/efi/include/
H A Defi.h58 #define EFI_PROTOCOL_DEFINITION(a) EFI_STRINGIZE(Protocol/a/a.h)
H A Defiapi.h456 // Protocol handler functions
467 IN EFI_GUID *Protocol,
476 IN EFI_GUID *Protocol,
485 IN EFI_GUID *Protocol,
493 IN EFI_GUID *Protocol,
500 IN EFI_GUID *Protocol,
515 IN EFI_GUID *Protocol OPTIONAL,
524 IN EFI_GUID *Protocol,
569 IN EFI_GUID *Protocol,
580 IN EFI_GUID *Protocol,
[all...]
H A Defidevp.h232 UINT16 Protocol; member in struct:_IPv4_DEVICE_PATH
243 UINT16 Protocol; member in struct:_IPv6_DEVICE_PATH
330 EFI_GUID Protocol; member in struct:_MEDIA_PROTOCOL_DEVICE_PATH
H A Definet.h28 // Simple Network Protocol
306 IN UINT16 *Protocol OPTIONAL
321 OUT UINT16 *Protocol OPTIONAL
/freebsd-10.2-release/crypto/openssh/regress/
H A Dtest-exec.sh330 Protocol 2,1
356 Protocol 2,1
/freebsd-10.2-release/share/mk/
H A Dtap.test.mk9 # Test Anything Protocol. It should not be used for new tests.
/freebsd-10.2-release/sys/boot/i386/libi386/
H A Dpxe.h192 uint8_t Protocol; member in struct:__anon6546
336 uint8_t ProtType; /* Protocol type */
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp3457 if (ObjCProtocolDecl *Protocol = dyn_cast<ObjCProtocolDecl>(Container)) {
3458 if (Protocol->hasDefinition())
3459 return Protocol->getDefinition();
3461 return Protocol;
3512 if (ObjCProtocolDecl *Protocol = dyn_cast<ObjCProtocolDecl>(Container)) {
3513 for (ObjCProtocolDecl::protocol_iterator P = Protocol->protocol_begin(),
3514 PEnd = Protocol->protocol_end();
4549 Builder.AddResultTypeChunk("Protocol *");
4884 if (ObjCProtocolDecl *Protocol = dyn_cast<ObjCProtocolDecl>(Container)) {
4885 if (Protocol
[all...]
H A DSema.cpp169 // Create the built-in forward declaratino for 'Protocol'.
170 DeclarationName Protocol = &Context.Idents.get("Protocol"); local
171 if (IdResolver.begin(Protocol) == IdResolver.end())
H A DSemaLookup.cpp3200 } else if (ObjCProtocolDecl *Protocol = dyn_cast<ObjCProtocolDecl>(Ctx)) {
3201 for (ObjCProtocolDecl::protocol_iterator I = Protocol->protocol_begin(),
3202 E = Protocol->protocol_end(); I != E; ++I) {
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp497 ObjCProtocolDecl *Protocol) {
502 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition())
532 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) {
494 ClassImplementsAllMethodsAndProperties(ASTContext &Ctx, const ObjCImplementationDecl *ImpDecl, const ObjCInterfaceDecl *IDecl, ObjCProtocolDecl *Protocol) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp908 if (const ObjCProtocolDecl *Protocol = dyn_cast<ObjCProtocolDecl>(Container)){
909 for (ObjCProtocolDecl::protocol_iterator P = Protocol->protocol_begin(),
910 PEnd = Protocol->protocol_end();
1482 assert(!Data.getPointer() && "Protocol already has a definition!");
H A DASTImporter.cpp1793 ObjCProtocolDecl *Protocol local
1795 if (!Protocol)
1797 Protocols.push_back(Protocol);
/freebsd-10.2-release/sys/contrib/dev/acpica/include/
H A Dactbl2.h1195 * Conforms to "Management Component Transport Protocol (MCTP) Host
1204 UINT8 Protocol; member in struct:acpi_table_mchi
/freebsd-10.2-release/crypto/openssh/contrib/caldera/
H A Dopenssh.spec71 Summary(de) : OpenSSH Secure Shell Protocol-Server (sshd).
/freebsd-10.2-release/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c1842 {ACPI_DMT_UINT32, ACPI_MADT11_OFFSET (ParkingVersion), "Parking Protocol Version", 0},
1936 {ACPI_DMT_UINT8, ACPI_MCHI_OFFSET (Protocol), "Protocol", 0},
1937 {ACPI_DMT_UINT64, ACPI_MCHI_OFFSET (ProtocolData), "Protocol Data", 0},
/freebsd-10.2-release/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h2235 U8 Protocol; /* 18h */ member in struct:_CONFIG_PAGE_FC_DEVICE_0
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp342 virtual void RewriteObjCProtocolMetaData(ObjCProtocolDecl *Protocol,
526 virtual void RewriteObjCProtocolMetaData(ObjCProtocolDecl *Protocol,
3093 // typedef struct objc_object Protocol;
3100 &Context->Idents.get("Protocol"),
5070 Preamble += "typedef struct objc_object Protocol;\n";
5103 Preamble += "__OBJC_RW_DLLIMPORT Protocol *objc_getProtocol(const char *);\n";
H A DRewriteModernObjC.cpp457 void RewriteObjCProtocolMetaData(ObjCProtocolDecl *Protocol,
3710 // typedef struct objc_object Protocol;
3717 &Context->Idents.get("Protocol"),
6149 Preamble += "typedef struct objc_object Protocol;\n";
6175 Preamble += "__OBJC_RW_DLLIMPORT Protocol *objc_getProtocol(const char *);\n";
7110 // Protocol's super protocol list
7136 // Protocol's property metadata.
7340 // Protocol's super protocol list
7357 // Protocol's property metadata.
7599 // Protocol'
[all...]

Completed in 318 milliseconds