Lines Matching refs:SID
496 * COLLATION_NTOFS_SID - Sorting is done according to ascending SID values.
1157 * the SID structure (see below).
1159 //typedef enum { /* SID string prefix. */
1172 * Note: The relative identifier (RID) refers to the portion of a SID, which
1173 * identifies a user or group in relation to the authority that issued the SID.
1174 * For example, the universal well-known SID Creator Owner ID (S-1-3-0) is
1286 * The SID_IDENTIFIER_AUTHORITY is a 48-bit value used in the SID structure.
1300 * The SID structure is a variable-length structure used to uniquely identify
1301 * users or groups. SID stands for security identifier.
1303 * The standard textual representation of the SID is of the form:
1307 * digits as a SID.
1308 * - R is the revision level of the SID expressed as a sequence of digits
1313 * Example SID; the domain-relative SID of the local Administrators group on
1316 * This translates to a SID with:
1328 } __attribute__ ((__packed__)) SID;
1401 * identifier (SID).
1574 /* 8*/ SID sid; /* The SID associated with the ACE. */
1599 /* 44*/ SID sid; /* The SID associated with the ACE. */
1642 * SE_OWNER_DEFAULTED - This boolean flag, when set, indicates that the SID
1645 * security descriptor. This may affect the treatment of the SID with
1648 * SE_GROUP_DEFAULTED - This boolean flag, when set, indicates that the SID in
1651 * descriptor. This may affect the treatment of the SID with respect to
1714 le32 owner; /* Byte offset to a SID representing an object's
1715 owner. If this is NULL, no owner SID is present in
1717 le32 group; /* Byte offset to a SID representing an object's
1719 SID is present in the descriptor. */
1743 SID *owner; /* Points to a SID representing an object's owner. If
1744 this is NULL, no owner SID is present in the
1746 SID *group; /* Points to a SID representing an object's primary
1747 group. If this is NULL, no primary group SID is
1792 * (security_id, not to be confused with a SID). The security_id is unique for
2122 * a quota on that volume. The index key holds the SID of the user_id the
2126 * The $O index entry data is the user_id of the user corresponding to the SID.
2128 * associated with the SID.
2140 SID sid; /* The SID of the user/object associated with
2255 SID sid; /* $O index in FILE_Extend/$Quota:
2256 SID of the owner of the user_id. */