Lines Matching refs:sid_prefix

99 	const char 	*sid_prefix;  member
138 comp = strcmp(entry2->sid_prefix, entry1->sid_prefix); in kidmap_compare_sid()
170 comp = strcmp(entry2->sid_prefix, entry1->sid_prefix); in kidmap_compare_sid_prefix()
393 kidmap_cache_lookup_uidbysid(idmap_cache_t *cache, const char *sid_prefix, in kidmap_cache_lookup_uidbysid() argument
404 entry.sid_prefix = sid_prefix; in kidmap_cache_lookup_uidbysid()
425 kidmap_cache_lookup_gidbysid(idmap_cache_t *cache, const char *sid_prefix, in kidmap_cache_lookup_gidbysid() argument
436 entry.sid_prefix = sid_prefix; in kidmap_cache_lookup_gidbysid()
457 kidmap_cache_lookup_pidbysid(idmap_cache_t *cache, const char *sid_prefix, in kidmap_cache_lookup_pidbysid() argument
468 entry.sid_prefix = sid_prefix; in kidmap_cache_lookup_pidbysid()
497 kidmap_cache_lookup_sidbyuid(idmap_cache_t *cache, const char **sid_prefix, in kidmap_cache_lookup_sidbyuid() argument
516 *sid_prefix = result->sid_prefix; in kidmap_cache_lookup_sidbyuid()
529 kidmap_cache_lookup_sidbygid(idmap_cache_t *cache, const char **sid_prefix, in kidmap_cache_lookup_sidbygid() argument
548 *sid_prefix = result->sid_prefix; in kidmap_cache_lookup_sidbygid()
561 kidmap_cache_add_sid2uid(idmap_cache_t *cache, const char *sid_prefix, in kidmap_cache_add_sid2uid() argument
577 find.sid_prefix = sid_prefix; in kidmap_cache_add_sid2uid()
590 new->sid_prefix = sid_prefix; in kidmap_cache_add_sid2uid()
627 result->sid_prefix = sid_prefix; in kidmap_cache_add_sid2uid()
632 new->sid_prefix = sid_prefix; in kidmap_cache_add_sid2uid()
655 kidmap_cache_add_sid2gid(idmap_cache_t *cache, const char *sid_prefix, in kidmap_cache_add_sid2gid() argument
670 find.sid_prefix = sid_prefix; in kidmap_cache_add_sid2gid()
683 new->sid_prefix = sid_prefix; in kidmap_cache_add_sid2gid()
720 result->sid_prefix = sid_prefix; in kidmap_cache_add_sid2gid()
725 new->sid_prefix = sid_prefix; in kidmap_cache_add_sid2gid()
747 kidmap_cache_add_sid2pid(idmap_cache_t *cache, const char *sid_prefix, in kidmap_cache_add_sid2pid() argument
762 find.sid_prefix = sid_prefix; in kidmap_cache_add_sid2pid()
785 new->sid_prefix = sid_prefix; in kidmap_cache_add_sid2pid()
833 result->sid_prefix = sid_prefix; in kidmap_cache_add_sid2pid()
838 new->sid_prefix = sid_prefix; in kidmap_cache_add_sid2pid()
864 result->sid_prefix = sid_prefix; in kidmap_cache_add_sid2pid()
869 new->sid_prefix = sid_prefix; in kidmap_cache_add_sid2pid()
962 kidmap_find_sid_prefix(const char *sid_prefix) { in kidmap_find_sid_prefix() argument
968 if (sid_prefix == NULL || *sid_prefix == '\0') in kidmap_find_sid_prefix()
971 find.sid_prefix = sid_prefix; in kidmap_find_sid_prefix()
979 return (result->sid_prefix); in kidmap_find_sid_prefix()
994 return (result->sid_prefix); in kidmap_find_sid_prefix()
999 new->sid_prefix = kidmap_strdup(sid_prefix); in kidmap_find_sid_prefix()
1003 return (new->sid_prefix); in kidmap_find_sid_prefix()