Lines Matching refs:sidprefix
205 char **sidprefix, idmap_rid_t *rid, idmap_stat *stat, int is_user) in idmap_get_sidbypid() argument
225 *sidprefix = malloc(len + 1); in idmap_get_sidbypid()
226 if (*sidprefix == NULL) in idmap_get_sidbypid()
228 (void) strlcpy(*sidprefix, mp->sid, len + 1); in idmap_get_sidbypid()
241 char **sidprefix, idmap_rid_t *rid, idmap_stat *stat) in idmap_get_sidbyuid() argument
244 sidprefix, rid, stat, 1)); in idmap_get_sidbyuid()
249 char **sidprefix, idmap_rid_t *rid, idmap_stat *stat) in idmap_get_sidbygid() argument
252 sidprefix, rid, stat, 0)); in idmap_get_sidbygid()
256 idmap_get_pidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, in idmap_get_pidbysid() argument
262 (void) snprintf(tmpsid, sizeof (tmpsid), "%s-%u", sidprefix, rid); in idmap_get_pidbysid()
281 idmap_get_uidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, in idmap_get_uidbysid() argument
288 rc = idmap_get_pidbysid(gh, sidprefix, rid, flag, &pid, &is_user, stat); in idmap_get_uidbysid()
301 idmap_get_gidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, in idmap_get_gidbysid() argument
308 rc = idmap_get_pidbysid(gh, sidprefix, rid, flag, &pid, &is_user, stat); in idmap_get_gidbysid()