Searched refs:ACL (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DParserConstants.java33 int ACL = 8; field in interface:ParserConstants
H A DParser.jjt68 | <ACL: "acl">
H A DParser.java44 case ACL:
99 jj_consume_token(ACL);
H A DParser.jj69 | <ACL: "acl">
/openjdk7/jdk/src/windows/native/sun/management/
H A DFileSystemImpl.c163 * Returns pointer discretionary access-control list (ACL) from the security
166 static ACL* getFileDACL(JNIEnv* env, SECURITY_DESCRIPTOR* sd) {
167 ACL *acl;
185 static jboolean isAccessUserOnly(JNIEnv* env, SID* owner, ACL* acl) {
296 ACL* acl = getFileDACL(env, sd);
/openjdk7/jdk/test/sun/management/windows/
H A Drevokeall.c294 ACL *acl;
335 * matches the owner - if not we remove the ACE from the ACL
/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.hpp239 ACL, enumerator in enum:Form::__anon113
/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp427 // the win32 apis, but the default ACL for the process object only
430 // to have the JVM change the ACL for the process object to allow arbitrary
747 // if an ACL existed and it was not a default acl, then it must
748 // be an ACL we enlisted. free the resources.
760 // contained security descriptors and ACL
765 // free the contained security descriptor and the ACL
899 aclinfo.AclBytesInUse = sizeof(ACL);
902 // compute the size needed for the new ACL
903 // initial size of ACL is sum of the following:
904 // * size of ACL structur
[all...]

Completed in 42 milliseconds