/third_party/ntfs-3g/include/ntfs-3g/ |
D | acls.h | 120 extern const SID *adminsid; 121 extern const SID *worldsid; 128 BOOL ntfs_valid_pattern(const SID *sid); 129 BOOL ntfs_valid_sid(const SID *sid); 130 BOOL ntfs_same_sid(const SID *first, const SID *second); 132 BOOL ntfs_is_user_sid(const SID *usid); 135 int ntfs_sid_size(const SID * sid); 138 const SID *ntfs_find_usid(const struct MAPPING *usermapping, 139 uid_t uid, SID *pdefsid); 140 const SID *ntfs_find_gsid(const struct MAPPING *groupmapping, [all …]
|
D | security.h | 45 SID *sid; /* Windows id : usid or gsid */ 214 extern int ntfs_sid_to_mbs_size(const SID *sid); 215 extern char *ntfs_sid_to_mbs(const SID *sid, char *sid_str, 335 int ntfs_get_user(struct SECURITY_API *scapi, const SID *usid); 336 int ntfs_get_group(struct SECURITY_API *scapi, const SID *gsid);
|
D | layout.h | 1400 } __attribute__((__packed__)) SID; typedef 1669 /* 8*/ SID sid; /* The SID associated with the ACE. */ 1694 /* 44*/ SID sid; /* The SID associated with the ACE. */ 1844 SID *owner; /* Points to a SID representing an object's owner. If 1847 SID *group; /* Points to a SID representing an object's primary 2250 SID sid; /* The SID of the user/object associated with 2363 SID sid; /* $O index in FILE_Extend/$Quota:
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_dump.c | 95 #define SID(I) ctx->dump_printf( ctx, "%d", I ) macro 121 SID( src->DimIndirect.Index ); in _dump_register_src() 127 SID( src->Dimension.Index ); in _dump_register_src() 132 SID( src->DimIndirect.ArrayID ); in _dump_register_src() 137 SID(src->Dimension.Index); in _dump_register_src() 145 SID( src->Indirect.Index ); in _dump_register_src() 151 SID( src->Register.Index ); in _dump_register_src() 156 SID( src->Indirect.ArrayID ); in _dump_register_src() 161 SID( src->Register.Index ); in _dump_register_src() 178 SID( dst->DimIndirect.Index ); in _dump_register_dst() [all …]
|
/third_party/ntfs-3g/libntfs-3g/ |
D | acls.c | 73 static const SID *nullsid = (const SID*)nullsidbytes; 86 const SID *worldsid = (const SID*)worldsidbytes; 99 static const SID *authsid = (const SID*)authsidbytes; 113 const SID *adminsid = (const SID*)adminsidbytes; 126 static const SID *systemsid = (const SID*)systemsidbytes; 140 static const SID *ownersid = (const SID*)ownersidbytes; 154 static const SID *groupsid = (const SID*)groupsidbytes; 160 int ntfs_sid_size(const SID * sid) in ntfs_sid_size() 169 BOOL ntfs_same_sid(const SID *first, const SID *second) in ntfs_same_sid() 187 static int is_world_sid(const SID * usid) in is_world_sid() [all …]
|
D | security.c | 142 extern const SID *nullsid; 221 int ntfs_sid_to_mbs_size(const SID *sid) in ntfs_sid_to_mbs_size() 288 char *ntfs_sid_to_mbs(const SID *sid, char *sid_str, size_t sid_str_size) in ntfs_sid_to_mbs() 2074 const SID *usid; /* owner of file/directory */ in ntfs_get_perm() 2075 const SID *gsid; /* group of file/directory */ in ntfs_get_perm() 2099 gsid = (const SID*)& in ntfs_get_perm() 2112 usid = (const SID*)& in ntfs_get_perm() 2176 const SID *usid; /* owner of file/directory */ in ntfs_get_posix_acl() 2177 const SID *gsid; /* group of file/directory */ in ntfs_get_posix_acl() 2199 gsid = (const SID*)& in ntfs_get_posix_acl() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.h | 39 EHFrameRelatedSections(SID EH, SID T, SID Ex) in EHFrameRelatedSections() 41 SID EHFrameSID; 42 SID TextSID; 43 SID ExceptTabSID;
|
D | RuntimeDyldELF.h | 30 uint64_t SymOffset = 0, SID SectionID = 0); 142 DenseMap<SID, SID> SectionToGOTMap; 155 SmallVector<SID, 2> UnregisteredEHFrameSections;
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfssecaudit.c | 510 static const SID *authsid = (const SID*)authsidbytes; 524 static const SID *localsid = (const SID*)localsidbytes; 537 static const SID *systemsid = (const SID*)systemsidbytes; 1193 if (ntfs_same_sid((const SID*)sid, in showownership() 1194 (const SID*)&attr[off])) in showownership() 1216 memcpy(sidcopy,sid,ntfs_sid_size((const SID*)sid)); in showownership() 1600 const SID *usid) in relay_find_user() 1613 const SID *gsid) in relay_find_group() 1627 const SID *osid; in linux_permissions_posix() 1629 const SID *usid; in linux_permissions_posix() [all …]
|
D | sd.c | 28 SID *sid; in init_system_file_sd() 133 sid = (SID*)((char*)sd + le32_to_cpu(sd->owner)); in init_system_file_sd() 148 sid = (SID*)((char*)sd + le32_to_cpu(sd->group)); in init_system_file_sd() 176 SID *sid; in init_root_sd() 371 sid = (SID*)((char*)sd + le32_to_cpu(sd->owner)); in init_root_sd() 384 sid = (SID*)((char*)sd + le32_to_cpu(sd->group)); in init_root_sd() 411 SID *sid; in init_secure_sds() 479 sid = (SID*)((char*)sd + le32_to_cpu(sd->owner)); in init_secure_sds() 494 sid = (SID*)((char*)sd + le32_to_cpu(sd->group)); in init_secure_sds() 575 sid = (SID*)((char*)sd + le32_to_cpu(sd->owner)); in init_secure_sds() [all …]
|
/third_party/selinux/secilc/test/ |
D | minimum.cil | 3 (sid SID) 4 (sidorder (SID)) 18 (sidcontext SID (USER ROLE TYPE ((SENS)(SENS))))
|
D | optional_test.cil | 4 (sid SID) 5 (sidorder (SID)) 19 (sidcontext SID (USER ROLE TYPE ((SENS)(SENS))))
|
D | neverallow.cil | 3 (sid SID) 4 (sidorder (SID)) 18 (sidcontext SID (USER ROLE TYPE ((SENS)(SENS))))
|
D | block_test.cil | 4 (sid SID) 5 (sidorder (SID)) 19 (sidcontext SID (USER ROLE TYPE ((SENS)(SENS))))
|
D | anonymous_arg_test.cil | 6 (sid SID) 7 (sidorder (SID)) 21 (sidcontext SID (USER ROLE TYPE ((SENS)(SENS))))
|
D | in_test.cil | 4 (sid SID) 5 (sidorder (SID)) 19 (sidcontext SID (USER ROLE TYPE ((SENS)(SENS))))
|
D | name_resolution_test.cil | 4 (sid SID) 5 (sidorder (SID)) 19 (sidcontext SID (USER ROLE TYPE ((SENS)(SENS))))
|
D | bounds.cil | 3 (sid SID) 4 (sidorder (SID)) 18 (sidcontext SID (USER ROLE TYPE ((SENS)(SENS))))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.h | 35 uint64_t SymOffset, SID SectionID); 38 uint64_t SymOffset, SID SectionID); 57 uint64_t SymOffset, SID SectionID);
|
D | RuntimeDyldELFMips.cpp | 110 int64_t Addend, uint64_t SymOffset, SID SectionID) { in evaluateMIPS64Relocation() 267 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN32Relocation() 276 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN64Relocation()
|
D | RuntimeDyldCOFFX86_64.h | 30 SmallVector<SID, 2> UnregisteredEHFrameSections; 31 SmallVector<SID, 2> RegisteredEHFrameSections;
|
D | RuntimeDyldCOFFAArch64.h | 69 SmallVector<SID, 2> UnregisteredEHFrameSections; 70 SmallVector<SID, 2> RegisteredEHFrameSections;
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
D | pidns02.c | 60 #define SID 1 macro 75 if (pgid == PGID && sid == SID) { in child_fn1()
|
/third_party/selinux/secilc/docs/ |
D | cil_sid_statements.md | 1 SID Statements 7 Declares a new SID identifier in the current namespace.
|
/third_party/selinux/checkpolicy/ |
D | policy_scan.l | 92 SID | 93 sid { return(SID); }
|