Home
last modified time | relevance | path

Searched refs:IDMAP_ERR_CACHE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Didmap.h42 #define IDMAP_ERR_CACHE -9991 macro
/titanic_41/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c1586 retcode = IDMAP_ERR_CACHE; in lookup_cache_sid2pid()
1779 retcode = IDMAP_ERR_CACHE; in lookup_cache_sid2name()
3941 retcode = IDMAP_ERR_CACHE; in lookup_cache_pid2sid()
4140 retcode = IDMAP_ERR_CACHE; in lookup_cache_name2sid()
4147 retcode = IDMAP_ERR_CACHE; in lookup_cache_name2sid()
/titanic_41/usr/src/lib/libidmap/common/
H A Didmap_api.c1847 {IDMAP_ERR_CACHE, gettext("Invalid cache"), EINVAL},
2005 case IDMAP_ERR_CACHE: in idmap_stat4prot()