Home
last modified time | relevance | path

Searched refs:Access (Results 1 – 25 of 613) sorted by relevance

12345678910>>...25

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_mop.cc111 t1.Access(l.loc(), true, 8, false); in TEST()
112 t2.Access((char*)l.loc() + 4, true, 4, true); in TEST()
116 t1.Access(l.loc(), true, 8, false); in TEST()
117 t2.Access((char*)l.loc() + 7, true, 1, true); in TEST()
121 t1.Access((char*)l.loc() + 4, true, 4, false); in TEST()
122 t2.Access((char*)l.loc() + 4, true, 2, true); in TEST()
126 t1.Access((char*)l.loc() + 4, true, 4, false); in TEST()
127 t2.Access((char*)l.loc() + 6, true, 2, true); in TEST()
131 t1.Access((char*)l.loc() + 3, true, 2, false); in TEST()
132 t2.Access((char*)l.loc() + 4, true, 1, true); in TEST()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp172 InterestingMemoryAccess &Access);
330 InterestingMemoryAccess Access; in isInterestingMemoryAccess() local
336 Access.IsWrite = false; in isInterestingMemoryAccess()
337 Access.TypeSize = DL.getTypeStoreSizeInBits(LI->getType()); in isInterestingMemoryAccess()
338 Access.Alignment = LI->getAlignment(); in isInterestingMemoryAccess()
339 Access.Addr = LI->getPointerOperand(); in isInterestingMemoryAccess()
343 Access.IsWrite = true; in isInterestingMemoryAccess()
344 Access.TypeSize = in isInterestingMemoryAccess()
346 Access.Alignment = SI->getAlignment(); in isInterestingMemoryAccess()
347 Access.Addr = SI->getPointerOperand(); in isInterestingMemoryAccess()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_acl.ref19 … localhost[127.0.0.1]: 554 5.7.1 <foo.dunno.com>: Helo command rejected: Access denied; proto=SMTP…
20 554 5.7.1 <foo.dunno.com>: Helo command rejected: Access denied
34 …10.17]: 554 5.7.1 <foo.dunno.com[131.155.210.17]>: Client host rejected: Access denied; proto=SMTP…
35 554 5.7.1 <foo.dunno.com[131.155.210.17]>: Client host rejected: Access denied
50 …210.19]: 554 5.7.1 <bar.duno.com[131.155.210.19]>: Client host rejected: Access denied; proto=SMTP…
51 554 5.7.1 <bar.duno.com[131.155.210.19]>: Client host rejected: Access denied
54 ….33.22.11]: 554 5.7.1 <bar.duno.com[44.33.22.11]>: Client host rejected: Access denied; proto=SMTP…
55 554 5.7.1 <bar.duno.com[44.33.22.11]>: Client host rejected: Access denied
61 ….33.44.33]: 554 5.7.1 <bar.duno.com[44.33.44.33]>: Client host rejected: Access denied; proto=SMTP…
62 554 5.7.1 <bar.duno.com[44.33.44.33]>: Client host rejected: Access denied
[all …]
H A Dsmtpd_server.ref18 ….org[168.100.3.2]: 554 5.7.1 <www.porcupine.org>: Helo command rejected: Access denied; proto=SMTP…
19 554 5.7.1 <www.porcupine.org>: Helo command rejected: Access denied
28 …68.100.3.2]: 554 5.7.1 <foo@www.porcupine.org>: Sender address rejected: Access denied; from=<foo@…
29 554 5.7.1 <foo@www.porcupine.org>: Sender address rejected: Access denied
38 …100.3.2]: 554 5.7.1 <foo@www.porcupine.org>: Recipient address rejected: Access denied; from=<foo@…
39 554 5.7.1 <foo@www.porcupine.org>: Recipient address rejected: Access denied
51 ….org[168.100.3.2]: 554 5.7.1 <www.porcupine.org>: Helo command rejected: Access denied; from=<foo@…
52 554 5.7.1 <www.porcupine.org>: Helo command rejected: Access denied
57 …org[168.100.3.2]: 554 5.7.1 <foo@maildaemon.org>: Helo command rejected: Access denied; from=<foo@…
58 554 5.7.1 <foo@maildaemon.org>: Helo command rejected: Access denied
[all …]
H A Dsmtpd_check_backup.ref24 …27.0.0.1]: 554 5.7.1 <wietse@porcupine.org>: Recipient address rejected: Access denied; to=<wietse…
25 554 5.7.1 <wietse@porcupine.org>: Recipient address rejected: Access denied
29 …1]: 554 5.7.1 <wietse@backup.porcupine.org>: Recipient address rejected: Access denied; to=<wietse…
30 554 5.7.1 <wietse@backup.porcupine.org>: Recipient address rejected: Access denied
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dordered_set.bench.cpp50 AccessPattern Access) { in makeTestingSets() argument
59 sortKeysBy(R.Keys, Access); in makeTestingSets()
80 template <class Access>
87 sortKeysBy(Keys, Access()); in run()
100 return "BM_Create" + Access::name() + baseName(); in name()
104 template <class Hit, class Access>
109 auto Data = makeTestingSets(TableSize, NumTables, Hit(), Access()); in run()
121 return "BM_Find" + Hit::name() + Access::name() + baseName(); in name()
125 template <class Hit, class Access>
130 auto Data = makeTestingSets(TableSize, NumTables, Hit(), Access()); in run()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDependentDiagnostic.h38 enum AccessNonce { Access = 0 }; enumerator
53 DD->AccessData.Access = AS; in Create()
61 return Access; in getKind()
65 assert(getKind() == Access); in isAccessToMember()
70 assert(getKind() == Access); in getAccess()
71 return AccessSpecifier(AccessData.Access); in getAccess()
75 assert(getKind() == Access); in getAccessLoc()
80 assert(getKind() == Access); in getAccessTarget()
85 assert(getKind() == Access); in getAccessNamingClass()
90 assert(getKind() == Access); in getAccessBaseObjectType()
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/tools/examples/
H A Dextables.c377 [0001] Encoded Access Width : 01 [Byte Access:8]
388 [0001] Encoded Access Width : 02 [Word Access:16]
395 [0001] Encoded Access Width : 00 [Undefined/Legacy]
402 [0001] Encoded Access Width : 02 [Word Access:16]
409 [0001] Encoded Access Width : 00 [Undefined/Legacy]
416 [0001] Encoded Access Width : 00 [Undefined/Legacy]
423 [0001] Encoded Access Width : 03 [DWord Access:32]
430 [0001] Encoded Access Width : 01 [Byte Access:8]
437 [0001] Encoded Access Width : 00 [Undefined/Legacy]
445 [0001] Encoded Access Width : 01 [Byte Access:8]
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-legg-ldap-acm-admin-xx.txt6 Lightweight Directory Access Protocol (LDAP):
7 Access Control Administration
43 Directory Access Protocol. The administrative model partitions the
54 INTERNET-DRAFT Access Control Administration June 16, 2004
61 3. Access Control Administrative Areas. . . . . . . . . . . . . . 3
62 4. Access Control Scheme Indication . . . . . . . . . . . . . . . 3
63 5. Access Control Information . . . . . . . . . . . . . . . . . . 4
64 6. Access Control Subentries. . . . . . . . . . . . . . . . . . . 4
65 7. Applicable Access Control Information. . . . . . . . . . . . . 5
79 Lightweight Directory Access Protocol (LDAP) [RFC3377].
[all …]
H A Ddraft-ietf-ldapext-acl-model-xx.txt17 Access Control Model for LDAPv3
68 Internet-Draft Access Control Model 14 July 2000
109 of the Access Control Model in a distributed environment
113 servers. The behavior of the Access Control Model in
118 2. The LDAPv3 Access Control Model
120 Access Control mechanisms evaluate requests for access to
132 Internet-Draft Access Control Model 14 July 2000
179 Semantics of Access Control Operations".
196 Internet-Draft Access Control Model 14 July 2000
260 Internet-Draft Access Control Model 14 July 2000
[all …]
H A Ddraft-legg-ldap-acm-bac-xx.txt8 Lightweight Directory Access Protocol (LDAP):
9 Basic and Simplified Access Control
45 be controlled. This document adapts the X.500 directory Basic Access
46 Control and Simplied Access Control schemes for use by the
47 Lightweight Directory Access Protocol.
55 INTERNET-DRAFT Basic and Simplified Access Control June 16, 2004
62 3. Basic Access Control . . . . . . . . . . . . . . . . . . . . . 4
77 3.2. Representation of Access Control Information . . . . . . 8
88 3.4. Access Control Decision Points for LDAP Operations . . . 18
99 3.5. Access Control Decision Function . . . . . . . . . . . . 26
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dilist_iterator.h41 using Access = ilist_detail::NodeAccess;
43 template <class T> static void increment(T *&I) { I = Access::getNext(*I); }
44 template <class T> static void decrement(T *&I) { I = Access::getPrev(*I); }
47 using Access = ilist_detail::NodeAccess;
49 template <class T> static void increment(T *&I) { I = Access::getPrev(*I); }
50 template <class T> static void decrement(T *&I) { I = Access::getNext(*I); }
63 using Access = ilist_detail::SpecificNodeAccess<OptionsT>;
84 explicit ilist_iterator(pointer NP) : NodePtr(Access::getNodePtr(NP)) {}
85 explicit ilist_iterator(reference NR) : NodePtr(Access::getNodePtr(&NR)) {}
139 return *Access::getValuePtr(NodePtr);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDelayedDiagnostic.h63 : Access(FoundDecl.getAccess()), IsMember(true), in AccessedEntity()
69 CXXRecordDecl *DerivedClass, AccessSpecifier Access) in AccessedEntity() argument
70 : Access(Access), IsMember(false), Target(BaseClass), in AccessedEntity()
77 AccessSpecifier getAccess() const { return AccessSpecifier(Access); } in getAccess()
114 unsigned Access : 2;
126 enum DDKind : unsigned char { Availability, Access, ForbiddenType }; enumerator
147 DD.Kind = Access; in makeAccess()
169 assert(Kind == Access && "Not an access diagnostic."); in getAccessData()
173 assert(Kind == Access && "Not an access diagnostic."); in getAccessData()
/netbsd-src/external/bsd/openldap/dist/doc/guide/
H A Dpreamble.sdf154 ACDF|Access Control Decision Function
158 ACI|Access Control Information
159 ACL|Access Control List
179 DAP|Directory Access Protocol
219 LDAP|Lightweight Directory Access Protocol
288 RFC2589|PS|Lightweight Directory Access Protocol (v3): Extensions for Dynamic Directory Services|ht…
294 RFC3384|I|Lightweight Directory Access Protocol (version 3) Replication Requirements|https://www.rf…
295 RFC3494|I|Lightweight Directory Access Protocol version 2 (LDAPv2) to Historic Status|https://www.r…
299 RFC4510|PS|Lightweight Directory Access Protocol (LDAP): Technical Specification Roadmap|https://ww…
300 RFC4511|PS|Lightweight Directory Access Protocol (LDAP): The Protocol|https://www.rfc-editor.org/rf…
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp51 AccessTy Access; member in __anon55c4489a0111::MOVEMState
56 Mask(0), Access(AccessTy::None) {} in MOVEMState()
141 void setLoad() { Access = AccessTy::Load; } in setLoad()
142 void setStore() { Access = AccessTy::Store; } in setStore()
144 bool isLoad() const { return Access == AccessTy::Load; } in isLoad()
145 bool isStore() const { return Access == AccessTy::Store; } in isStore()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAccess.cpp182 AccessSpecifier Access) in AccessTarget()
184 Access) { in AccessTarget()
744 AccessSpecifier Access, in HasAccess() argument
749 if (Access == AS_public) return AR_accessible; in HasAccess()
750 assert(Access == AS_private || Access == AS_protected); in HasAccess()
761 if (Access == AS_private) { in HasAccess()
770 assert(Access == AS_protected); in HasAccess()
857 if (Access == AS_protected && Target.isInstanceMember()) { in HasAccess()
1003 if (BestPath == nullptr || PathAccess < BestPath->Access) { in FindBestPath()
1005 BestPath->Access = PathAccess; in FindBestPath()
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc5020.txt12 The Lightweight Directory Access Protocol (LDAP) entryDN
29 This document describes the Lightweight Directory Access Protocol
66 the Lightweight Directory Access Protocol (LDAP) [RFC4510], an entry
179 [RFC4510] Zeilenga, K., Ed., "Lightweight Directory Access Protocol
183 [RFC4512] Zeilenga, K., Ed., "Lightweight Directory Access Protocol
193 [RFC3687] Legg, S., "Lightweight Directory Access Protocol (LDAP)
197 [RFC4511] Sermersheim, J., Ed., "Lightweight Directory Access
200 [RFC4514] Zeilenga, K., Ed., "Lightweight Directory Access Protocol
205 Access Protocol (LDAP): String Representation of Search
209 Considerations for the Lightweight Directory Access
H A Drfc4510.txt14 Lightweight Directory Access Protocol (LDAP):
31 The Lightweight Directory Access Protocol (LDAP) is an Internet
39 Directory Access Protocol (LDAP), an Internet Protocol, consists of
180 [RFC4511] Sermersheim, J., Ed., "Lightweight Directory Access
183 [RFC4512] Zeilenga, K., "Lightweight Directory Access Protocol
187 [RFC4513] Harrison, R., Ed., "Lightweight Directory Access
191 [RFC4514] Zeilenga, K., Ed., "Lightweight Directory Access
196 Access Protocol (LDAP): String Representation of Search
200 Access Protocol (LDAP): Uniform Resource Locator", RFC
203 [RFC4517] Legg, S., Ed., "Lightweight Directory Access Protocol
[all …]
H A Drfc4526.txt12 Lightweight Directory Access Protocol (LDAP)
29 This document extends the Lightweight Directory Access Protocol
47 The X.500 Directory Access Protocol (DAP) [X.511] supports absolute
141 [RFC4510] Zeilenga, K., Ed, "Lightweight Directory Access
145 [RFC4511] Sermersheim, J., Ed., "Lightweight Directory Access
148 [RFC4512] Zeilenga, K., "Lightweight Directory Access Protocol
153 Access Protocol (LDAP): String Representation of Search
159 Directory Access Protocol", RFC 1777, March 1995.
164 [RFC3494] Zeilenga, K., "Lightweight Directory Access Protocol
177 Access Protocol (LDAP)", BCP 64, RFC 4520, June 2006.
H A Drfc4529.txt13 Lightweight Directory Access Protocol (LDAP)
27 The Lightweight Directory Access Protocol (LDAP) search operation
47 In the Lightweight Directory Access Protocol (LDAP) [RFC4510], the
189 [RFC4510] Zeilenga, K., Ed., "Lightweight Directory Access
193 [RFC4511] Sermersheim, J., Ed., "Lightweight Directory Access
196 [RFC4512] Zeilenga, K., "Lightweight Directory Access Protocol
201 Access Protocol (LDAP): Uniform Resource Locator", RFC
211 [RFC3673] Zeilenga, K., "Lightweight Directory Access Protocol
215 [RFC4519] Sciberras, A., Ed., "Lightweight Directory Access
221 Access Protocol (LDAP)", BCP 64, RFC 4520, June 2006.
[all …]
/netbsd-src/external/bsd/mdocml/dist/
H A Dlib.in39 LINE("libcam", "Common Access Method User Library (libcam, \\-lcam)")
54 LINE("libdwarf", "DWARF Access Library (libdwarf, \\-ldwarf)")
57 LINE("libelf", "ELF Access Library (libelf, \\-lelf)")
73 LINE("libkcore", "Kernel Memory Core Access Library (libkcore, \\-lkcore)")
76 LINE("libkvm", "Kernel Data Access Library (libkvm, \\-lkvm)")
94 LINE("libpci", "PCI Bus Access Library (libpci, \\-lpci)")
106 LINE("libquota", "Disk Quota Access and Control Library (libquota, \\-lquota)")
125 LINE("libtermcap", "Termcap Access Library (libtermcap, \\-ltermcap)")
128 LINE("libufs", "UFS File System Access Library (libufs, \\-lufs)")
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h49 explicit MemberAttributes(MemberAccess Access) in MemberAttributes()
50 : Attrs(static_cast<uint16_t>(Access)) {} in MemberAttributes()
52 MemberAttributes(MemberAccess Access, MethodKind Kind, MethodOptions Flags) { in MemberAttributes()
53 Attrs = static_cast<uint16_t>(Access); in MemberAttributes()
727 OneMethodRecord(TypeIndex Type, MemberAccess Access, MethodKind MK, in OneMethodRecord() argument
730 Attrs(Access, MK, Options), VFTableOffset(VFTableOffset), Name(Name) {} in OneMethodRecord()
791 DataMemberRecord(MemberAccess Access, TypeIndex Type, uint64_t Offset, in DataMemberRecord() argument
793 : TypeRecord(TypeRecordKind::DataMember), Attrs(Access), Type(Type), in DataMemberRecord()
815 StaticDataMemberRecord(MemberAccess Access, TypeIndex Type, StringRef Name) in StaticDataMemberRecord() argument
816 : TypeRecord(TypeRecordKind::StaticDataMember), Attrs(Access), Type(Type), in StaticDataMemberRecord()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp380 MemoryDepChecker::MemAccessInfo Access(Pointers[I].PointerValue, in groupChecks() local
384 auto LeaderI = DepCands.findValue(DepCands.getLeaderValue(Access)); in groupChecks()
538 MemAccessInfo Access,
658 MemAccessInfo Access, in createCheckForAccess() argument
664 Value *Ptr = Access.getPointer(); in createCheckForAccess()
682 Value *Leader = DepCands.getLeaderValue(Access).getPointer(); in createCheckForAccess()
691 bool IsWrite = Access.getInt(); in createCheckForAccess()
756 for (auto &Access : AccessInfos) { in canCheckPtrAtRT() local
757 if (!createCheckForAccess(RtCheck, Access, StridesMap, DepSetId, TheLoop, in canCheckPtrAtRT()
760 << *Access.getPointer() << '\n'); in canCheckPtrAtRT()
[all …]
/netbsd-src/sys/ufs/ufs/
H A DREADME.acls3 UFS Access Control Lists Copyright
5 The UFS Access Control Lists implementation is copyright Robert Watson,
8 About UFS Access Control Lists (ACLs)
10 Access control lists allow the association of fine-grained discretionary
17 Using UFS Access Control Lists (ACLs)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemorySSA.h1084 memoryaccess_def_iterator_base(T *Start) : Access(Start) {}
1088 return Access == Other.Access && (!Access || ArgNo == Other.ArgNo);
1098 MemoryPhi *MP = dyn_cast<MemoryPhi>(Access);
1104 assert(Access && "Tried to access past the end of our iterator");
1107 if (const MemoryPhi *MP = dyn_cast<MemoryPhi>(Access))
1109 return cast<MemoryUseOrDef>(Access)->getDefiningAccess();
1114 assert(Access && "Hit end of iterator");
1115 if (const MemoryPhi *MP = dyn_cast<MemoryPhi>(Access)) {
1118 Access = nullptr;
1121 Access = nullptr;
[all …]

12345678910>>...25