Searched refs:dacl (Results 1 – 7 of 7) sorted by relevance
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | fwpmu.h | 190 PACL *dacl, 201 const ACL *dacl, 230 PACL *dacl, 246 const ACL *dacl, 297 PACL *dacl, 308 const ACL *dacl, 380 PACL *dacl, 391 const ACL *dacl, 419 PACL *dacl, 429 const ACL *dacl, [all …]
|
/third_party/ntfs-3g/ntfsprogs/ |
D | sd.c | 45 sd->dacl = const_cpu_to_le32(0x14); in init_system_file_sd() 50 acl = (ACL*)((char*)sd + le32_to_cpu(sd->dacl)); in init_system_file_sd() 191 sd->dacl = const_cpu_to_le32(sizeof(SECURITY_DESCRIPTOR_RELATIVE)); in init_root_sd() 431 sd->dacl = const_cpu_to_le32(0x14); in init_secure_sds() 527 sd->dacl = const_cpu_to_le32(0x14); in init_secure_sds()
|
D | ntfsinfo.c | 1052 printf("%s\tDACL pointer:\t\t %p\n", indent, sd->dacl); in ntfs_dump_security_descriptor() 1094 le32_to_cpu(sec_desc->dacl))); in ntfs_dump_security_descriptor()
|
D | ntfssecaudit.c | 2727 pnhead->dacl = in build_dummy_descr() 2730 pnhead->dacl = cpu_to_le32(0); in build_dummy_descr() 3216 pacl = (const ACL*)&attr[le32_to_cpu(phead->dacl)]; in basictest() 3245 pacl = (const ACL*)&attr[le32_to_cpu(phead->dacl)]; in basictest() 3517 pacl = (const ACL*)&pxattr[le32_to_cpu(phead->dacl)]; in posixtest()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | security.c | 3406 sd->dacl = cpu_to_le32((u8*)acl - (u8*)sd); in ntfs_sd_add_everyone() 3962 pnhead->dacl = const_cpu_to_le32(0); in build_inherited_id() 3963 if (pphead->dacl) { in build_inherited_id() 3964 offpacl = le32_to_cpu(pphead->dacl); in build_inherited_id() 3971 pnhead->dacl = cpu_to_le32(pos); in build_inherited_id() 4588 if (phead->dacl && (selection & DACL_SECURITY_INFORMATION)) { in feedsecurityattr() 4589 offdacl = le32_to_cpu(phead->dacl); in feedsecurityattr() 4666 pnhead->dacl = cpu_to_le32(pos); in feedsecurityattr() 4670 pnhead->dacl = const_cpu_to_le32(0); in feedsecurityattr() 4748 newhead->dacl : oldhead->dacl) { in mergesecurityattr() [all …]
|
D | acls.c | 302 offdacl = le32_to_cpu(phead->dacl); in ntfs_attr_size() 627 offdacl = le32_to_cpu(phead->dacl); in ntfs_valid_descr() 654 && !(phead->dacl & const_cpu_to_le32(3)) in ntfs_valid_descr() 2827 pnhead->dacl = in ntfs_build_descr_posix() 2918 pnhead->dacl = in ntfs_build_descr() 3208 offdacl = le32_to_cpu(phead->dacl); in build_std_permissions() 3297 offdacl = le32_to_cpu(phead->dacl); in build_owngrp_permissions() 3487 offdacl = le32_to_cpu(phead->dacl); in build_ownadmin_permissions() 3578 offdacl = le32_to_cpu(phead->dacl); in ntfs_acl_owner() 3633 offdacl = le32_to_cpu(phead->dacl); in find_tenant() [all …]
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | layout.h | 1822 le32 dacl; /* Byte offset to a discretionary ACL. Only valid, if member 1854 ACL *dacl; /* Points to a discretionary ACL. Only valid, if member
|