Lines Matching refs:phead
259 const SECURITY_DESCRIPTOR_RELATIVE *phead;
271 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)attr;
277 offgroup = le32_to_cpu(phead->group);
284 offowner = le32_to_cpu(phead->owner);
291 offsacl = le32_to_cpu(phead->sacl);
302 offdacl = le32_to_cpu(phead->dacl);
609 const SECURITY_DESCRIPTOR_RELATIVE *phead;
626 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)securattr;
627 offdacl = le32_to_cpu(phead->dacl);
628 offsacl = le32_to_cpu(phead->sacl);
629 offowner = le32_to_cpu(phead->owner);
630 offgroup = le32_to_cpu(phead->group);
641 && (phead->revision == SECURITY_DESCRIPTOR_REVISION)
652 && !(phead->owner & const_cpu_to_le32(3))
653 && !(phead->group & const_cpu_to_le32(3))
654 && !(phead->dacl & const_cpu_to_le32(3))
655 && !(phead->sacl & const_cpu_to_le32(3))
665 || ((phead->control & SE_DACL_PRESENT)
670 || ((phead->control & SE_SACL_PRESENT)
3195 const SECURITY_DESCRIPTOR_RELATIVE *phead;
3207 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)securattr;
3208 offdacl = le32_to_cpu(phead->dacl);
3283 const SECURITY_DESCRIPTOR_RELATIVE *phead;
3296 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)securattr;
3297 offdacl = le32_to_cpu(phead->dacl);
3473 const SECURITY_DESCRIPTOR_RELATIVE *phead;
3486 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)securattr;
3487 offdacl = le32_to_cpu(phead->dacl);
3566 const SECURITY_DESCRIPTOR_RELATIVE *phead;
3577 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)securattr;
3578 offdacl = le32_to_cpu(phead->dacl);
3596 usid = (const SID*)&securattr[le32_to_cpu(phead->owner)];
3622 const SECURITY_DESCRIPTOR_RELATIVE *phead;
3632 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)securattr;
3633 offdacl = le32_to_cpu(phead->dacl);
3673 const SECURITY_DESCRIPTOR_RELATIVE *phead;
3702 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)securattr;
3703 offdacl = le32_to_cpu(phead->dacl);