Searched refs:sec_desc (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsinfo.c912 static void ntfs_dump_security_descriptor(SECURITY_DESCRIPTOR_ATTR *sec_desc, argument
917 printf("%s\tRevision:\t\t %u\n", indent, sec_desc->revision);
921 le16_to_cpu(sec_desc->control));
923 if (~sec_desc->control & SE_SELF_RELATIVE) {
924 SECURITY_DESCRIPTOR *sd = (SECURITY_DESCRIPTOR *)sec_desc;
934 if (sec_desc->owner) {
935 sid = ntfs_sid_to_mbs((SID *)((char *)sec_desc +
936 le32_to_cpu(sec_desc->owner)), NULL, 0);
942 if (sec_desc->group) {
943 sid = ntfs_sid_to_mbs((SID *)((char *)sec_desc
[all...]
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dattrib.h262 SECURITY_DESCRIPTOR_ATTR sec_desc; member in union:__anon2035

Completed in 25 milliseconds