Lines Matching defs:SID

575  * COLLATION_NTOFS_SID - Sorting is done according to ascending SID values.
1346 * the SID structure (see below).
1348 typedef enum { /* SID string prefix. */
1364 * Note: The relative identifier (RID) refers to the portion of a SID, which
1365 * identifies a user or group in relation to the authority that issued the SID.
1366 * For example, the universal well-known SID Creator Owner ID (S-1-3-0) is
1478 * union SID_IDENTIFIER_AUTHORITY - A 48-bit value used in the SID structure
1497 * struct SID -
1499 * The SID structure is a variable-length structure used to uniquely identify
1500 * users or groups. SID stands for security identifier.
1502 * The standard textual representation of the SID is of the form:
1506 * digits as a SID.
1507 * - R is the revision level of the SID expressed as a sequence of digits
1514 * Example SID; the domain-relative SID of the local Administrators group on
1517 * This translates to a SID with:
1532 } __attribute__((__packed__)) SID;
1620 * identifier (SID).
1813 /* 8*/ SID sid; /* The SID associated with the ACE. */
1844 /* 44*/ SID sid; /* The SID associated with the ACE. */
1900 * SID pointed to by the Owner field was provided by a
1903 * affect the treatment of the SID with respect to inheritance
1907 * SID in the Group field was provided by a defaulting mechanism
1910 * the SID with respect to inheritance of a primary group.
1983 le32 owner; /* Byte offset to a SID representing an object's
1984 owner. If this is NULL, no owner SID is present in
1986 le32 group; /* Byte offset to a SID representing an object's
1988 SID is present in the descriptor. */
2021 SID *owner; /* Points to a SID representing an object's owner. If
2022 this is NULL, no owner SID is present in the
2024 SID *group; /* Points to a SID representing an object's primary
2025 group. If this is NULL, no primary group SID is
2076 * (security_id, not to be confused with a SID). The security_id is unique for
2497 * a quota on that volume. The index key holds the SID of the user_id the
2501 * The $O index entry data is the user_id of the user corresponding to the SID.
2503 * associated with the SID.
2519 SID sid; /* The SID of the user/object associated with
2523 the data_length field. If the SID is present
2660 SID sid; /* $O index in FILE_Extend/$Quota:
2661 SID of the owner of the user_id. */
2874 * SID, an optional GUID, an optional container name, a non-optional user name,