Lines Matching refs:sid
32 char *sid; /* may be NULL */ member
42 .sid = NULL,
49 .sid = NULL,
57 .sid = "S-1-5-21-1813420391-1960978090-3893453001-1001",
64 .sid = "S-1-5-21-1813420391-1960978090-3893453001-1002",
71 .sid = "S-1-5-21-1813420391-1960978090-3893453001-1003",
79 .sid = "S-1-5-21-1813420391-1960978090-3893453002-2002",
86 .sid = "S-1-5-21-1813420391-1960978090-3893453003-3003",
218 if (mp->pid == 0 || mp->sid == NULL) in idmap_get_sidbypid()
221 p = strrchr(mp->sid, '-'); in idmap_get_sidbypid()
224 len = p - mp->sid; in idmap_get_sidbypid()
228 (void) strlcpy(*sidprefix, mp->sid, len + 1); in idmap_get_sidbypid()
266 if (mp->sid != NULL && in idmap_get_pidbysid()
267 strcmp(mp->sid, tmpsid) == 0) in idmap_get_pidbysid()